{"info":{"_postman_id":"de7e3516-d171-4223-b8fc-514dce763023","name":"1. Core Practice API - Deprecated API Version","description":"<html><head></head><body><p>NOTE: This documentation refers to an <strong>older version</strong> of the Core Practice API and is <strong>no longer supported</strong>.<br>Please refer to the <strong>latest API documentation</strong> at <a href=\"https://docs.corepractice.io\"><b>docs.corepractice.io</b></a>.</p>\n<hr>\n<p>Welcome to the Core Practice API Integration! Join Core Practice community of dentist for more efficient collaboration, task automation and streamline workflows.</p>\n<p>This documentation offers a well-defined route to begin integrating with the Core Practice API, directing you through the steps required to achieve certification for your integration. It details the Authentication process and how to gain access to essential practice data. This includes information on practice locations, calendar settings, appointment bookings and their availability, comprehensive reporting features, and patient records</p>\n<h1 id=\"2-getting-started-guide\">2. Getting Started Guide</h1>\n<p>This guide provides step-by-step instructions on how to get started with integrating Core Practice's functionalities. Follow the steps below to gain access, create your API keys, request support, and begin building your app.</p>\n<h4 id=\"step-1-get-access-to-sandbox-environment\">Step 1: Get Access to Sandbox Environment</h4>\n<p>Before you can start building with the Core Practice API, you'll need to gain access to our sandbox environment. This environment is designed to provide you with a safe space to test and develop your application without affecting real data or operations.</p>\n<p>To request access to the sandbox environment, please contact our support team. Provide them with details about your project and how you plan to use the Core Practice API. Our team will review your request and send an invitation to create a user account in the sandbox environment.</p>\n<h4 id=\"step-2-create-api-keys\">Step 2: Create API Keys</h4>\n<p>API keys are essential for authenticating and securing communication between your application and the Core Practice API. Follow these steps to create your API keys:</p>\n<ul>\n<li><p><strong>Create Sandbox Account</strong>: If your request has been accepted, you should receive an email to create a user account in the sandbox environment.</p>\n</li>\n<li><p><strong>Navigate to Settings</strong>: Log in to your Core Practice account and navigate to the <code>Settings</code> section.</p>\n</li>\n<li><p><strong>Access API Keys</strong>: Navigate to <code>Settings</code> &gt; <code>INTEGRATION</code> and click on <code>API Keys</code>.</p>\n</li>\n<li><p><strong>Create API Keys</strong>: Click on the <code>Create API Keys</code> button. You will be prompted to enter a name for your key pair and select the permissions you require.</p>\n</li>\n<li><p><strong>Save Key and Secret</strong>: Ensure you save the Key and Secret in a safe place. These credentials are crucial for your application's access to the Core Practice API and cannot be retrieved if lost.</p>\n</li>\n</ul>\n<h4 id=\"step-3-create-support-request\">Step 3: Create Support Request</h4>\n<p>To activate your API key and set up your application's <code>redirect_uri</code>, you need to create a support request:</p>\n<ul>\n<li><p><strong>Navigate to the support request form</strong> at <a href=\"https://support.corepractice.com.au/hc/en-us/requests/new\">Core Practice Support</a>.</p>\n</li>\n<li><p><strong>Select \"Technical\"</strong> as the category and specify that you \"need help with Core Practice API.\"</p>\n</li>\n<li><p><strong>In your request, provide us with the</strong> <strong><code>redirect_uri</code></strong> for your application. This URI is where users will be redirected after authenticating with Core Practice.</p>\n</li>\n</ul>\n<h4 id=\"view-api-documentation-and-start-building\">View API Documentation and Start Building</h4>\n<p>With your API key activated and your development environment set up, you're ready to start building your application. Visit the Core Practice API documentation at <a href=\"https://developer.corepractice.com.au/#authentication-api\">https://developer.corepractice.com.au</a> to find comprehensive guides</p>\n<h1 id=\"3-certification-checkpoints\">3. Certification Checkpoints</h1>\n<p>To become certified, your integration with Core Practice must meet certain minimum requirements. These include establishing a secure OAuth flow for app adoption, creating a user-friendly connection setup page, adhering to branding guidelines, managing scopes efficiently, handling errors transparently, and ensuring data integrity.</p>\n<p>Your integration will be evaluated based on these checkpoints, so it is crucial to review and align your integration with them before requesting a product key.</p>\n<p>Additional requirements may apply, depending on the specific features of your integration.</p>\n<h4 id=\"checkpoint-1-activate-core-practice\"><strong>Checkpoint 1: Activate Core Practice</strong></h4>\n<p>All apps are required to build an Activate Core Practice OAuth flow. It enables a seamless app adoption experience from your 'Connect to Core Practice' button.</p>\n<h4 id=\"checkpoint-2-connection\"><strong>Checkpoint 2: Connection</strong></h4>\n<p>Ensure you implement a setup page that allows users to connect to Core Practice and manage their settings for the integration. Ideally, this should be made possible without assistance from your support or onboarding team.</p>\n<h4 id=\"required-features\"><strong>Required Features:</strong></h4>\n<ul>\n<li><p>Display the name of the tenant and the URL that has been connected. The tenant name can be practice name or location name, the Core Practice URL (*.corepractice.is) can be obtained from the client upon integration request.</p>\n</li>\n<li><p>Show the status of connections with Core Practice. If disconnected, provide a button to reconnect to Core Practice.</p>\n</li>\n<li><p>Include a button to disconnect the integration.</p>\n</li>\n<li><p>Core Practice can have multiple practice locations within a tenant instance. Consider whether you are catering to a single or multi-practice connection. Think about how you might design this process. Do you need the user to confirm which Practice Location they would like to use?</p>\n</li>\n<li><p>Ensure you implement the disconnection process for customers who no longer require the integration. This will ensure that all sensitive data, such as refresh tokens, is removed from your system and that any automated data sync processes are stopped.</p>\n</li>\n</ul>\n<h4 id=\"things-to-avoid\"><strong>Things to Avoid:</strong></h4>\n<ul>\n<li><p>Never request a user's Core Practice login details within your application; always use OAuth for authentication.</p>\n</li>\n<li><p>Avoid using automatic processes to manage the Access Token lifecycle, including expiry and renewal. Each time you require a new Access Token, utilize the previously saved Refresh Token to exchange for a new Access Token and Refresh Token. You will need to save this Refresh Token for future use.</p>\n</li>\n<li><p>Do not reuse refresh tokens. Refresh tokens are valid for up to 90 days. Any attempt to reuse a refresh token will result in the invalidation of all active tokens for security reasons.</p>\n</li>\n<li><p>It is important to store the Refresh Token in a secure location; if it's compromised, it could allow anyone to generate new Access Tokens for that user with the same permissions.</p>\n</li>\n<li><p>Avoid the use of pop-up windows or new tabs in the authentication process. Redirecting users to Core Practice in a pop-up window can be blocked by a pop-up blocker.</p>\n</li>\n<li><p>Never show or store sensitive data like the access token, client ID, and client secret on the client side of the application (e.g., frontend of a web app or local configuration files for native apps).</p>\n</li>\n</ul>\n<h4 id=\"checkpoint-3-branding-and-naming\"><strong>Checkpoint 3: Branding and Naming</strong></h4>\n<ul>\n<li><p>The application name must reflect the go-to-market name of your app or product and cannot include the word 'Core Practice.'</p>\n</li>\n<li><p>Where possible, use the \"connect\" and \"disconnect\" buttons we've provided on our branding page and the Core Practice standard logo.</p>\n</li>\n</ul>\n<h4 id=\"checkpoint-4-scopes\"><strong>Checkpoint 4: Scopes</strong></h4>\n<ul>\n<li><p>Only request the minimal scopes that you require to fulfill the intended use cases of your integration. Unexplained or ambiguous use of scopes will not be permitted.</p>\n</li>\n<li><p>After certification, any significant changes to use cases and scopes should be communicated to Core Practice so that we can assist you in ensuring the integration continues to meet requirements.</p>\n</li>\n</ul>\n<h4 id=\"checkpoint-5-error-handling\"><strong>Checkpoint 5: Error Handling</strong></h4>\n<ul>\n<li>Errors happen; users may remove mapped locations, temporary connectivity issues may disrupt integrations, and various other potential problems might arise. It is essential to find a way to inform users when an error has occurred within your integration.</li>\n</ul>\n<h4 id=\"checkpoint-6-data-integrity\"><strong>Checkpoint 6: Data Integrity</strong></h4>\n<ul>\n<li>Ensure any data retrieved from Core Practice is displayed correctly in your app, and that data created in Core Practice by the app is generated successfully and appears correctly.</li>\n</ul>\n<h1 id=\"4-go-live-guide\">4. Go Live Guide</h1>\n<p>Congratulations on reaching the final steps of taking your Core Practice integration live! This guide will walk you through the necessary steps to activate your API key and configure your application for production use</p>\n<p><strong>Step 1: Pass the Certification Requirements</strong></p>\n<p>Before proceeding to the go-live phase, ensure that your integration meets all minimum <a href=\"https://developer.corepractice.com.au/#3-certification-requirements\">certification requirements</a> for your integration with Core Practice API.</p>\n<p><strong>Step 2: Provide a Demo Video</strong></p>\n<p>To demonstrate your application's readiness for live operations, you must submit a demo video. This video should illustrate the following minimum required features:</p>\n<ul>\n<li><p><strong>Activate Core Practice</strong>: Show how users will activate the integration within your application.</p>\n</li>\n<li><p><strong>Connection Status Setup Page</strong>: Display the setup page and highlight the feature that checks the connection status with Core Practice.</p>\n</li>\n<li><p><strong>Connect OAuth Flow</strong>: Demonstrate the OAuth flow, showing how users will sign in with their Core Practice account to your application.</p>\n</li>\n<li><p><strong>Disconnect Integration</strong>: Show the process for a user to disconnect the integration, ensuring that all sensitive information is securely handled and the disconnection is clean and user-friendly.</p>\n</li>\n<li><p><strong>App Feature Demonstration</strong>: Provide a thorough demo of your app's features, emphasizing how it integrates with Core Practice and adds value to the user experience.</p>\n</li>\n</ul>\n<p><strong>Step 3: Activate Your API Key</strong></p>\n<p>Once certified, you need to activate your API key for the production environment by creating a support request:</p>\n<p><strong>Create Support Request</strong>:</p>\n<ul>\n<li><p>Navigate to the support request form at <a href=\"https://support.corepractice.com.au/hc/en-us/requests/new\">Core Practice Support</a>.</p>\n</li>\n<li><p>Select \"Technical\" as the category and specify that you \"need help with Core Practice API.\"</p>\n</li>\n<li><p>Include the link to your demo video.</p>\n</li>\n<li><p>Include the production <code>redirect_uri</code> for your application in your support request. This URI should point to your production environment, where users will be redirected after authentication.</p>\n</li>\n</ul>\n<p><strong>Step 4: Await Activation Confirmation</strong><br>After submitting your support request and demo video, wait for confirmation from the Core Practice team. We will review your submission and provide final approval for your application to go live.</p>\n<p>Once you've received activation confirmation and addressed any feedback, your application will be ready for deployment to the production environment.</p>\n<p>About your production API key:</p>\n<ul>\n<li><p>We will provide you with one unique API client_id and client_secret for all production environment integration with the same redirect_uri.</p>\n</li>\n<li><p>This one production API key will be applied for each Core Pracice client who requests for your API integration activation.</p>\n</li>\n<li><p>You will not need to provide this API key to your Core Practice client, it will be applied by Core Practice for the client during the integration request.</p>\n</li>\n</ul>\n<h1 id=\"authentication-api\">Authentication API</h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"2. Getting Started Guide","slug":"2-getting-started-guide"},{"content":"3. Certification Checkpoints","slug":"3-certification-checkpoints"},{"content":"4. Go Live Guide","slug":"4-go-live-guide"},{"content":"Authentication API","slug":"authentication-api"}],"owner":"110969","collectionId":"de7e3516-d171-4223-b8fc-514dce763023","publishedId":"Tzeai5X5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-10-23T04:07:31.000Z"},"item":[{"name":"OAuth 2","item":[{"name":"Send a user to authorize your app","id":"b725fc3d-f74a-4276-9e1c-6f1618a447df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{APIURL}}/Auth/Authorization?response_type=code&client_id=&redirect_uri=http://yourapp.com/redirect/&state=123","description":"<p>Your app should direct users to the following url:</p>\n<p><strong>State</strong>.</p>\n<p>The state parameter should be used to avoid forgery attacks. Pass in a value that's unique to the user you're sending through authorisation. It will be passed back after the user completes authorisation.</p>\n","urlObject":{"path":["Auth","Authorization"],"host":["{{APIURL}}"],"query":[{"key":"response_type","value":"code"},{"description":{"content":"<p>issued when you create your app</p>\n","type":"text/plain"},"key":"client_id","value":""},{"description":{"content":"<p>the URL on your server to redirect back to</p>\n","type":"text/plain"},"key":"redirect_uri","value":"http://yourapp.com/redirect/"},{"disabled":true,"description":{"content":"<p>the Hashpart of URL on your server to redirect back to (optional)</p>\n","type":"text/plain"},"key":"hash_part","value":"/code"},{"description":{"content":"<p>a unique string to be passed back on completion (optional) (see above)</p>\n","type":"text/plain"},"key":"state","value":"123"}],"variable":[]}},"response":[{"id":"98a5ff38-6ecb-4764-a0e2-48e3b29f921b","name":"Send a user to authorize your app","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sandbox.corepractice.is/Auth/Authorization?response_type=code&client_id=YOURCLIENTID&redirect_uri=http://yourapp.com/redirect/&hash_part=/code&state=123","protocol":"https","host":["sandbox","corepractice","is"],"path":["Auth","Authorization"],"query":[{"key":"response_type","value":"code"},{"key":"client_id","value":"YOURCLIENTID","description":"issued when you create your app"},{"key":"redirect_uri","value":"http://yourapp.com/redirect/","description":"the URL on your server to redirect back to"},{"key":"hash_part","value":"/code","description":"the Hashpart of URL on your server to redirect back to (optional)"},{"key":"state","value":"123","description":"a unique string to be passed back on completion (optional) (see above)"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b725fc3d-f74a-4276-9e1c-6f1618a447df"},{"name":"Users are redirected back to you with a code","id":"28808d9c-16aa-4159-ae95-b6a40744c8d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>If the user authorizes your app, Core Practice will redirect back to your specified redirect_uri with:</p>\n<ul>\n<li><p><strong>code</strong> a temporary code that may only be exchanged once and expires 30 seconds after issued.</p>\n</li>\n<li><p><strong>state</strong> (if you provided one). If the states don't match, the request may have been created by a third party and you should abort the process.</p>\n</li>\n</ul>\n<p>If any errors occur or the user denies the request, we redirect back to your redirect_uri with an error parameter.</p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"28808d9c-16aa-4159-ae95-b6a40744c8d3"},{"name":"Exchange the code","id":"85f918b0-b389-4b32-99c7-541c014c981b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"authorization_code","type":"text"},{"key":"client_id","value":"{{YOURCLIENTID}}","description":"<p>issued when you create your app</p>\n","type":"text"},{"key":"client_secret","value":"{{YOURCLIENTSECRET}}","description":"<p>issued when you create your app</p>\n","type":"text"},{"key":"redirect_uri","value":"http://yourapp.com/redirect/","description":"<p>the URL on your server to redirect back to</p>\n","type":"text"},{"key":"code","value":"xxxxxx","type":"text"}]},"url":"{{APIURL}}/api/v2/oauth2/token","description":"<p>You can now exchange the verification code for an access token.</p>\n<p>To do this you will need to make a POST request to our token endpoint:</p>\n","urlObject":{"path":["api","v2","oauth2","token"],"host":["{{APIURL}}"],"query":[],"variable":[]}},"response":[{"id":"bdcf4438-06ff-4164-8829-f5ed397669a8","name":"Exchange the code","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"authorization_code","type":"text"},{"key":"client_id","value":"YOURCLIENTID","type":"text"},{"key":"client_secret","value":"YOURCLIENTSECRET","type":"text"},{"key":"redirect_uri","value":"http://yourapp.com/redirect/","type":"text"},{"key":"code","value":"xxxxxx","type":"text"}]},"url":"https://sandbox.corepractice.is/api/v2/oauth2/token"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"YOURACCESSTOKEN\",\n    \"token_type\": \"bearer\",\n    \"expires_in\": 43200,\n    \"refresh_token\": \"YOURREFRESHTOKEN\",\n    \"client_id\": \"YOURCLIENTID\",\n    \"scope\": \"basic 100\",\n    \".expires\": \"Tue, 22 Jun 2021 18:38:03 GMT\",\n    \".issued\": \"Tue, 22 Jun 2021 06:38:03 GMT\"\n}"}],"_postman_id":"85f918b0-b389-4b32-99c7-541c014c981b"},{"name":"Receive your tokens","id":"94fcb6f1-fa4d-41de-bc72-c3f6bbf3208b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"description":"<p>The token endpoint will verify all the parameters in the request, ensuring the code hasn’t expired and that the client ID and secret match. If everything checks out, it will generate your tokens and return them in the response.</p>\n<p>It will contain the following parameters:</p>\n<ul>\n<li><strong>access_token</strong> The token used to call the API.</li>\n<li><strong>token_type: Bearer</strong></li>\n<li><strong>expires_in:</strong> The amount of seconds until the access token expires. Maximum is 43200 (12hours)</li>\n<li><strong>refresh_token:</strong> The token used to refresh the access token once it has expired (only returned if \"IsRefreshToken\" is true in AuthClient)</li>\n<li><strong>client_id:</strong> Your app’s client_id</li>\n<li><strong>scope:</strong> The scopes list string you get</li>\n<li><strong>.expires:</strong> Access token expired datetime</li>\n<li><strong>.issued:</strong> Issued access token datetime</li>\n</ul>\n<p>About expiring date for refresh_token: You might notice that the “expires_in” property refers to the access token, not the refresh token. The expiration time of the refresh token is intentionally never communicated to the client. This is because the client has no actionable steps it can take even if it were able to know when the refresh token would expire. There are also many reasons refresh tokens may expire prior to any expected lifetime of them as well.</p>\n<p>If a refresh token expires for any reason, then the only action the application can take is to ask the user to log in again, starting a new OAuth flow from scratch, which will issue a new access token and refresh token to the application. That’s the reason it doesn’t matter whether the application knows the expected lifetime of the refresh token, because regardless of the reason it expires the outcome is always the same.</p>\n<p>More details please refer to this article: <a href=\"https://www.oauth.com/oauth2-servers/making-authenticated-requests/refreshing-an-access-token/\">https://www.oauth.com/oauth2-servers/making-authenticated-requests/refreshing-an-access-token/</a></p>\n","urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"94fcb6f1-fa4d-41de-bc72-c3f6bbf3208b"},{"name":"Refreshing access tokens","id":"ebae4d27-cbdc-4cec-be32-82734964c41c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"client_id","value":"{{YOURCLIENTID}}","description":"<p>issued when you create your app</p>\n","type":"text"},{"key":"client_secret","value":"{{YOURCLIENTSECRET}}","description":"<p>issued when you create your app</p>\n","type":"text"},{"key":"refresh_token","value":"{{YOURREFRESHTOKEN}}","type":"text"}]},"url":"{{APIURL}}/api/v2/oauth2/token","description":"<p>You can now exchange the verification code for an access token.</p>\n<p>To do this you will need to make a POST request to our token endpoint:</p>\n","urlObject":{"path":["api","v2","oauth2","token"],"host":["{{APIURL}}"],"query":[],"variable":[]}},"response":[{"id":"8683c2bb-287e-4a0a-aafe-859440373af5","name":"Exchange the code","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"client_id","value":"YOURCLIENTID","description":"issued when you create your app","type":"text"},{"key":"client_secret","value":"YOURCLIENTSECRET","description":"issued when you create your app","type":"text"},{"key":"refresh_token","value":"YOURREFRESHTOKEN","type":"text"}]},"url":"https://sandbox.corepractice.is/api/v2/oauth2/token"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"YOURACCESSTOKEN\",\n    \"token_type\": \"bearer\",\n    \"expires_in\": 43200,\n    \"refresh_token\": \"YOURREFRESHTOKEN\",\n    \"client_id\": \"YOURCLIENTID\",\n    \"scope\": \"basic 100\",\n    \".expires\": \"Tue, 22 Jun 2021 18:38:03 GMT\",\n    \".issued\": \"Tue, 22 Jun 2021 06:38:03 GMT\"\n}"}],"_postman_id":"ebae4d27-cbdc-4cec-be32-82734964c41c"}],"id":"f9292eed-e2ae-49c6-a39e-c62c23f33ccf","description":"<h2 id=\"standard-code-flow\">Standard Code Flow</h2>\n<p>The standard authorization code flow is suitable for web server applications that can securely store a client secret.</p>\n<p>At the successful completion of an OAuth flow you will be granted an access token to act on behalf of the user. You will then use that access token to make API calls.</p>\n<h2 id=\"core-practice-tenants\">Core Practice tenants</h2>\n<p>Core Practice is a multi-tenanted platform with different types of tenants. APIs operate within the context of an Organisation tenant.</p>\n<p>Your app is assigned with a unique Client ID and a Secret. The Client Secret is private and should not be shared.</p>\n<img src=\"https://www.corepractice.com.au/media/1333/oauth2_code_flow.png\" alt=\"Auth API\" />\n\n<h2 id=\"api-rate-limits\"><strong>API Rate Limits</strong></h2>\n<p>Your application is subject to limits on the number of API calls it can make.</p>\n<ul>\n<li><p><strong>Minute Limit</strong>: Up to 30 calls per minute</p>\n</li>\n<li><p><strong>Daily Limit</strong>: Up to 2000 calls per day</p>\n</li>\n</ul>\n<p>Exceeding a rate limit will trigger an HTTP 429 (Too Many Requests) response.</p>\n<p><strong>Handling Large Data Requests</strong><br />Should you need to retrieve large amounts of data from Core Practice, be aware that certain operations could cause your application to surpass these limits. For example, searching for a list of patients or appointments, followed by retrieving detailed records for each individual patient and appointment, could be problematic. To address this, you can leverage the Core Practice reporting feature or reach out to our sales team for a bespoke or large-scale data export solution.</p>\n<h2 id=\"response-codes--errors\">Response Codes &amp; Errors</h2>\n<p>Request authorization code with <strong>/Auth/Authorization</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>unsupported_grant_type</td>\n<td>Authorization grant type is not supported by the Authorization Server</td>\n</tr>\n<tr>\n<td>invalid_client</td>\n<td>Client credential is not valid</td>\n</tr>\n<tr>\n<td>invalid_request</td>\n<td>The request is malformed, a required parameter is missing or a parameter has an invalid value</td>\n</tr>\n</tbody>\n</table>\n</div><p>Request authorization code with <strong>/api/v2/oauth2/token</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>unsupported_grant_type</td>\n<td>Authorization grant type is not supported by the Authorization Server</td>\n</tr>\n<tr>\n<td>invalid_client</td>\n<td>Client credential is not valid</td>\n</tr>\n<tr>\n<td>invalid_request</td>\n<td>The request is malformed, a required parameter is missing or a parameter has an invalid value</td>\n</tr>\n<tr>\n<td>invalid_grant</td>\n<td>Authorization code is invalid or redirect_uri is invalid</td>\n</tr>\n<tr>\n<td>unauthorized_client</td>\n<td>Client credential is not valid</td>\n</tr>\n</tbody>\n</table>\n</div><p>Standard HTTP Response Codes &amp; Errors</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Error Code</th>\n<th>Summary</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>200</td>\n<td>OK</td>\n<td>Successful API call.</td>\n</tr>\n<tr>\n<td>400</td>\n<td>Bad Request</td>\n<td>A validation exception has occurred.</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Not Permitted</td>\n<td>User doesn't have permission to access the resource. Check that user have appropriate scope to perform the action.</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Not Found</td>\n<td>The resource you have specified cannot be found</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal Error</td>\n<td>An unhandled error with the API. Contact the Core Practice team if problems persist</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"f9292eed-e2ae-49c6-a39e-c62c23f33ccf"},{"name":"Administration","item":[{"name":"List Users","id":"f30a57c1-519c-486f-ad73-720bc67edf1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/users/lite","description":"<p>This endpoint allows you to get basic information of all users.</p>\n<p>Scope: Admin Permissions - Browse Users</p>\n","urlObject":{"path":["api","users","lite"],"host":["{{APIURL}}"],"query":[],"variable":[]}},"response":[{"id":"4fc42995-da71-4969-a4dd-3796f833e3b0","name":"Get User Account","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"https://sandbox.corepractice.is/api/account"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Identifier\": \"abcdef\",\n    \"Username\": \"user\",\n    \"Firstname\": \"Core\",\n    \"Lastname\": \"Practice\",\n    \"Email\": \"\",\n    \"Phone\": \"\",\n    \"Mobile\": \"\",\n    \"Dob\": null,\n    \"HasPinSet\": false,\n    \"TwoFactorEnabled\": false,\n    \"TwoFactorEnforced\": false,\n    \"TwoFactorStatus\": \"Disabled\",\n    \"EnableSecurityEmail\": false,\n    \"MyIpAddress\": \"***.***.***.***\",\n    \"Addresses\": [],\n    \"Groups\": [\n        {\n            \"Identifier\": \"abc\",\n            \"GroupName\": \"Administrator\"\n        }\n    ],\n    \"Locations\": [],\n    \"Calendars\": [\n        {\n            \"Identifier\": \"abc123\",\n            \"Description\": \"Ben Smith\",\n            \"DisplayName\": null,\n            \"IsActive\": true,\n            \"TimeCancel\": 12,\n            \"ProfileUrl\": null\n        }\n    ]\n}"}],"_postman_id":"f30a57c1-519c-486f-ad73-720bc67edf1b"},{"name":"List Locations","id":"df871946-c435-4ced-910a-292088a8d4d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/locations","description":"<p>This endpoint allows you to get detailed information of all locations.</p>\n<p>Scope: Admin Permissions - Browse Locations</p>\n","urlObject":{"path":["api","locations"],"host":["{{APIURL}}"],"query":[],"variable":[]}},"response":[{"id":"c645fe06-63de-4e48-90bb-f7d273c902df","name":"List Locations","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"https://sandbox.corepractice.is/api/locations"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Identifier\": \"w4V4GkcKjEWmsHdw7W8A6g\",\n        \"LocationName\": \"Sydney Dental\",\n        \"DisplayName\": null,\n        \"Description\": null,\n        \"CompanyName\": \"Sydney Dental Pty Ltd\",\n        \"Abn\": \"\",\n        \"Email\": null,\n        \"MapUrl\": null,\n        \"Phone1\": \"\",\n        \"Phone2\": \"\",\n        \"Mobile\": \"\",\n        \"Fax\": \"\",\n        \"Latitude\": null,\n        \"Longitude\": null,\n        \"IsDeleted\": false,\n        \"IsOnlineBooking\": true,\n        \"IsOnlinePayment\": false,\n        \"AddressLine1\": \"1 Market St\",\n        \"AddressLine2\": null,\n        \"Suburb\": \"Sydney\",\n        \"Postcode\": \"2000\",\n        \"State\": \"NSW\",\n        \"Country\": \"AU\",\n        \"LocationKey\": \"sydney-dental\",\n        \"TimezoneKey\": \"AUS Eastern Standard Time\",\n        \"CancellationPolicy\": null,\n        \"PaymentPolicy\": null,\n        \"OtherPolicy\": null,\n        \"DirectionNote\": null,\n        \"DisabledMsg\": null,\n        \"DisabledTitle\": null,\n        \"IpAddress\": null,\n        \"NotificationEmail\": null,\n        \"LocationSetting\": null,\n        \"LogoUrl\": null,\n        \"WebAddress\": null,\n        \"ReviewUrl\": null,\n        \"IsOnlinePaymentEnabled\": false\n    }\n]"}],"_postman_id":"df871946-c435-4ced-910a-292088a8d4d1"},{"name":"List Providers","id":"b683cc0c-00cc-4ca0-bed0-b96dd75eb52e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/locations/{{LOCATIONID}}/providers","description":"<p>This endpoint allows you to get details of all providers for a specific location.</p>\n<p><i>LOCATIONID:</i> You can get <i>LOCATIONID </i> from running \"GET List Locations\" API to get specific Location Identifier.</p>\n","urlObject":{"path":["api","locations","{{LOCATIONID}}","providers"],"host":["{{APIURL}}"],"query":[],"variable":[]}},"response":[{"id":"0496874c-065c-4f5a-b9d0-61f55d14f9d6","name":"List Providers","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"https://sandbox.corepractice.is/api/locations/GmzNDZl29EKpnXBZvvbdWw/providers"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Identifier\": \"qRmEEwrOZEykim4lpzxD1Q\",\n        \"ProviderName\": \"Provider\",\n        \"Title\": \"Dr\",\n        \"Firstname\": \"Demo\",\n        \"ProviderNumber\": \"1234564K\",\n        \"PayeeProviderNumber\": null,\n        \"Status\": \"Active\",\n        \"ReportCode\": null,\n        \"Description\": null,\n        \"MerchantId\": \"33123111\",\n        \"TaxFileNumber\": null,\n        \"GstNumber\": null,\n        \"JobCode\": null,\n        \"IncomeReportCode\": null,\n        \"ExpenseReportCode\": null,\n        \"IsDeleted\": false,\n        \"LetterHead\": null,\n        \"JobTitle\": null\n    }\n]"}],"_postman_id":"b683cc0c-00cc-4ca0-bed0-b96dd75eb52e"},{"name":"List Calendars","id":"599ec03a-4712-49a9-b427-04b89b12bc55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/calendars","description":"<p>This endpoint allows you to get details of all calendars.</p>\n<p>Each calendar has an owner (user) assigned to it, but not a provider.</p>\n<p>Scope: Admin Permissions - Browse Appointment</p>\n","urlObject":{"path":["api","calendars"],"host":["{{APIURL}}"],"query":[],"variable":[]}},"response":[{"id":"90914986-10d7-45b6-839b-36acd1b76a8f","name":"List Calendars","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}"},{"key":"x-cpapi-version","value":"v2"}],"url":"https://sandbox.corepractice.is/api/calendars"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Identifier\": \"lMlwkr3a3kypT7cErdbPKQ\",\n        \"Description\": \"Ben Smith\",\n        \"CalendarKey\": \"ben-smith\",\n        \"DisplayName\": null,\n        \"TimezoneKey\": \"AUS Eastern Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": 30,\n        \"SlotLimit\": -1,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": 12,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 1,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": true,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"LtRb0yg2nU61gV_6fwcSIA\",\n            \"Firstname\": \"Core\",\n            \"Lastname\": \"Practice\",\n            \"Username\": \"coreadmin\",\n            \"Email\": \"philia.p@corepractice.com.au\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"GqV55ZzeaUe-GVkQvETosA\",\n        \"Description\": \"Sushil Kant\",\n        \"CalendarKey\": \"sushil-kant\",\n        \"DisplayName\": \"Sushil Kant\",\n        \"TimezoneKey\": \"AUS Eastern Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": 14,\n        \"SlotLimit\": 2,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": 48,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 10,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": true,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"ND9ZK5-0Q0_3QCkJK0bl5g\",\n            \"Firstname\": \"Sushil Kant \",\n            \"Lastname\": \"Tripathi\",\n            \"Username\": \"lanateam\",\n            \"Email\": \"support@minkmedia.com.au\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"QMSDD5BHKkKqGpbpMnK3TQ\",\n        \"Description\": \"Airsmile\",\n        \"CalendarKey\": \"airsmile\",\n        \"DisplayName\": \"AirSmile\",\n        \"TimezoneKey\": \"E. Australia Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": false,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": {\n            \"Identifier\": \"45_MSAJ8wUa1539PhA4uYw\",\n            \"Name\": \"1st Appointment Reminder\",\n            \"Description\": \"Send reminder 2 days before appointment\",\n            \"StartDateUtc\": \"2021-11-26T08:20:55.907Z\",\n            \"EndDateUtc\": null,\n            \"ScheduleRunHour\": 10,\n            \"Days\": 2,\n            \"TimezoneKey\": \"AUS Eastern Standard Time\",\n            \"IsPriorToEvent\": true,\n            \"IsAvoidWeekend\": true,\n            \"IsDeleted\": false,\n            \"RecurType\": \"Reminder\"\n        },\n        \"Reminder2Schedule\": {\n            \"Identifier\": \"eqTULAHj0U2mGYXrfxHbvg\",\n            \"Name\": \"2nd Appointment Reminder\",\n            \"Description\": \"Send reminder 28 days before appointment\",\n            \"StartDateUtc\": \"2021-11-26T08:20:55.907Z\",\n            \"EndDateUtc\": null,\n            \"ScheduleRunHour\": 10,\n            \"Days\": 28,\n            \"TimezoneKey\": \"AUS Eastern Standard Time\",\n            \"IsPriorToEvent\": true,\n            \"IsAvoidWeekend\": true,\n            \"IsDeleted\": false,\n            \"RecurType\": \"Reminder\"\n        },\n        \"LastReminder1RunDateTimeUtc\": \"2022-09-12T00:00:18.483Z\",\n        \"LastReminder2RunDateTimeUtc\": \"2022-09-12T00:00:18.483Z\",\n        \"Owner\": {\n            \"Identifier\": \"RCXwLaNMd0GI17Ce4dopGQ\",\n            \"Firstname\": \"Heath\",\n            \"Lastname\": \"Fraser\",\n            \"Username\": \"Heath@airsmile.com\",\n            \"Email\": \"Heath@airsmile.com\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"MhqYuTVXnEG1dRWUv9VTyQ\",\n        \"Description\": \"MaheshB\",\n        \"CalendarKey\": \"maheshb\",\n        \"DisplayName\": \"MaheshB\",\n        \"TimezoneKey\": \"E. Australia Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": 60,\n        \"SlotLimit\": -1,\n        \"TimeAdvance\": 2,\n        \"TimeCancel\": 12,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 2,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": true,\n        \"IsActive\": false,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": {\n            \"Identifier\": \"45_MSAJ8wUa1539PhA4uYw\",\n            \"Name\": \"1st Appointment Reminder\",\n            \"Description\": \"Send reminder 2 days before appointment\",\n            \"StartDateUtc\": \"2021-11-26T08:20:55.907Z\",\n            \"EndDateUtc\": null,\n            \"ScheduleRunHour\": 10,\n            \"Days\": 2,\n            \"TimezoneKey\": \"AUS Eastern Standard Time\",\n            \"IsPriorToEvent\": true,\n            \"IsAvoidWeekend\": true,\n            \"IsDeleted\": false,\n            \"RecurType\": \"Reminder\"\n        },\n        \"Reminder2Schedule\": {\n            \"Identifier\": \"eqTULAHj0U2mGYXrfxHbvg\",\n            \"Name\": \"2nd Appointment Reminder\",\n            \"Description\": \"Send reminder 28 days before appointment\",\n            \"StartDateUtc\": \"2021-11-26T08:20:55.907Z\",\n            \"EndDateUtc\": null,\n            \"ScheduleRunHour\": 10,\n            \"Days\": 28,\n            \"TimezoneKey\": \"AUS Eastern Standard Time\",\n            \"IsPriorToEvent\": true,\n            \"IsAvoidWeekend\": true,\n            \"IsDeleted\": false,\n            \"RecurType\": \"Reminder\"\n        },\n        \"LastReminder1RunDateTimeUtc\": \"2022-12-13T23:00:11.957Z\",\n        \"LastReminder2RunDateTimeUtc\": \"2022-12-13T23:00:11.957Z\",\n        \"Owner\": {\n            \"Identifier\": \"RCXwLaNMd0GI17Ce4dopGQ\",\n            \"Firstname\": \"Heath\",\n            \"Lastname\": \"Fraser\",\n            \"Username\": \"Heath@airsmile.com\",\n            \"Email\": \"Heath@airsmile.com\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"13XsXDgAL0GNnC2miRLe4Q\",\n        \"Description\": \"Rebecca\",\n        \"CalendarKey\": \"rebecca\",\n        \"DisplayName\": \"Rebecca\",\n        \"TimezoneKey\": \"E. Australia Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": 60,\n        \"SlotLimit\": -1,\n        \"TimeAdvance\": 1,\n        \"TimeCancel\": 8,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": true,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 8,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": true,\n        \"IsActive\": false,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"RCXwLaNMd0GI17Ce4dopGQ\",\n            \"Firstname\": \"Heath\",\n            \"Lastname\": \"Fraser\",\n            \"Username\": \"Heath@airsmile.com\",\n            \"Email\": \"Heath@airsmile.com\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"eJg59Bj-IEqdE_ACdR2ocw\",\n        \"Description\": \"Heath F\",\n        \"CalendarKey\": \"heath-f\",\n        \"DisplayName\": null,\n        \"TimezoneKey\": \"AUS Eastern Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": 60,\n        \"SlotLimit\": -1,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": 8,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 3,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": true,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"RCXwLaNMd0GI17Ce4dopGQ\",\n            \"Firstname\": \"Heath\",\n            \"Lastname\": \"Fraser\",\n            \"Username\": \"Heath@airsmile.com\",\n            \"Email\": \"Heath@airsmile.com\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"okVf7tJ57Ea8WskpLm_HEA\",\n        \"Description\": \"james S\",\n        \"CalendarKey\": \"james-s\",\n        \"DisplayName\": \"james\",\n        \"TimezoneKey\": \"AUS Eastern Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": 60,\n        \"SlotLimit\": -1,\n        \"TimeAdvance\": 1,\n        \"TimeCancel\": 8,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 7,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": true,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"RCXwLaNMd0GI17Ce4dopGQ\",\n            \"Firstname\": \"Heath\",\n            \"Lastname\": \"Fraser\",\n            \"Username\": \"Heath@airsmile.com\",\n            \"Email\": \"Heath@airsmile.com\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"g-4Hq0uP_UWybnHBeOtt2Q\",\n        \"Description\": \"Rebecca V\",\n        \"CalendarKey\": \"rebecca-v\",\n        \"DisplayName\": null,\n        \"TimezoneKey\": \"AUS Eastern Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 9,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": false,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"RCXwLaNMd0GI17Ce4dopGQ\",\n            \"Firstname\": \"Heath\",\n            \"Lastname\": \"Fraser\",\n            \"Username\": \"Heath@airsmile.com\",\n            \"Email\": \"Heath@airsmile.com\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"Pt0sVrwaZEGLxSeHfcaqhw\",\n        \"Description\": \"vishal s\",\n        \"CalendarKey\": \"vishal-s\",\n        \"DisplayName\": null,\n        \"TimezoneKey\": \"AUS Eastern Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": 60,\n        \"SlotLimit\": -1,\n        \"TimeAdvance\": 1,\n        \"TimeCancel\": 48,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 6,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": true,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"RCXwLaNMd0GI17Ce4dopGQ\",\n            \"Firstname\": \"Heath\",\n            \"Lastname\": \"Fraser\",\n            \"Username\": \"Heath@airsmile.com\",\n            \"Email\": \"Heath@airsmile.com\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"B_B6_-xn2kSidpJpBJNkfQ\",\n        \"Description\": \"Hemant N\",\n        \"CalendarKey\": \"hemant-n\",\n        \"DisplayName\": null,\n        \"TimezoneKey\": \"AUS Eastern Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 5,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": false,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"RCXwLaNMd0GI17Ce4dopGQ\",\n            \"Firstname\": \"Heath\",\n            \"Lastname\": \"Fraser\",\n            \"Username\": \"Heath@airsmile.com\",\n            \"Email\": \"Heath@airsmile.com\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"BqIWcJeWYEqReEGx2ZsPLw\",\n        \"Description\": \"casey Lana\",\n        \"CalendarKey\": \"casey-lana\",\n        \"DisplayName\": null,\n        \"TimezoneKey\": \"AUS Eastern Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 4,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"RCXwLaNMd0GI17Ce4dopGQ\",\n            \"Firstname\": \"Heath\",\n            \"Lastname\": \"Fraser\",\n            \"Username\": \"Heath@airsmile.com\",\n            \"Email\": \"Heath@airsmile.com\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"iwN4X1rQK0ie5NVUMx6NGA\",\n        \"Description\": \"jimmy starc\",\n        \"CalendarKey\": \"jimmy-starc\",\n        \"DisplayName\": null,\n        \"TimezoneKey\": \"AUS Eastern Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"RCXwLaNMd0GI17Ce4dopGQ\",\n            \"Firstname\": \"Heath\",\n            \"Lastname\": \"Fraser\",\n            \"Username\": \"Heath@airsmile.com\",\n            \"Email\": \"Heath@airsmile.com\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"Zi6SQNP95kmHoTnXIrY1zg\",\n        \"Description\": \"shabbir challwala\",\n        \"CalendarKey\": \"shabbir-challwala\",\n        \"DisplayName\": null,\n        \"TimezoneKey\": \"AUS Eastern Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"LtRb0yg2nU61gV_6fwcSIA\",\n            \"Firstname\": \"Core\",\n            \"Lastname\": \"Practice\",\n            \"Username\": \"coreadmin\",\n            \"Email\": \"philia.p@corepractice.com.au\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"woyN9ega8kKD0kkpkt5xJQ\",\n        \"Description\": \"Jessey\",\n        \"CalendarKey\": \"jessey\",\n        \"DisplayName\": \"Jessey\",\n        \"TimezoneKey\": \"E. Australia Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"LtRb0yg2nU61gV_6fwcSIA\",\n            \"Firstname\": \"Core\",\n            \"Lastname\": \"Practice\",\n            \"Username\": \"coreadmin\",\n            \"Email\": \"philia.p@corepractice.com.au\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"ZKbxPezDd0uEk2n7J5tuVA\",\n        \"Description\": \"Hfrazar\",\n        \"CalendarKey\": \"hfrazar\",\n        \"DisplayName\": \"Hfrazar\",\n        \"TimezoneKey\": \"E. Australia Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"LtRb0yg2nU61gV_6fwcSIA\",\n            \"Firstname\": \"Core\",\n            \"Lastname\": \"Practice\",\n            \"Username\": \"coreadmin\",\n            \"Email\": \"philia.p@corepractice.com.au\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"1jd8N3xneUe2mQGM4rVGFA\",\n        \"Description\": \"A Patel\",\n        \"CalendarKey\": \"a-patel\",\n        \"DisplayName\": null,\n        \"TimezoneKey\": \"AUS Eastern Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": 60,\n        \"SlotLimit\": -1,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": -1,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": true,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"RCXwLaNMd0GI17Ce4dopGQ\",\n            \"Firstname\": \"Heath\",\n            \"Lastname\": \"Fraser\",\n            \"Username\": \"Heath@airsmile.com\",\n            \"Email\": \"Heath@airsmile.com\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"w5ER_z9KJku35tNRcKaIKg\",\n        \"Description\": \"K Patel\",\n        \"CalendarKey\": \"k-patel\",\n        \"DisplayName\": null,\n        \"TimezoneKey\": \"E. Australia Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": null,\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"23AZtVYidUSM2NWHpVAzHQ\",\n        \"Description\": \"HE Cal 1\",\n        \"CalendarKey\": \"health-engine-calendar\",\n        \"DisplayName\": \"Health Engine Calendar\",\n        \"TimezoneKey\": \"E. Australia Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": null,\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"JYxMyJkfK0aK6DLG02qGRw\",\n        \"Description\": \"cat\",\n        \"CalendarKey\": \"cat\",\n        \"DisplayName\": \"cat\",\n        \"TimezoneKey\": \"E. Australia Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": false,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": null,\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"7urFIvjNGUqBpROB2m04Gg\",\n        \"Description\": \"Aldwin J\",\n        \"CalendarKey\": \"aldwin-j\",\n        \"DisplayName\": null,\n        \"TimezoneKey\": \"AUS Eastern Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"RCXwLaNMd0GI17Ce4dopGQ\",\n            \"Firstname\": \"Heath\",\n            \"Lastname\": \"Fraser\",\n            \"Username\": \"Heath@airsmile.com\",\n            \"Email\": \"Heath@airsmile.com\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"KSpxH-D780CFjzBXWsZ2aw\",\n        \"Description\": \"Aldwin Sub\",\n        \"CalendarKey\": \"aldwin-sub\",\n        \"DisplayName\": \"Aldwin Sub\",\n        \"TimezoneKey\": \"E. Australia Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": null,\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"5OkIvBqxoEmu6rhgBWX3oQ\",\n        \"Description\": \"Surrey Hughes\",\n        \"CalendarKey\": \"surrey-hughes\",\n        \"DisplayName\": null,\n        \"TimezoneKey\": \"AUS Eastern Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"B1_7cLJ5uUCumHdWkIDljw\",\n            \"Firstname\": \"Health\",\n            \"Lastname\": \"Engine\",\n            \"Username\": \"Healthengine\",\n            \"Email\": \"surrey.hughes@healthengine.com.au\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"tbPhHE7P1UGeHe-JQf6J4A\",\n        \"Description\": \"jgf hgf\",\n        \"CalendarKey\": \"jgf-hgf\",\n        \"DisplayName\": null,\n        \"TimezoneKey\": \"AUS Eastern Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"B1_7cLJ5uUCumHdWkIDljw\",\n            \"Firstname\": \"Health\",\n            \"Lastname\": \"Engine\",\n            \"Username\": \"Healthengine\",\n            \"Email\": \"surrey.hughes@healthengine.com.au\"\n        },\n        \"Locations\": [\n            {\n                \"Identifier\": \"w4V4GkcKjEWmsHdw7W8A6g\",\n                \"LocationName\": \"Sydney Dental\",\n                \"Description\": null,\n                \"IpAddress\": \"60.242.198.230\"\n            }\n        ],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"WcdWSYFdRECDuEQjHVS4Rw\",\n        \"Description\": \"Surrey Hughes\",\n        \"CalendarKey\": \"surrey-hughes\",\n        \"DisplayName\": null,\n        \"TimezoneKey\": \"AUS Eastern Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"B1_7cLJ5uUCumHdWkIDljw\",\n            \"Firstname\": \"Health\",\n            \"Lastname\": \"Engine\",\n            \"Username\": \"Healthengine\",\n            \"Email\": \"surrey.hughes@healthengine.com.au\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"N-eO7_lMWkKDdMsBYuV2Nw\",\n        \"Description\": \"Jess Cena\",\n        \"CalendarKey\": \"jess-cena\",\n        \"DisplayName\": null,\n        \"TimezoneKey\": \"AUS Eastern Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"RCXwLaNMd0GI17Ce4dopGQ\",\n            \"Firstname\": \"Heath\",\n            \"Lastname\": \"Fraser\",\n            \"Username\": \"Heath@airsmile.com\",\n            \"Email\": \"Heath@airsmile.com\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"_rATw26JKkOUu8JhtXWnCw\",\n        \"Description\": \"jass calender\",\n        \"CalendarKey\": \"jass-calender\",\n        \"DisplayName\": \"jass calender\",\n        \"TimezoneKey\": \"E. Australia Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": null,\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"o_2oPufGbUm3dfBHqVS5aA\",\n        \"Description\": \"test Doctor\",\n        \"CalendarKey\": \"test-doctor\",\n        \"DisplayName\": null,\n        \"TimezoneKey\": \"AUS Eastern Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": 30,\n        \"SlotLimit\": 4,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": 12,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": false,\n        \"EnableCreateEmail\": false,\n        \"EnableUpdateEmail\": false,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": false,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": true,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"HTnwfT2dOkSgLRgwCOLD1w\",\n            \"Firstname\": \"Yogesh\",\n            \"Lastname\": \"Patel\",\n            \"Username\": \"yogesh\",\n            \"Email\": \"yogesh@simpos.com.au\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"7M0r1ZjMekuoj1KI2NJbkw\",\n        \"Description\": \"Hunny Professional\",\n        \"CalendarKey\": \"hunny-professional\",\n        \"DisplayName\": \"Hunny Calendar\",\n        \"TimezoneKey\": \"E. Australia Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": 30,\n        \"SlotLimit\": -1,\n        \"TimeAdvance\": 1,\n        \"TimeCancel\": 24,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": true,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": null,\n        \"Locations\": [\n            {\n                \"Identifier\": \"xm8F-ELfy0CgMQlh7RGgPg\",\n                \"LocationName\": \"Hunny DentalFlo\",\n                \"Description\": null,\n                \"IpAddress\": null\n            }\n        ],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"XcKoZsJRFEmWxfFUa6UtgQ\",\n        \"Description\": \"Clinic 1\",\n        \"CalendarKey\": \"mona-hunny\",\n        \"DisplayName\": \"Clinic 1\",\n        \"TimezoneKey\": \"E. Australia Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"j7ZW5aNBXkmekM07DjpSxQ\",\n            \"Firstname\": \"Hunny\",\n            \"Lastname\": \"Leadfusion\",\n            \"Username\": \"Hunny\",\n            \"Email\": \"hunny@leadfusion360.com.au\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"Z9W8-RuEkUWEp2vJZxSKGw\",\n        \"Description\": \"Consult\",\n        \"CalendarKey\": \"dental-flo\",\n        \"DisplayName\": \"Consult\",\n        \"TimezoneKey\": \"E. Australia Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"j7ZW5aNBXkmekM07DjpSxQ\",\n            \"Firstname\": \"Hunny\",\n            \"Lastname\": \"Leadfusion\",\n            \"Username\": \"Hunny\",\n            \"Email\": \"hunny@leadfusion360.com.au\"\n        },\n        \"Locations\": [\n            {\n                \"Identifier\": \"xm8F-ELfy0CgMQlh7RGgPg\",\n                \"LocationName\": \"Hunny DentalFlo\",\n                \"Description\": null,\n                \"IpAddress\": null\n            }\n        ],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"Eas982L2OUe5Yn9dyc4tVw\",\n        \"Description\": \"Clinic 2\",\n        \"CalendarKey\": \"clinic-2\",\n        \"DisplayName\": \"Clinic 2\",\n        \"TimezoneKey\": \"E. Australia Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"j7ZW5aNBXkmekM07DjpSxQ\",\n            \"Firstname\": \"Hunny\",\n            \"Lastname\": \"Leadfusion\",\n            \"Username\": \"Hunny\",\n            \"Email\": \"hunny@leadfusion360.com.au\"\n        },\n        \"Locations\": [\n            {\n                \"Identifier\": \"xm8F-ELfy0CgMQlh7RGgPg\",\n                \"LocationName\": \"Hunny DentalFlo\",\n                \"Description\": null,\n                \"IpAddress\": null\n            }\n        ],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"tIS47wKuCEiSojWuF9K_pA\",\n        \"Description\": \"Hot Doc\",\n        \"CalendarKey\": \"hot-doc\",\n        \"DisplayName\": null,\n        \"TimezoneKey\": \"AUS Eastern Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": 7,\n        \"SlotLimit\": -1,\n        \"TimeAdvance\": 2,\n        \"TimeCancel\": 8,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": true,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"HBRcnzTXmk_jvimdlyDx7g\",\n            \"Firstname\": \"John\",\n            \"Lastname\": \"Servinis\",\n            \"Username\": \"JohnS\",\n            \"Email\": \"js@hotdoc.com.au\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"77lfxqnjh0KDG1BJkc8GKA\",\n        \"Description\": \"Healthengine Test4\",\n        \"CalendarKey\": \"healthengine-test-4\",\n        \"DisplayName\": null,\n        \"TimezoneKey\": \"W. Australia Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": 14,\n        \"SlotLimit\": 3,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": 12,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": true,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"6dqevsu5WEa0W8uRSRaxew\",\n            \"Firstname\": \"Health\",\n            \"Lastname\": \"Engine\",\n            \"Username\": \"Health Engine\",\n            \"Email\": \"integrations@healthengine.com.au\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"_PyLJHsNe029CrJeJQ_QuA\",\n        \"Description\": \"Another HE-dentist\",\n        \"CalendarKey\": \"another-he-dentist\",\n        \"DisplayName\": null,\n        \"TimezoneKey\": \"W. Australia Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"6dqevsu5WEa0W8uRSRaxew\",\n            \"Firstname\": \"Health\",\n            \"Lastname\": \"Engine\",\n            \"Username\": \"Health Engine\",\n            \"Email\": \"integrations@healthengine.com.au\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"dtsa_cucMEu1Ymo0WMMgZA\",\n        \"Description\": \"Healthengine Test3\",\n        \"CalendarKey\": \"healthengine-test\",\n        \"DisplayName\": null,\n        \"TimezoneKey\": \"W. Australia Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": 14,\n        \"SlotLimit\": 1,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": 8,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": true,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"6dqevsu5WEa0W8uRSRaxew\",\n            \"Firstname\": \"Health\",\n            \"Lastname\": \"Engine\",\n            \"Username\": \"Health Engine\",\n            \"Email\": \"integrations@healthengine.com.au\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"lsB0A5YJ5k_W_HagU8Ex1g\",\n        \"Description\": \"HE Test Calendar\",\n        \"CalendarKey\": \"he-test-calendar\",\n        \"DisplayName\": null,\n        \"TimezoneKey\": \"W. Australia Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": null,\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"ovKVCliKVEig2iitpwGkeA\",\n        \"Description\": \"Rajesh Singh\",\n        \"CalendarKey\": \"rajesh-singh\",\n        \"DisplayName\": null,\n        \"TimezoneKey\": \"W. Australia Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"6QVwk5wcA022ZVjw7k0TBQ\",\n            \"Firstname\": \"Bird\",\n            \"Lastname\": \"Eye\",\n            \"Username\": \"birdeye\",\n            \"Email\": \"corepractice@birdeye.com\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"dpJdXoTAqUWf3Tl91HRKZw\",\n        \"Description\": \"Smita Patel\",\n        \"CalendarKey\": \"smita-patel\",\n        \"DisplayName\": null,\n        \"TimezoneKey\": \"India Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": {\n            \"Identifier\": \"6QVwk5wcA022ZVjw7k0TBQ\",\n            \"Firstname\": \"Bird\",\n            \"Lastname\": \"Eye\",\n            \"Username\": \"birdeye\",\n            \"Email\": \"corepractice@birdeye.com\"\n        },\n        \"Locations\": [],\n        \"ProfileUrl\": null\n    },\n    {\n        \"Identifier\": \"gPtR465w2UKys6a199gh8g\",\n        \"Description\": \"Gurugram Test Center\",\n        \"CalendarKey\": \"gurugram-test-center\",\n        \"DisplayName\": null,\n        \"TimezoneKey\": \"India Standard Time\",\n        \"ProfileText\": null,\n        \"CalendarPolicy\": null,\n        \"OpenDay\": null,\n        \"SlotLimit\": null,\n        \"TimeAdvance\": -1,\n        \"TimeCancel\": null,\n        \"IsEmailNotification\": true,\n        \"PublishDateUtc\": null,\n        \"EnableReminderSms\": true,\n        \"EnableCreateEmail\": true,\n        \"EnableUpdateEmail\": true,\n        \"EnableCancelEmail\": false,\n        \"EnableCompleteEmail\": true,\n        \"PromptCompleteEmail\": false,\n        \"CustomFeedbackUrl\": null,\n        \"EnableSendForm\": false,\n        \"Order\": 0,\n        \"Type\": 0,\n        \"StartDateUtc\": null,\n        \"EndDateUtc\": null,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"ProfilePicturePath\": null,\n        \"Label\": null,\n        \"Reminder1Schedule\": null,\n        \"Reminder2Schedule\": null,\n        \"LastReminder1RunDateTimeUtc\": null,\n        \"LastReminder2RunDateTimeUtc\": null,\n        \"Owner\": null,\n        \"Locations\": [\n            {\n                \"Identifier\": \"OgLBV8US3UO6IUkRzxy0RA\",\n                \"LocationName\": \"Delhi Dental\",\n                \"Description\": null,\n                \"IpAddress\": null\n            }\n        ],\n        \"ProfileUrl\": null\n    }\n]"}],"_postman_id":"599ec03a-4712-49a9-b427-04b89b12bc55"}],"id":"7b657724-6c28-4144-96a3-4d21475464b5","description":"<p>Standard administrative API related to main Core Practice application.</p>\n<h3 id=\"permissions-control\">Permissions Control</h3>\n<p>Your application will require authorisation by a Standard user with \"Admin Permission\" scope to access <strong>Administration</strong> APIs. HTTP 403 error will be returned otherwise.</p>\n","_postman_id":"7b657724-6c28-4144-96a3-4d21475464b5"},{"name":"User","item":[{"name":"Get User Account","id":"a7d351d9-b0f6-4224-9888-135d87fb8fe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/account","description":"<p>This endpoint allows you to get details of current user belong to this token.</p>\n","urlObject":{"path":["api","account"],"host":["{{APIURL}}"],"query":[],"variable":[]}},"response":[{"id":"3fdf412c-c02d-4b54-a4c7-163a2f66a61d","name":"Get User Account","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"https://sandbox.corepractice.is/api/account"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Identifier\": \"abcdef\",\n    \"Username\": \"user\",\n    \"Firstname\": \"Core\",\n    \"Lastname\": \"Practice\",\n    \"Email\": \"\",\n    \"Phone\": \"\",\n    \"Mobile\": \"\",\n    \"Dob\": null,\n    \"HasPinSet\": false,\n    \"TwoFactorEnabled\": false,\n    \"TwoFactorEnforced\": false,\n    \"TwoFactorStatus\": \"Disabled\",\n    \"EnableSecurityEmail\": false,\n    \"MyIpAddress\": \"***.***.***.***\",\n    \"Addresses\": [],\n    \"Groups\": [\n        {\n            \"Identifier\": \"abc\",\n            \"GroupName\": \"Administrator\"\n        }\n    ],\n    \"Locations\": [],\n    \"Calendars\": [\n        {\n            \"Identifier\": \"abc123\",\n            \"Description\": \"Ben Smith\",\n            \"DisplayName\": null,\n            \"IsActive\": true,\n            \"TimeCancel\": 12,\n            \"ProfileUrl\": null\n        }\n    ]\n}"}],"_postman_id":"a7d351d9-b0f6-4224-9888-135d87fb8fe3"}],"id":"d529b670-355e-4c6b-9e34-96be98403893","_postman_id":"d529b670-355e-4c6b-9e34-96be98403893","description":""},{"name":"Report","item":[{"name":"Referral Details","id":"49958114-ffaf-4656-8768-1c32b4bbfc5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/reports/patients/referral?locationId={{LOCATIONID}}&start=2020-01-01T00:00&end=2021-06-30T00:00","description":"<p>Return Referral Details Report for specific location within date period.<br />Return dynamic data format.</p>\n<p><i>LOCATIONID:</i> You can get <i>LOCATIONID </i> from running \"GET List Locations\" API to get specific Location Identifier.</p>\n","urlObject":{"path":["api","reports","patients","referral"],"host":["{{APIURL}}"],"query":[{"key":"locationId","value":"{{LOCATIONID}}"},{"description":{"content":"<p>Start date range param to filter (required)</p>\n","type":"text/plain"},"key":"start","value":"2020-01-01T00:00"},{"description":{"content":"<p>End date range param to filter (required)</p>\n","type":"text/plain"},"key":"end","value":"2021-06-30T00:00"}],"variable":[]}},"response":[{"id":"74bbe72d-1326-4ed8-9f24-c493b2ec4400","name":"Referral Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":{"raw":"https://sandbox.corepractice.is/api/reports/patients/referral?locationId=LOCATIONID&start=2021-01-01T00:00&end=2021-06-01T00:00","protocol":"https","host":["sandbox","corepractice","is"],"path":["api","reports","patients","referral"],"query":[{"key":"locationId","value":"LOCATIONID"},{"key":"start","value":"2021-01-01T00:00"},{"key":"end","value":"2021-06-01T00:00"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"Label\": \"BUPA (Insurance Company)\",\n            \"Rows\": [\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"BUPA (Insurance Company)\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 0\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 1\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": null,\n                    \"SubValue\": null,\n                    \"DimensionId\": 2\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": null,\n                    \"SubValue\": null,\n                    \"DimensionId\": 3\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": null,\n                    \"SubValue\": null,\n                    \"DimensionId\": 4\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": null,\n                    \"SubValue\": null,\n                    \"DimensionId\": 5\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": null,\n                    \"SubValue\": null,\n                    \"DimensionId\": 6\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": null,\n                    \"SubValue\": null,\n                    \"DimensionId\": 8\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 9\n                }\n            ],\n            \"DisplayType\": 1\n        },\n        {\n            \"Label\": \"May 21, 2021\",\n            \"Rows\": [\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"      May 21, 2021\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 0\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Test, Paul\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 1\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Unit 31, 78-82 Albert Rd\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 2\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": null,\n                    \"SubValue\": null,\n                    \"DimensionId\": 3\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": null,\n                    \"SubValue\": null,\n                    \"DimensionId\": 4\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": null,\n                    \"SubValue\": null,\n                    \"DimensionId\": 5\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": null,\n                    \"SubValue\": null,\n                    \"DimensionId\": 6\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"0416555007\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 8\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": null,\n                    \"SubValue\": null,\n                    \"DimensionId\": 9\n                }\n            ],\n            \"DisplayType\": 0\n        }\n    ],\n    \"Dimensions\": [\n        {\n            \"DisplayName\": \"Date\",\n            \"DimensionId\": 0,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Patient\",\n            \"DimensionId\": 1,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Address Line 1\",\n            \"DimensionId\": 2,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Address Line 2\",\n            \"DimensionId\": 3,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Suburb\",\n            \"DimensionId\": 4,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"State\",\n            \"DimensionId\": 5,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Post Code\",\n            \"DimensionId\": 6,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Mobile\",\n            \"DimensionId\": 8,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Referral Notes\",\n            \"DimensionId\": 9,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        }\n    ],\n    \"Series\": null,\n    \"CompareSeries\": null,\n    \"ReportStat\": null,\n    \"GroupTotal\": null,\n    \"Info\": {\n        \"Page\": 1,\n        \"PageSize\": 25,\n        \"PageCount\": 1,\n        \"TotalRecordCount\": 3,\n        \"DisplayTotal\": \"\"\n    }\n}"}],"_postman_id":"49958114-ffaf-4656-8768-1c32b4bbfc5a"},{"name":"Appointment Details","id":"8d1db746-d9e9-4436-b64a-a6aacc241a61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/reports/appointments/items?locationId={{LOCATIONID}}&providerId=&start=2020-01-01T00:00&end=2022-06-30T00:00&statuses=","description":"<p>Return all appointments for specific location by specific provider(optional) within date period.<br />Return dynamic data format.</p>\n<p><i>LOCATIONID:</i> You can get <i>LOCATIONID </i> from running \"GET List Locations\" API to get specific Location Identifier.</p>\n<p>Scope: Report Permissions - Appointment Basic</p>\n","urlObject":{"path":["api","reports","appointments","items"],"host":["{{APIURL}}"],"query":[{"description":{"content":"<p>Location ID param to filter (required)</p>\n","type":"text/plain"},"key":"locationId","value":"{{LOCATIONID}}"},{"description":{"content":"<p>Provider ID param to filter (optional)</p>\n","type":"text/plain"},"key":"providerId","value":""},{"description":{"content":"<p>Start date range param to filter (required)</p>\n","type":"text/plain"},"key":"start","value":"2020-01-01T00:00"},{"description":{"content":"<p>End date range param to filter (required)</p>\n","type":"text/plain"},"key":"end","value":"2022-06-30T00:00"},{"description":{"content":"<p>Appointment status (optional multipple). 0=pending, 1=confirm, 2=cancel</p>\n","type":"text/plain"},"key":"statuses","value":""}],"variable":[]}},"response":[{"id":"db3c1080-a544-4736-b48f-14af4cab0db5","name":"Appointment Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":{"raw":"https://sandbox.corepractice.is/api/reports/appointments/items?locationId=LOCATIONID&providerId=&start=2021-01-01T00:00&end=2021-06-01T00:00&statuses=0","protocol":"https","host":["sandbox","corepractice","is"],"path":["api","reports","appointments","items"],"query":[{"key":"locationId","value":"LOCATIONID"},{"key":"providerId","value":""},{"key":"start","value":"2021-01-01T00:00"},{"key":"end","value":"2021-06-01T00:00"},{"key":"statuses","value":"0"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"Label\": \"Test, Patient\",\n            \"Rows\": [\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Default Practitioner\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 0\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Mon, 21/Jun/21\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 2\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"2:45PM\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 3\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"3:15PM\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 4\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"30\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 5\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Tentative\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 6\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Pending\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 7\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Test, Patient\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 8\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 9\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Consultation/Review\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 10\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 11\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \" LS\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 12\n                }\n            ],\n            \"DisplayType\": 0\n        },\n        {\n            \"Label\": \"Test, Patient\",\n            \"Rows\": [\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Default Practitioner\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 0\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Fri, 18/Jun/21\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 2\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"5:00PM\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 3\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"5:30PM\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 4\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"30\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 5\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Tentative\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 6\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Pending\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 7\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Test, Patient\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 8\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 9\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Check Up/Scale Clean\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 10\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 11\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 12\n                }\n            ],\n            \"DisplayType\": 0\n        }\n    ],\n    \"Dimensions\": [\n        {\n            \"DisplayName\": \"Calendar\",\n            \"DimensionId\": 0,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Date\",\n            \"DimensionId\": 2,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Start\",\n            \"DimensionId\": 3,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"End\",\n            \"DimensionId\": 4,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Dur\",\n            \"DimensionId\": 5,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Status\",\n            \"DimensionId\": 6,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Attendance\",\n            \"DimensionId\": 7,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Patient\",\n            \"DimensionId\": 8,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Mobile\",\n            \"DimensionId\": 9,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Reason\",\n            \"DimensionId\": 10,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Description\",\n            \"DimensionId\": 11,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": \"width: 90px\",\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 2,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Tags\",\n            \"DimensionId\": 12,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        }\n    ],\n    \"Series\": null,\n    \"CompareSeries\": null,\n    \"ReportStat\": null,\n    \"GroupTotal\": null,\n    \"Info\": {\n        \"Page\": 1,\n        \"PageSize\": 25,\n        \"PageCount\": 0,\n        \"TotalRecordCount\": 0,\n        \"DisplayTotal\": \"\"\n    }\n}"}],"_postman_id":"8d1db746-d9e9-4436-b64a-a6aacc241a61"},{"name":"Appointment Created","id":"106b8a16-50cc-4963-9e16-3a4a9e5a5d11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/reports/appointments/created?locationId={{LOCATIONID}}&providerId=&start=2020-01-01T00:00&end=2022-06-30T00:00&statuses=","description":"<p>Return all appointments for a specific location by specific provider(optional) which were created within specific date period.</p>\n<p>The \"Start\" Time and \"End\" Time is using a fixed time zone which is UTC+11 for time zone conversion.</p>\n<p>Return dynamic data format.</p>\n<p><i>LOCATIONID:</i> You can get <i>LOCATIONID </i>  from running \"GET List Locations\" API to get specific Location Identifier.</p>\n<p>Scope: Report Permissions - Appointment Basic</p>\n","urlObject":{"path":["api","reports","appointments","created"],"host":["{{APIURL}}"],"query":[{"description":{"content":"<p>Location ID param to filter (required)</p>\n","type":"text/plain"},"key":"locationId","value":"{{LOCATIONID}}"},{"description":{"content":"<p>Provider ID param to filter (optional)</p>\n","type":"text/plain"},"key":"providerId","value":""},{"description":{"content":"<p>Start date range param to filter (required)</p>\n","type":"text/plain"},"key":"start","value":"2020-01-01T00:00"},{"description":{"content":"<p>End date range param to filter (required)</p>\n","type":"text/plain"},"key":"end","value":"2022-06-30T00:00"},{"description":{"content":"<p>Appointment status (optional multipple). 0=pending, 1=confirm, 2=cancel</p>\n","type":"text/plain"},"key":"statuses","value":""}],"variable":[]}},"response":[{"id":"1f2b1bcf-a426-495c-8ad0-c39bc2313c92","name":"Appointment Created","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":{"raw":"https://sandbox.corepractice.is/api/reports/appointments/created?locationId=LOCATIONID&providerId=&start=2021-01-01T00:00&end=2021-06-01T00:00&statuses=0","protocol":"https","host":["sandbox","corepractice","is"],"path":["api","reports","appointments","created"],"query":[{"key":"locationId","value":"LOCATIONID"},{"key":"providerId","value":""},{"key":"start","value":"2021-01-01T00:00"},{"key":"end","value":"2021-06-01T00:00"},{"key":"statuses","value":"0"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"Label\": \"Test, Patient\",\n            \"Rows\": [\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Default Practitioner\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 0\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Fri, 18/Jun/21\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 2\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Core Practice\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 3\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Mon, 21/Jun/21\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 4\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"2:45PM\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 5\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"30\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 6\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Test, Patient\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 7\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 8\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 9\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Consultation/Review\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 10\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 11\n                }\n            ],\n            \"DisplayType\": 0\n        },\n        {\n            \"Label\": \"Test, Patient\",\n            \"Rows\": [\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Default Practitioner\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 0\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Fri, 18/Jun/21\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 2\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Core Practice\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 3\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Fri, 18/Jun/21\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 4\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"5:00PM\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 5\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"30\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 6\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Test, Patient\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 7\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 8\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 9\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Check Up/Scale Clean\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 10\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 11\n                }\n            ],\n            \"DisplayType\": 0\n        }\n    ],\n    \"Dimensions\": [\n        {\n            \"DisplayName\": \"Calendar\",\n            \"DimensionId\": 0,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Created\",\n            \"DimensionId\": 2,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"User\",\n            \"DimensionId\": 3,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Date\",\n            \"DimensionId\": 4,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Start\",\n            \"DimensionId\": 5,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Dur\",\n            \"DimensionId\": 6,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Patient\",\n            \"DimensionId\": 7,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Suburb\",\n            \"DimensionId\": 8,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Mobile\",\n            \"DimensionId\": 9,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Reason\",\n            \"DimensionId\": 10,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Referral\",\n            \"DimensionId\": 11,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        }\n    ],\n    \"Series\": null,\n    \"CompareSeries\": null,\n    \"ReportStat\": null,\n    \"GroupTotal\": null,\n    \"Info\": {\n        \"Page\": 1,\n        \"PageSize\": 25,\n        \"PageCount\": 0,\n        \"TotalRecordCount\": 0,\n        \"DisplayTotal\": \"\"\n    }\n}"}],"_postman_id":"106b8a16-50cc-4963-9e16-3a4a9e5a5d11"},{"name":"Treatment Performed","id":"010fe256-57ee-492c-927c-b9546ec0859e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/reports/treatments/performed?locationId={{LOCATIONID}}&providerId=&start=2021-01-01T00:00&end=2022-06-01T00:00","description":"<p>Return all treatment performed for specific location by specific provider(optional) within date period.<br />Return dynamic data format.</p>\n<p><i>LOCATIONID:</i> You can get <i>LOCATIONID </i>  from running \"GET List Locations\" API to get specific Location Identifier.</p>\n<p>Scope: Report Permissions - Treatment Performed</p>\n","urlObject":{"path":["api","reports","treatments","performed"],"host":["{{APIURL}}"],"query":[{"description":{"content":"<p>Location ID param to filter (required)</p>\n","type":"text/plain"},"key":"locationId","value":"{{LOCATIONID}}"},{"description":{"content":"<p>Provider ID param to filter (optional)</p>\n","type":"text/plain"},"key":"providerId","value":""},{"description":{"content":"<p>Start date range param to filter (required)</p>\n","type":"text/plain"},"key":"start","value":"2021-01-01T00:00"},{"description":{"content":"<p>End date range param to filter (required)</p>\n","type":"text/plain"},"key":"end","value":"2022-06-01T00:00"}],"variable":[]}},"response":[{"id":"88d2b822-6d07-4916-a747-431cfe5f5d52","name":"Treatment Performed","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":{"raw":"https://sandbox.corepractice.is/api/reports/treatments/performed?locationId=LOCATIONID&providerId=&start=2021-01-01T00:00&end=2021-06-01T00:00","protocol":"https","host":["sandbox","corepractice","is"],"path":["api","reports","treatments","performed"],"query":[{"key":"locationId","value":"LOCATIONID"},{"key":"providerId","value":""},{"key":"start","value":"2021-01-01T00:00"},{"key":"end","value":"2021-06-01T00:00"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"Label\": \"Test, Patient\",\n            \"Rows\": [\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Default Provider, Demo\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 0\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Test, Patient\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 1\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"1521991115\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 2\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"May 31, 2021\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 3\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"011\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 4\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"No\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 5\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"3\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 6\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Good\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 7\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$100.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 8\n                }\n            ],\n            \"DisplayType\": 0\n        },\n        {\n            \"Label\": \"Test, Patient\",\n            \"Rows\": [\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Default Provider, Demo\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 0\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Test, Patient\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 1\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"1521991115\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 2\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"May 31, 2021\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 3\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"011\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 4\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"No\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 5\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"2\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 6\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Not Paid\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 7\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$100.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 8\n                }\n            ],\n            \"DisplayType\": 0\n        },\n        {\n            \"Label\": \"Test, Patient\",\n            \"Rows\": [\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Default Provider, Demo\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 0\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Test, Patient\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 1\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"1521991115\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 2\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"May 31, 2021\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 3\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"011\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 4\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"No\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 5\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"1\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 6\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Not Paid\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 7\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$100,000.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 8\n                }\n            ],\n            \"DisplayType\": 0\n        }\n    ],\n    \"Dimensions\": [\n        {\n            \"DisplayName\": \"Provider\",\n            \"DimensionId\": 0,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Patient\",\n            \"DimensionId\": 1,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"No\",\n            \"DimensionId\": 2,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Date\",\n            \"DimensionId\": 3,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Item\",\n            \"DimensionId\": 4,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Note\",\n            \"DimensionId\": 5,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Invoice\",\n            \"DimensionId\": 6,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Payment\",\n            \"DimensionId\": 7,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Amount\",\n            \"DimensionId\": 8,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 3,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        }\n    ],\n    \"Series\": null,\n    \"CompareSeries\": null,\n    \"ReportStat\": null,\n    \"GroupTotal\": null,\n    \"Info\": {\n        \"Page\": 1,\n        \"PageSize\": 25,\n        \"PageCount\": 0,\n        \"TotalRecordCount\": 0,\n        \"DisplayTotal\": \"\"\n    }\n}"}],"_postman_id":"010fe256-57ee-492c-927c-b9546ec0859e"},{"name":"Invoice Created","id":"4c3bf4d5-e77e-4a11-9b95-6684c853dffe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/reports/invoices/created?locationId={{LOCATIONID}}&providerId=&start=2021-01-01T00:00&end=2022-06-01T00:00","description":"<p>Return all invoice created for specific location of specific provider(optional) within date period.<br />Return dynamic data format.</p>\n<p><i>LOCATIONID:</i> You can get <i>LOCATIONID </i>  from running \"GET List Locations\" API to get specific Location Identifier.</p>\n<p>Scope: Report Permissions - Invoice Created</p>\n","urlObject":{"path":["api","reports","invoices","created"],"host":["{{APIURL}}"],"query":[{"description":{"content":"<p>Location ID param to filter (required)</p>\n","type":"text/plain"},"key":"locationId","value":"{{LOCATIONID}}"},{"description":{"content":"<p>Provider ID param to filter (optional)</p>\n","type":"text/plain"},"key":"providerId","value":""},{"description":{"content":"<p>Start date range param to filter (required)</p>\n","type":"text/plain"},"key":"start","value":"2021-01-01T00:00"},{"description":{"content":"<p>End date range param to filter (required)</p>\n","type":"text/plain"},"key":"end","value":"2022-06-01T00:00"}],"variable":[]}},"response":[{"id":"13855a18-aafd-4453-8af3-900c46b28517","name":"Invoice Created","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":{"raw":"https://sandbox.corepractice.is/api/reports/invoices/created?locationId=LOCATIONID&providerId=&start=2021-01-01T00:00&end=2021-06-01T00:00","protocol":"https","host":["sandbox","corepractice","is"],"path":["api","reports","invoices","created"],"query":[{"key":"locationId","value":"LOCATIONID"},{"key":"providerId","value":""},{"key":"start","value":"2021-01-01T00:00"},{"key":"end","value":"2021-06-01T00:00"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"Label\": \"Default Provider, Demo\",\n            \"Rows\": [\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Default Provider, Demo\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 0\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Test, Patient\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 1\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"1521991115\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 2\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"May 31, 2021\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 3\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"INV-3\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 4\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$100.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 5\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$0.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 6\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"100.00%\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 7\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$100.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 8\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$0.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 9\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$0.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 10\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$100.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 11\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Paid\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 12\n                }\n            ],\n            \"DisplayType\": 0\n        },\n        {\n            \"Label\": \"Default Provider, Demo\",\n            \"Rows\": [\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Default Provider, Demo\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 0\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Test, Patient\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 1\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"1521991115\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 2\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"May 31, 2021\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 3\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"INV-2\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 4\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$100.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 5\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$40.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 6\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"100.00%\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 7\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$100.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 8\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$0.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 9\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$0.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 10\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$100.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 11\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Not Paid\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 12\n                }\n            ],\n            \"DisplayType\": 0\n        },\n        {\n            \"Label\": \"Default Provider, Demo\",\n            \"Rows\": [\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Default Provider, Demo\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 0\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Test, Patient\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 1\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"1521991115\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 2\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"May 31, 2021\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 3\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"INV-1\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 4\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$100,000.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 5\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$100,000.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 6\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"100.00%\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 7\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$100,000.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 8\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$0.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 9\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$0.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 10\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$100,000.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 11\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Not Paid\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 12\n                }\n            ],\n            \"DisplayType\": 0\n        }\n    ],\n    \"Dimensions\": [\n        {\n            \"DisplayName\": \"Provider\",\n            \"DimensionId\": 0,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Patient\",\n            \"DimensionId\": 1,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"No\",\n            \"DimensionId\": 2,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Date\",\n            \"DimensionId\": 3,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Invoice\",\n            \"DimensionId\": 4,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Invoice Total\",\n            \"DimensionId\": 5,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": true,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 3,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Balance\",\n            \"DimensionId\": 6,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": true,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 3,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Involved\",\n            \"DimensionId\": 7,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Gross\",\n            \"DimensionId\": 8,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 3,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"GST\",\n            \"DimensionId\": 9,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 3,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Discount\",\n            \"DimensionId\": 10,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 3,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Net Production\",\n            \"DimensionId\": 11,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 3,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Status\",\n            \"DimensionId\": 12,\n            \"IsHidden\": true,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        }\n    ],\n    \"Series\": null,\n    \"CompareSeries\": null,\n    \"ReportStat\": null,\n    \"GroupTotal\": null,\n    \"Info\": {\n        \"Page\": 1,\n        \"PageSize\": 25,\n        \"PageCount\": 0,\n        \"TotalRecordCount\": 0,\n        \"DisplayTotal\": \"\"\n    }\n}"}],"_postman_id":"4c3bf4d5-e77e-4a11-9b95-6684c853dffe"},{"name":"Payment Received","id":"90773903-1069-463a-8a02-afac0bfbd0ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/reports/payments/receive?locationId={{LOCATIONID}}&providerId=&start=2021-01-01T00:00&end=2022-06-01T00:00","description":"<p>Return all payment received for specific location by specific provider(optional) within date period.<br />Return dynamic data format.</p>\n<p><i>LOCATIONID:</i> You can get <i>LOCATIONID </i>  from running \"GET List Locations\" API to get specific Location Identifier.</p>\n<p>Scope: Report Permissions - Payment Basic</p>\n","urlObject":{"path":["api","reports","payments","receive"],"host":["{{APIURL}}"],"query":[{"description":{"content":"<p>Location ID param to filter (required)</p>\n","type":"text/plain"},"key":"locationId","value":"{{LOCATIONID}}"},{"description":{"content":"<p>Provider ID param to filter (optional)</p>\n","type":"text/plain"},"key":"providerId","value":""},{"description":{"content":"<p>Start date range param to filter (required)</p>\n","type":"text/plain"},"key":"start","value":"2021-01-01T00:00"},{"description":{"content":"<p>End date range param to filter (required)</p>\n","type":"text/plain"},"key":"end","value":"2022-06-01T00:00"}],"variable":[]}},"response":[{"id":"5e4a5bbb-6139-487d-8698-e9a983942fc4","name":"Payment Received","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":{"raw":"https://sandbox.corepractice.is/api/reports/invoices/created?locationId=LOCATIONID&providerId=&start=2021-01-01T00:00&end=2021-06-01T00:00","protocol":"https","host":["sandbox","corepractice","is"],"path":["api","reports","invoices","created"],"query":[{"key":"locationId","value":"LOCATIONID"},{"key":"providerId","value":""},{"key":"start","value":"2021-01-01T00:00"},{"key":"end","value":"2021-06-01T00:00"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"Label\": \"Test, Patient\",\n            \"Rows\": [\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Default Provider, Demo\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 0\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Test, Patient\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 1\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"1521991115\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 2\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"May 31, 2021\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 3\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"INV-3\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 4\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"EFTPOS\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 5\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$40.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 6\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"100.00%\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 7\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$0.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 8\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$40.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 9\n                }\n            ],\n            \"DisplayType\": 0\n        },\n        {\n            \"Label\": \"Test, Patient\",\n            \"Rows\": [\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Default Provider, Demo\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 0\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Test, Patient\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 1\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"1521991115\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 2\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"May 31, 2021\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 3\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"INV-3\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 4\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"HICAPS e-Payment\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 5\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$60.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 6\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"100.00%\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 7\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$0.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 8\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$60.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 9\n                }\n            ],\n            \"DisplayType\": 0\n        },\n        {\n            \"Label\": \"Test, Patient\",\n            \"Rows\": [\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Default Provider, Demo\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 0\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Test, Patient\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 1\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"1521991115\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 2\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"May 31, 2021\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 3\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"INV-2\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 4\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"HICAPS e-Payment\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 5\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$60.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 6\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"100.00%\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 7\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$0.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 8\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$60.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 9\n                }\n            ],\n            \"DisplayType\": 0\n        }\n    ],\n    \"Dimensions\": [\n        {\n            \"DisplayName\": \"Provider\",\n            \"DimensionId\": 0,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Patient\",\n            \"DimensionId\": 1,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"No\",\n            \"DimensionId\": 2,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Date\",\n            \"DimensionId\": 3,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Invoice\",\n            \"DimensionId\": 4,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Method\",\n            \"DimensionId\": 5,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Payment Amount\",\n            \"DimensionId\": 6,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": true,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 3,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Involved\",\n            \"DimensionId\": 7,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Tax\",\n            \"DimensionId\": 8,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 3,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Provider Total\",\n            \"DimensionId\": 9,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 3,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        }\n    ],\n    \"Series\": null,\n    \"CompareSeries\": null,\n    \"ReportStat\": null,\n    \"GroupTotal\": null,\n    \"Info\": {\n        \"Page\": 1,\n        \"PageSize\": 25,\n        \"PageCount\": 1,\n        \"TotalRecordCount\": 3,\n        \"DisplayTotal\": \"\"\n    }\n}"}],"_postman_id":"90773903-1069-463a-8a02-afac0bfbd0ea"},{"name":"Treatment Plan Created","id":"183a411b-45b7-4afa-9ff2-d7ef88ca07e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/reports/treatments/plans?locationId={{LOCATIONID}}&providerId=&start=2020-01-01T00:00&end=2021-06-30T00:00","description":"<p>Return all treatment plans created for specific location by specific provider(optional) within date period.<br />Return dynamic data format.</p>\n<p><i>LOCATIONID:</i> You can get <i>LOCATIONID </i>  from running \"GET List Locations\" API to get specific Location Identifier.</p>\n<p>Scope: Report Permissions - Treatment Performed</p>\n","urlObject":{"path":["api","reports","treatments","plans"],"host":["{{APIURL}}"],"query":[{"description":{"content":"<p>Location ID param to filter (required)</p>\n","type":"text/plain"},"key":"locationId","value":"{{LOCATIONID}}"},{"description":{"content":"<p>Provider ID param to filter (optional)</p>\n","type":"text/plain"},"key":"providerId","value":""},{"description":{"content":"<p>Start date range param to filter (required)</p>\n","type":"text/plain"},"key":"start","value":"2020-01-01T00:00"},{"description":{"content":"<p>End date range param to filter (required)</p>\n","type":"text/plain"},"key":"end","value":"2021-06-30T00:00"}],"variable":[]}},"response":[{"id":"2ebc5cdd-9cb1-4fd9-a29e-b47100dc5f9a","name":"Treatment Plan Created","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":{"raw":"https://sandbox.corepractice.is/api/reports/treatments/plans?locationId=LOCATIONID&providerId=&start=2021-01-01T00:00&end=2021-06-01T00:00","protocol":"https","host":["sandbox","corepractice","is"],"path":["api","reports","treatments","plans"],"query":[{"key":"locationId","value":"LOCATIONID"},{"key":"providerId","value":""},{"key":"start","value":"2021-01-01T00:00"},{"key":"end","value":"2021-06-01T00:00"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"Data\": [\n        {\n            \"Label\": \"Completed\",\n            \"Rows\": [\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Completed\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 0\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 1\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 2\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 3\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 4\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 5\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 7\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 8\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 9\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 10\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 11\n                }\n            ],\n            \"DisplayType\": 1\n        },\n        {\n            \"Label\": \"iHbHizS6Xki5CdIknyi4ug\",\n            \"Rows\": [\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Test, Patient\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 0\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"1521991115\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 1\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Default Provider, Demo\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 2\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Jun 16, 2021\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 3\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Jul 16, 2021\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 4\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Plan 1\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 5\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"2\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 7\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"100%\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 8\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Jun 22, 2021\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 9\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$0.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 10\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$0.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 11\n                }\n            ],\n            \"DisplayType\": 0\n        },\n        {\n            \"Label\": \"Proposed\",\n            \"Rows\": [\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Proposed\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 0\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 1\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 2\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 3\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 4\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 5\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 7\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 8\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 9\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 10\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 11\n                }\n            ],\n            \"DisplayType\": 1\n        },\n        {\n            \"Label\": \"82fuzSTU70Khgt81h4xp8g\",\n            \"Rows\": [\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Test, Patient\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 0\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"1085319471\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 1\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Default Provider, Demo\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 2\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Jun 07, 2021\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 3\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Jul 07, 2021\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 4\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Plan 1\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 5\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"1\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 7\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"0%\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 8\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"Jun 11, 2021\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 9\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$0.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 10\n                },\n                {\n                    \"DrilldownKey\": null,\n                    \"Value\": \"$0.00\",\n                    \"SubValue\": null,\n                    \"DimensionId\": 11\n                }\n            ],\n            \"DisplayType\": 0\n        }\n    ],\n    \"Dimensions\": [\n        {\n            \"DisplayName\": \"Patient\",\n            \"DimensionId\": 0,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Patient No\",\n            \"DimensionId\": 1,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Provider\",\n            \"DimensionId\": 2,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Date\",\n            \"DimensionId\": 3,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Expiry\",\n            \"DimensionId\": 4,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Name\",\n            \"DimensionId\": 5,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Treats\",\n            \"DimensionId\": 7,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Progress\",\n            \"DimensionId\": 8,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Last Treated\",\n            \"DimensionId\": 9,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Total\",\n            \"DimensionId\": 10,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        },\n        {\n            \"DisplayName\": \"Balance\",\n            \"DimensionId\": 11,\n            \"IsHidden\": false,\n            \"DisableFunctionInExcel\": false,\n            \"Style\": null,\n            \"HelpText\": null,\n            \"Family\": 0,\n            \"DisplayType\": 0,\n            \"DisplayGroup\": 0\n        }\n    ],\n    \"Series\": null,\n    \"CompareSeries\": null,\n    \"ReportStat\": null,\n    \"GroupTotal\": null,\n    \"Info\": {\n        \"Page\": 1,\n        \"PageSize\": 25,\n        \"PageCount\": 1,\n        \"TotalRecordCount\": 2,\n        \"DisplayTotal\": \"\"\n    }\n}"}],"_postman_id":"183a411b-45b7-4afa-9ff2-d7ef88ca07e2"}],"id":"358fae12-3a28-4ae0-b19b-0e744c268730","description":"<p>Core Practice most common view reports. These reports return data in dynamic structure.</p>\n<h3 id=\"permission-control\">Permission Control</h3>\n<p>Your application will require authorisation by a Standard user with \"Report Permission\" scope to access <strong>Report</strong> APIs. HTTP 403 error will be returned otherwise.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Permission</strong></th>\n<th><strong>Category</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Appointment Basic</td>\n<td>Report Permissions</td>\n<td>Ability to access appointment basic report</td>\n</tr>\n<tr>\n<td>Treatment Performed</td>\n<td>Report Permissions</td>\n<td>Ability to access treatment performed report</td>\n</tr>\n<tr>\n<td>Invoice Created</td>\n<td>Report Permissions</td>\n<td>Ability to access invoice created report</td>\n</tr>\n<tr>\n<td>Payment Basic</td>\n<td>Report Permissions</td>\n<td>Ability to access payment basic report. e.g. Payment Received, Total, Daily Dashboard</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"358fae12-3a28-4ae0-b19b-0e744c268730"},{"name":"Booking","item":[{"name":"List Location Availabilities","id":"e704c754-79c8-4bc9-b3a5-ba233150bf0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/appointments/location/{{LOCATIONID}}/availabilities/?start=2020-02-01&end=2020-02-03","description":"<p>The regularly scheduled availabilities of all practitioners in specific location.</p>\n<p>Day of week starting with with Sunday as 0 and Saturday as 6.</p>\n<p><i>LOCATIONID:</i> You can get <i>LOCATIONID </i>  from running \"GET List Locations\" API to get specific Location Identifier.</p>\n","urlObject":{"path":["api","appointments","location","{{LOCATIONID}}","availabilities",""],"host":["{{APIURL}}"],"query":[{"description":{"content":"<p>Start date range param to filter (required)</p>\n","type":"text/plain"},"key":"start","value":"2020-02-01"},{"description":{"content":"<p>End date range param to filter (required)</p>\n","type":"text/plain"},"key":"end","value":"2020-02-03"}],"variable":[]}},"response":[{"id":"201b8ceb-c3d7-4013-ab03-d3a1bcff5f95","name":"List Locations Availability","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":{"raw":"https://sandbox.corepractice.is/api/appointments/location/GmzNDZl29EKpnXBZvvbdWw/availabilities/?start=2020-02-01&end=2020-02-03","protocol":"https","host":["sandbox","corepractice","is"],"path":["api","appointments","location","GmzNDZl29EKpnXBZvvbdWw","availabilities",""],"query":[{"key":"start","value":"2020-02-01"},{"key":"end","value":"2020-02-03"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Fri, 11 Feb 2022 06:55:41 GMT"},{"key":"Content-Length","value":"1328"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Identifier\": \"Vc8i7GXvNEaghKEAcd5nAg\",\n        \"Description\": null,\n        \"Start\": \"2020-02-02T10:00:00\",\n        \"End\": \"2020-02-02T14:00:00\",\n        \"DayOfWeek\": null,\n        \"Repeat\": 0,\n        \"Type\": 0,\n        \"AlternateWeek\": null,\n        \"Location\": {\n            \"Identifier\": \"i1eRnq1qeEa0UacrelZa4g\",\n            \"LocationName\": \"Sydney Dental\",\n            \"Description\": \"\"\n        },\n        \"Provider\": {\n            \"Identifier\": \"sDJavFkGCkCVNq2KoJzD1g\",\n            \"Title\": \"Dr\",\n            \"ProviderName\": \"Smith\",\n            \"Firstname\": \"Ben\",\n            \"ProviderNumber\": \"1234564K\",\n            \"Status\": \"Active\",\n            \"IsDeleted\": false\n        },\n        \"Calendar\": {\n            \"Identifier\": \"EL3YfL7-gkeM0k4nPjprjA\",\n            \"Description\": \"Ben Smith\",\n            \"CalendarKey\": \"dr-ben-smith\",\n            \"DisplayName\": \"Dr Ben Smith\",\n            \"TimezoneKey\": \"AUS Eastern Standard Time\"\n        }\n    }\n]"}],"_postman_id":"e704c754-79c8-4bc9-b3a5-ba233150bf0a"},{"name":"List Calendar Availabilities","id":"7addefc7-3c1f-48f5-9209-0a55fee46ba7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/appointments/book/{{CALENDARID}}/availabilities/?start=2020-02-14&end=2020-02-20","description":"<p>The regularly scheduled availabilities on a specific calendar (can be a provider who works across multiple locations).</p>\n<p>Day of week starting with with Sunday as 0 and Saturday as 6.</p>\n<p><i>CALENDARID:</i> You can get <i>CALENDARID</i> from running \"GET List Calendars\" API to get specific Calendar Identifier, or “GET Location Availabilities\" API to get specific Calendar Identifier in specific location.</p>\n","urlObject":{"path":["api","appointments","book","{{CALENDARID}}","availabilities",""],"host":["{{APIURL}}"],"query":[{"description":{"content":"<p>Start date range param to filter (required)</p>\n","type":"text/plain"},"key":"start","value":"2020-02-14"},{"description":{"content":"<p>End date range param to filter (required)</p>\n","type":"text/plain"},"key":"end","value":"2020-02-20"}],"variable":[]}},"response":[{"id":"8314b9ee-a4b8-460f-9be5-49d6b63d8af3","name":"List Calendar Availabilities","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":{"raw":"https://sandbox.corepractice.is/api/appointments/book/EL3YfL7-gkeM0k4nPjprjA/availabilities/?start=2020-02-01&end=2020-02-03","protocol":"https","host":["sandbox","corepractice","is"],"path":["api","appointments","book","EL3YfL7-gkeM0k4nPjprjA","availabilities",""],"query":[{"key":"start","value":"2020-02-01"},{"key":"end","value":"2020-02-03"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Fri, 11 Feb 2022 07:01:51 GMT"},{"key":"Content-Length","value":"1328"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Identifier\": \"Vc8i7GXvNEaghKEAcd5nAg\",\n        \"Description\": null,\n        \"Start\": \"2020-02-02T10:00:00\",\n        \"End\": \"2020-02-02T14:00:00\",\n        \"DayOfWeek\": null,\n        \"Repeat\": 0,\n        \"Type\": 0,\n        \"AlternateWeek\": null,\n        \"Location\": {\n            \"Identifier\": \"i1eRnq1qeEa0UacrelZa4g\",\n            \"LocationName\": \"Sydney Dental\",\n            \"Description\": \"\",\n        },\n        \"Provider\": {\n            \"Identifier\": \"sDJavFkGCkCVNq2KoJzD1g\",\n            \"Title\": \"Dr\",\n            \"ProviderName\": \"Smith\",\n            \"Firstname\": \"Ben\",\n            \"ProviderNumber\": \"1234564K\",\n            \"Status\": \"Active\",\n            \"IsDeleted\": false\n        },\n        \"Calendar\": {\n            \"Identifier\": \"EL3YfL7-gkeM0k4nPjprjA\",\n            \"Description\": \"Ben Smith\",\n            \"CalendarKey\": \"dr-ben-smith\",\n            \"DisplayName\": \"Dr Ben Smith\",\n            \"TimezoneKey\": \"AUS Eastern Standard Time\"\n        }\n    }\n]"}],"_postman_id":"7addefc7-3c1f-48f5-9209-0a55fee46ba7"},{"name":"List Appointment Types","id":"0a17bfaf-381d-4937-85f9-6f0689042668","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/class","description":"<p>Return a list of all appointment types/services/event classes the business offers.</p>\n<p>*\"Event Class\" is different from \"Calendar Class\", this \"appointment types\" API returns all Event Classes set for the entire business.</p>\n","urlObject":{"path":["api","class"],"host":["{{APIURL}}"],"query":[],"variable":[]}},"response":[{"id":"6a833ae0-ad95-48dd-ac90-f60ea9a18bec","name":"List Appointment Types","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"https://sandbox.corepractice.is/api/class"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Fri, 11 Feb 2022 07:00:26 GMT"},{"key":"Content-Length","value":"10981"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Identifier\": \"E_65Ix34k0e-0-tIKvequg\",\n        \"Description\": \"Scale & Clean\",\n        \"Group\": \"Diagnostic\",\n        \"FontColor\": \"#333333\",\n        \"BackColor\": \"#a3e657\",\n        \"Order\": 1,\n        \"Type\": 0,\n        \"Estimate\": 40,\n        \"Mode\": \"Variable\",\n        \"ModeValue\": null,\n        \"RequireApproval\": false,\n        \"IsInternalBooking\": false,\n        \"IsOnlineBooking\": false,\n        \"IsActive\": false,\n        \"EventKey\": null,\n        \"IsTop\": false,\n        \"IsFirstReminder\": false,\n        \"IsSecondReminder\": false,\n        \"IsResendReminder\": false,\n        \"StartDate\": null,\n        \"EndDate\": null\n    }\n]"}],"_postman_id":"0a17bfaf-381d-4937-85f9-6f0689042668"},{"name":"List Location Appointments","id":"6c573507-af62-4b0b-a3be-7d341e17b2d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/appointments/location/{{LOCATIONID}}/?start=2022-02-14&end=2022-02-17","description":"<p>This endpoint allows you to get all appointments for a specific location.</p>\n<p>Return a list of appointments for multiple practitioners(calendars), appointment time is in Location local time.</p>\n<p><i>LOCATIONID:</i> You can get <i>LOCATIONID </i>  from running \"GET List Locations\" API to get specific Location Identifier.</p>\n<h5 id=\"querying-data\">Querying Data</h5>\n<p>OData supports various kinds of query options for querying data. The <em><strong>$filter</strong></em> system query option allows clients to filter a collection of resources that are addressed by a request URL.</p>\n<p>Example OData query:</p>\n<p><em><strong>GET /api/appointments/location/3eQfg2Pa4kCUAzXi0d9joQ/?$filter=AppointmentType eq 2&amp;start=2022-02-14&amp;end=2022-02-17</strong></em></p>\n<p><strong>Query Types:</strong></p>\n<p>AppointmentType eq 2 - Tentative = 0, Confirmed = 1, Cancelled = 2<br />Attendance eq 4 - Pending = 0, Attended = 1, Late = 2, UnableToAttend = 3, FailedToAttend = 4, Cancelled = 5<br />Source eq 1 - 1 = new, 0 = returning patient</p>\n","urlObject":{"path":["api","appointments","location","{{LOCATIONID}}",""],"host":["{{APIURL}}"],"query":[{"description":{"content":"<p>Start date range param to filter (required)</p>\n","type":"text/plain"},"key":"start","value":"2022-02-14"},{"description":{"content":"<p>End date range param to filter (required)</p>\n","type":"text/plain"},"key":"end","value":"2022-02-17"}],"variable":[]}},"response":[{"id":"2317d016-d847-4183-b616-b479a944d92e","name":"List Location Appointments","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":{"raw":"https://sandbox.corepractice.is/api/appointments/location/yOqPMqle80SSwjgj3GBOcA/?start=2022-12-04&end=2022-12-11","protocol":"https","host":["sandbox","corepractice","is"],"path":["api","appointments","location","yOqPMqle80SSwjgj3GBOcA",""],"query":[{"key":"start","value":"2022-12-04"},{"key":"end","value":"2022-12-11"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Mon, 14 Feb 2022 00:51:50 GMT"},{"key":"Content-Length","value":"10763"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Identifier\": \"Ri9M9PO9lkmpdtPcJ_F4ig\",\n        \"Title\": null,\n        \"Description\": null,\n        \"Note\": null,\n        \"Start\": \"2022-12-06T08:30:00\",\n        \"End\": \"2022-12-06T09:15:00\",\n        \"EventClass\": {\n            \"Identifier\": \"1fiPtGIEtkufRZhlzGXT7Q\",\n            \"Description\": \"Broken Tooth\",\n            \"FontColor\": \"#333333\",\n            \"BackColor\": \"#2e2121\",\n            \"Order\": 0,\n            \"OnlinePaymentType\": 0\n        },\n        \"AppointmentType\": 0,\n        \"Attendance\": 0,\n        \"Source\": 0,\n        \"EnableNotification\": true,\n        \"EnableReminder\": true,\n        \"Sequence\": 0,\n        \"NotificationCount\": null,\n        \"LastNotificationDateUtc\": null,\n        \"ReminderCount\": null,\n        \"LastReminderDateUtc\": null,\n        \"ArrivedTime\": null,\n        \"WorkBeginTime\": null,\n        \"WorkEndTime\": null,\n        \"ConfirmDate\": null,\n        \"CancelDate\": null,\n        \"TimezoneKey\": \"AUS Eastern Standard Time\",\n        \"HasPrepayment\": false,\n        \"Patient\": {\n            \"Identifier\": \"mdPcP_2xo0aJ9QvpvNzpew\",\n            \"PatientNo\": \"1223122993\",\n            \"Firstname\": \"Test\",\n            \"Lastname\": \"One\",\n            \"Middlename\": null,\n            \"PreferredName\": null,\n            \"DateOfBirth\": null,\n            \"Title\": \"Mr\",\n            \"Sex\": \"M\",\n            \"JoinDate\": null,\n            \"Email\": \"padnaree@out.como\",\n            \"HomePhone\": null,\n            \"Mobile\": \"0422562552\",\n            \"FamilyRole\": null,\n            \"ReceiveMarketing\": true,\n            \"ReceiveRecall\": true,\n            \"AddressLine1\": null,\n            \"AddressLine2\": null,\n            \"Suburb\": null,\n            \"Postcode\": null,\n            \"State\": null,\n            \"Country\": null,\n            \"ReferralSource\": null,\n            \"ProfileMedia\": null,\n            \"HasProfileMedia\": false,\n            \"CategoryLabel\": {\n                \"Identifier\": \"ZYXVytpVQ0ykE5zznFQ6WA\",\n                \"Name\": \"Regular\",\n                \"IsActive\": true,\n                \"IsDeleted\": false\n            },\n            \"MedicalFormSubmitDateUtc\": null,\n            \"MedicalFormCompleteDateUtc\": null,\n            \"MessageResponseDateUtc\": null,\n            \"MessageReadDateUtc\": \"2022-09-25T10:28:18.793Z\",\n            \"HasNewMessages\": false,\n            \"IsStar\": false\n        },\n        \"Location\": {\n            \"Identifier\": \"yOqPMqle80SSwjgj3GBOcA\",\n            \"LocationName\": \"LANA Dental\",\n            \"Description\": null,\n            \"IpAddress\": null\n        },\n        \"Provider\": {\n            \"Identifier\": \"Bryr0FuZXEmE1OKMRBdefQ\",\n            \"Title\": \"Dr\",\n            \"ProviderName\": \"Lana\",\n            \"Firstname\": \"casey\",\n            \"ProviderNumber\": \"11212121\",\n            \"Status\": \"Active\",\n            \"IsDeleted\": false\n        },\n        \"Calendar\": {\n            \"Identifier\": \"BqIWcJeWYEqReEGx2ZsPLw\",\n            \"Description\": \"casey Lana\",\n            \"DisplayName\": null,\n            \"IsActive\": true,\n            \"TimeCancel\": null,\n            \"ProfileUrl\": null\n        },\n        \"OnlineAppointment\": null,\n        \"EventTags\": [],\n        \"Treatments\": [],\n        \"Messages\": [\n            {\n                \"Identifier\": \"XvhKb45Hz029YlQdhPdAuA\",\n                \"Body\": \"Hi Test,<br /><br />\\r\\n\\r\\nThis is a confirmation email for your appointment at LANA Dental with casey Lana on 06/Dec/2022 8:30 AM. <br />\\r\\nPlease see your appointment details below.<br /><br />\\r\\n\\r\\n<table class=\\\"table-wrap\\\">\\r\\n    <tr>\\r\\n        <td style=\\\"padding: 0 0 6px 0; margin: 0; font-size: 16px; font-weight: bold; color: #222\\\"><span itemprop=\\\"name\\\"></span>Dentist Appointment</td>\\r\\n    </tr>\\r\\n    <tr>\\r\\n        <td>\\r\\n            <table class=\\\"table-items\\\" cellpadding=\\\"0\\\" cellspacing=\\\"0\\\">\\r\\n                <tr>\\r\\n                    <td style=\\\"padding:0 1em 10px 0;vertical-align: top;color:#888;white-space:nowrap\\\" valign=\\\"top\\\">When</td>\\r\\n                    <td style=\\\"padding-bottom:10px\\\">06/Dec/2022 8:30 AM</td>\\r\\n                </tr>\\r\\n                <tr>\\r\\n                    <td style=\\\"padding:0 1em 10px 0;vertical-align: top;color:#888;white-space:nowrap\\\" valign=\\\"top\\\">Where</td>\\r\\n                    <td style=\\\"padding-bottom:10px\\\" itemprop=\\\"location\\\">Shop 4/46-48 President Ave , Caringbah, NSW, 2229 </td>\\r\\n                </tr>\\r\\n                <tr>\\r\\n                    <td style=\\\"padding:0 1em 10px 0;vertical-align: top;color:#888;white-space:nowrap\\\" valign=\\\"top\\\">Who</td>\\r\\n                    <td style=\\\"padding-bottom:10px\\\">LANA Dental with casey Lana</td>\\r\\n                </tr>\\r\\n            </table>\\r\\n        </td>\\r\\n    </tr>\\r\\n</table><br />\\r\\n\\r\\nWe look forward to your visit!<br /><br />\\r\\n\\r\\nRegards,<br />\\r\\nSandbox\",\n                \"Direction\": 0,\n                \"Status\": 1,\n                \"Method\": 0,\n                \"MessageType\": 1,\n                \"SendDateUtc\": \"2022-12-15T06:38:42.5785918Z\",\n                \"CreateDateUtc\": \"2022-12-15T06:38:42.5785918Z\",\n                \"CreatedFormated\": \"\"\n            }\n        ],\n        \"Envelopes\": []\n    }\n]"}],"_postman_id":"6c573507-af62-4b0b-a3be-7d341e17b2d6"},{"name":"List Calendar Appointments","id":"f737de40-41aa-4bb1-b16d-6e021316b62f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/appointments/book/{{CALENDARID}}/?start=2022-02-14&end=2022-02-17","description":"<p>This endpoint allows you to get all appointments for a specific calendar, practitioner can work in multiple locations.</p>\n<p>Return list of appointments in Calendar local time.</p>\n<p><i>CALENDARID:</i> You can get <i>CALENDARID</i> from running \"GET List Calendars\" API to get specific Calendar Identifier, or “GET Location Availabilities\" API to get specific Calendar Identifier in specific location.</p>\n<h5 id=\"querying-data\">Querying Data</h5>\n<p>OData supports various kinds of query options for querying data. The <em><strong>$filter</strong></em> system query option allows clients to filter a collection of resources that are addressed by a request URL.</p>\n<p>Example OData query:</p>\n<p><em><strong>GET /api/appointments/book/ekai2WxqfEqIak69EJO5WQ/?$filter=AppointmentType eq 2&amp;start=2022-02-14&amp;end=2022-02-17</strong></em></p>\n<p><strong>Query Types:</strong></p>\n<p>AppointmentType eq 2 - Tentative = 0, Confirmed = 1, Cancelled = 2<br />Attendance eq 4 - UnableToAttend = 3, FailedToAttend = 4, Cancelled = 5<br />Source eq 1 - 1 = new, 0 = returning patient</p>\n","urlObject":{"path":["api","appointments","book","{{CALENDARID}}",""],"host":["{{APIURL}}"],"query":[{"description":{"content":"<p>Start date range param to filter (required)</p>\n","type":"text/plain"},"key":"start","value":"2022-02-14"},{"description":{"content":"<p>End date range param to filter (required)</p>\n","type":"text/plain"},"key":"end","value":"2022-02-17"}],"variable":[]}},"response":[{"id":"38ffdb0b-26ef-4253-b953-8ff94d161828","name":"List Calendar Appointments","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":{"raw":"https://sandbox.corepractice.is/api/appointments/book/ekai2WxqfEqIak69EJO5WQ/?start=2022-02-14&end=2022-02-17","protocol":"https","host":["sandbox","corepractice","is"],"path":["api","appointments","book","ekai2WxqfEqIak69EJO5WQ",""],"query":[{"key":"start","value":"2022-02-14"},{"key":"end","value":"2022-02-17"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Mon, 14 Feb 2022 00:51:50 GMT"},{"key":"Content-Length","value":"10763"}],"cookie":[],"responseTime":null,"body":"[\n\t{\n\t\t\"Identifier\": \"BjqPfF4k9ESiDMSCpjJ5zQ\",\n\t\t\"Title\": null,\n\t\t\"Description\": \"Test Note\",\n\t\t\"Note\": null,\n\t\t\"Start\": \"2022-02-17T10:00:00\",\n\t\t\"End\": \"2022-02-17T10:30:00\",\n\t\t\"EventClass\": {\n\t\t\t\"Identifier\": \"nudVts1AQESc4nfemkh-5g\",\n\t\t\t\"Description\": \"Crown/Bridge\",\n\t\t\t\"FontColor\": \"#333\",\n\t\t\t\"BackColor\": \"#673AB7\"\n\t\t},\n\t\t\"AppointmentType\": 0,\n\t\t\"Attendance\": 0,\n\t\t\"Source\": 0,\n\t\t\"EnableNotification\": false,\n\t\t\"EnableReminder\": false,\n\t\t\"Sequence\": 0,\n\t\t\"NotificationCount\": null,\n\t\t\"LastNotificationDateUtc\": null,\n\t\t\"ReminderCount\": null,\n\t\t\"LastReminderDateUtc\": null,\n\t\t\"ArrivedTime\": null,\n\t\t\"WorkBeginTime\": null,\n\t\t\"WorkEndTime\": null,\n\t\t\"ConfirmDate\": null,\n\t\t\"CancelDate\": null,\n\t\t\"TimezoneKey\": \"AUS Eastern Standard Time\",\n\t\t\"Patient\": {\n\t\t\t\"Identifier\": \"bDWsfQTvLESkOubO7q0BdA\",\n\t\t\t\"PatientNo\": \"1091838555\",\n\t\t\t\"Firstname\": \"Ben\",\n\t\t\t\"Lastname\": \"Smith\",\n\t\t\t\"Middlename\": null,\n\t\t\t\"PreferredName\": \"Ben\",\n\t\t\t\"DateOfBirth\": \"1980-01-01T00:00:00\",\n\t\t\t\"Title\": \"Mr\",\n\t\t\t\"Sex\": \"M\",\n\t\t\t\"Email\": \"bensmith@gmail.com\",\n\t\t\t\"HomePhone\": \"91000000\",\n\t\t\t\"Mobile\": \"0415000000\",\n\t\t\t\"WorkPhone\": null,\n\t\t\t\"Fax\": null,\n\t\t\t\"Occupation\": null,\n\t\t\t\"CompanyName\": null,\n\t\t\t\"JoinDate\": null,\n\t\t\t\"Description\": null,\n\t\t\t\"MedicareNo\": null,\n\t\t\t\"AddressLine1\": \"Suite 11.03, Level 11\",\n\t\t\t\"AddressLine2\": \"1 Market Street\",\n\t\t\t\"Suburb\": \"Sydney\",\n\t\t\t\"Postcode\": \"2000\",\n\t\t\t\"State\": \"NSW\",\n\t\t\t\"AddressLine1Ext\": null,\n\t\t\t\"AddressLine2Ext\": null,\n\t\t\t\"SuburbExt\": null,\n\t\t\t\"PostcodeExt\": null,\n\t\t\t\"StateExt\": null,\n\t\t\t\"ContactName\": null,\n\t\t\t\"ContactPhone\": null,\n\t\t\t\"ContactMobile\": null,\n\t\t\t\"ContactRelationship\": null,\n\t\t\t\"FamilyRole\": \"Organiser\",\n\t\t\t\"ReferralNotes\": null,\n\t\t\t\"ReceiveMarketing\": false,\n\t\t\t\"ReceiveRecall\": false,\n\t\t\t\"IsApproved\": true,\n\t\t\t\"IsActive\": true,\n\t\t\t\"IsDeleted\": false,\n\t\t\t\"AllowLogin\": true,\n\t\t\t\"ReferralSource\": null,\n\t\t\t\"FeeLevel\": null,\n\t\t\t\"CurrentHistory\": null,\n\t\t\t\"DefaultInsurance\": null,\n\t\t\t\"ProfileMedia\": null,\n\t\t\t\"CategoryLabel\": null,\n\t\t\t\"MedicalFormSubmitDateUtc\": null,\n\t\t\t\"MedicalFormCompleteDateUtc\": \"2021-04-26T12:54:25.32Z\",\n\t\t\t\"MessageResponseDateUtc\": null,\n\t\t\t\"MessageReadDateUtc\": \"2021-06-17T06:05:00.797Z\",\n\t\t\t\"HasNewMessages\": false\n\t\t},\n\t\t\"Location\": {\n\t\t\t\"Identifier\": \"3eQfg2Pa4kCUAzXi0d9joQ\",\n\t\t\t\"LocationName\": \"Auburn Dental\"\n\t\t},\n\t\t\"Provider\": {\n\t\t\t\"Identifier\": \"1Dpi-aNbZUuYpU-2C-X8Jg\",\n\t\t\t\"Title\": \"Dr\",\n\t\t\t\"ProviderName\": \"Sherman\",\n\t\t\t\"Firstname\": \"Philip\",\n\t\t\t\"ProviderNumber\": \"1234564K\",\n\t\t\t\"Status\": \"Active\",\n\t\t\t\"IsDeleted\": false\n\t\t},\n\t\t\"Calendar\": {\n\t\t\t\"Identifier\": \"ekai2WxqfEqIak69EJO5WQ\",\n\t\t\t\"Description\": \"Dr Philip Sherman\",\n\t\t\t\"DisplayName\": null,\n\t\t\t\"IsActive\": true\n\t\t},\n\t\t\"EventTags\": []\n\t}\n]"}],"_postman_id":"f737de40-41aa-4bb1-b16d-6e021316b62f"},{"name":"List Patient Appointments","id":"0d1dd7f1-cf63-444b-8f37-22db63a83c9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/appointments/patient/{{PATIENTID}}","description":"<h3 id=\"get-apiappointmentspatientpatientid\">GET /api/appointments/patient/{{PATIENTID}}</h3>\n<p>This endpoint retrieves the appointments for a specific patient.</p>\n<h4 id=\"request\">Request</h4>\n<p>No request body parameters are required for this endpoint.</p>\n<ul>\n<li><code>PATIENTID</code> (path parameter) : The unique identifier of the patient for whom the appointments are to be retrieved.</li>\n</ul>\n","urlObject":{"path":["api","appointments","patient","{{PATIENTID}}"],"host":["{{APIURL}}"],"query":[],"variable":[]}},"response":[{"id":"c88ecd48-15d1-4c2d-8b86-52d4ce7fa42a","name":"List Patient Appointments","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}"},{"key":"x-cpapi-version","value":"v2"}],"url":"https://sandbox.corepractice.is/api/appointments/patient/gO1lvHx-8E6WWqzxKev5Ig"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 00:24:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"87d3de1bb854a956-SYD"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Identifier\": \"1bEz8IZRGEC-dM8XqHi9fA\",\n        \"Title\": null,\n        \"Description\": null,\n        \"Note\": null,\n        \"Start\": \"2024-08-02T10:00:00\",\n        \"End\": \"2024-08-02T10:30:00\",\n        \"EventClass\": {\n            \"Identifier\": \"Sp4DmVITUEyTAPKMPnqupw\",\n            \"Description\": \"Check Up/Scale Clean\",\n            \"FontColor\": \"#333\",\n            \"BackColor\": \"#7EC37A\",\n            \"Order\": 2,\n            \"OnlinePaymentType\": 0\n        },\n        \"AppointmentType\": 0,\n        \"Attendance\": 0,\n        \"Source\": 1,\n        \"EnableNotification\": true,\n        \"EnableReminder\": true,\n        \"Sequence\": 0,\n        \"NotificationCount\": null,\n        \"LastNotificationDateUtc\": null,\n        \"ReminderCount\": null,\n        \"LastReminderDateUtc\": null,\n        \"ArrivedTime\": null,\n        \"WorkBeginTime\": null,\n        \"WorkEndTime\": null,\n        \"ConfirmDate\": null,\n        \"CancelDate\": null,\n        \"TimezoneKey\": \"AUS Eastern Standard Time\",\n        \"HasPrepayment\": false,\n        \"PatientId\": 69,\n        \"Patient\": {\n            \"Identifier\": \"gO1lvHx-8E6WWqzxKev5Ig\",\n            \"PatientNo\": \"1727589408\",\n            \"Firstname\": \"Ben\",\n            \"Lastname\": \"Smith\",\n            \"Middlename\": null,\n            \"PreferredName\": null,\n            \"DateOfBirth\": null,\n            \"Title\": null,\n            \"Sex\": \"M\",\n            \"JoinDate\": null,\n            \"Email\": \"bensmith@gmail.com\",\n            \"HomePhone\": \"91000000\",\n            \"Mobile\": \"0415000000\",\n            \"FamilyRole\": null,\n            \"ReceiveMarketing\": true,\n            \"ReceiveRecall\": true,\n            \"AddressLine1\": \"Suite 11.03, Level 11\",\n            \"AddressLine2\": \"1 Market Street\",\n            \"Suburb\": \"Sydney\",\n            \"Postcode\": \"2000\",\n            \"State\": \"NSW\",\n            \"Country\": null,\n            \"ReferralSource\": null,\n            \"ProfileMedia\": null,\n            \"HasProfileMedia\": false,\n            \"CategoryLabel\": null,\n            \"MedicalFormSubmitDateUtc\": null,\n            \"MedicalFormCompleteDateUtc\": null,\n            \"MessageResponseDateUtc\": null,\n            \"MessageReadDateUtc\": null,\n            \"HasNewMessages\": false,\n            \"IsStar\": false,\n            \"ProfilePath\": null,\n            \"LastUpdateDate\": \"2024-05-02T00:19:53.87Z\"\n        },\n        \"Location\": {\n            \"Identifier\": \"w4V4GkcKjEWmsHdw7W8A6g\",\n            \"LocationName\": \"Sydney Dental\",\n            \"Description\": null,\n            \"IpAddress\": null\n        },\n        \"Provider\": {\n            \"Identifier\": \"HiebjinhoU_9NMgCf_IT3g\",\n            \"Title\": \"Dr\",\n            \"ProviderName\": \"Cena\",\n            \"Firstname\": \"Jess\",\n            \"ProviderNumber\": \"11212121\",\n            \"Status\": \"Active\",\n            \"IsDeleted\": false\n        },\n        \"Calendar\": {\n            \"Identifier\": \"N-eO7_lMWkKDdMsBYuV2Nw\",\n            \"Description\": \"Jess Cena\",\n            \"DisplayName\": null,\n            \"IsActive\": true,\n            \"TimeCancel\": null,\n            \"ProfileUrl\": null,\n            \"Order\": 0\n        },\n        \"OnlineAppointment\": null,\n        \"EventTags\": []\n    }\n]"}],"_postman_id":"0d1dd7f1-cf63-444b-8f37-22db63a83c9b"},{"name":"List Patient Appointments - Active","id":"4f94c991-3d61-4888-b7ca-31617709a8ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/appointments/patient/{{PATIENTID}}/active","description":"<h3 id=\"get-apiappointmentspatientpatientidactive\">GET /api/appointments/patient/{{PATIENTID}}/active</h3>\n<p>This endpoint retrieves future appointments for a specific patient.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li>Path Parameters<ul>\n<li>PATIENTID: The unique identifier of the patient.</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["api","appointments","patient","{{PATIENTID}}","active"],"host":["{{APIURL}}"],"query":[],"variable":[]}},"response":[{"id":"98ead469-478a-4384-b4f4-5f6e2b992e90","name":"List Patient Appointments","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}"},{"key":"x-cpapi-version","value":"v2"}],"url":"https://sandbox.corepractice.is/api/appointments/patient/gO1lvHx-8E6WWqzxKev5Ig/active"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 00:24:18 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"87d3de1bb854a956-SYD"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Identifier\": \"1bEz8IZRGEC-dM8XqHi9fA\",\n        \"Title\": null,\n        \"Description\": null,\n        \"Note\": null,\n        \"Start\": \"2024-08-02T10:00:00\",\n        \"End\": \"2024-08-02T10:30:00\",\n        \"EventClass\": {\n            \"Identifier\": \"Sp4DmVITUEyTAPKMPnqupw\",\n            \"Description\": \"Check Up/Scale Clean\",\n            \"FontColor\": \"#333\",\n            \"BackColor\": \"#7EC37A\",\n            \"Order\": 2,\n            \"OnlinePaymentType\": 0\n        },\n        \"AppointmentType\": 0,\n        \"Attendance\": 0,\n        \"Source\": 1,\n        \"EnableNotification\": true,\n        \"EnableReminder\": true,\n        \"Sequence\": 0,\n        \"NotificationCount\": null,\n        \"LastNotificationDateUtc\": null,\n        \"ReminderCount\": null,\n        \"LastReminderDateUtc\": null,\n        \"ArrivedTime\": null,\n        \"WorkBeginTime\": null,\n        \"WorkEndTime\": null,\n        \"ConfirmDate\": null,\n        \"CancelDate\": null,\n        \"TimezoneKey\": \"AUS Eastern Standard Time\",\n        \"HasPrepayment\": false,\n        \"PatientId\": 69,\n        \"Patient\": {\n            \"Identifier\": \"gO1lvHx-8E6WWqzxKev5Ig\",\n            \"PatientNo\": \"1727589408\",\n            \"Firstname\": \"Ben\",\n            \"Lastname\": \"Smith\",\n            \"Middlename\": null,\n            \"PreferredName\": null,\n            \"DateOfBirth\": null,\n            \"Title\": null,\n            \"Sex\": \"M\",\n            \"JoinDate\": null,\n            \"Email\": \"bensmith@gmail.com\",\n            \"HomePhone\": \"91000000\",\n            \"Mobile\": \"0415000000\",\n            \"FamilyRole\": null,\n            \"ReceiveMarketing\": true,\n            \"ReceiveRecall\": true,\n            \"AddressLine1\": \"Suite 11.03, Level 11\",\n            \"AddressLine2\": \"1 Market Street\",\n            \"Suburb\": \"Sydney\",\n            \"Postcode\": \"2000\",\n            \"State\": \"NSW\",\n            \"Country\": null,\n            \"ReferralSource\": null,\n            \"ProfileMedia\": null,\n            \"HasProfileMedia\": false,\n            \"CategoryLabel\": null,\n            \"MedicalFormSubmitDateUtc\": null,\n            \"MedicalFormCompleteDateUtc\": null,\n            \"MessageResponseDateUtc\": null,\n            \"MessageReadDateUtc\": null,\n            \"HasNewMessages\": false,\n            \"IsStar\": false,\n            \"ProfilePath\": null,\n            \"LastUpdateDate\": \"2024-05-02T00:19:53.87Z\"\n        },\n        \"Location\": {\n            \"Identifier\": \"w4V4GkcKjEWmsHdw7W8A6g\",\n            \"LocationName\": \"Sydney Dental\",\n            \"Description\": null,\n            \"IpAddress\": null\n        },\n        \"Provider\": {\n            \"Identifier\": \"HiebjinhoU_9NMgCf_IT3g\",\n            \"Title\": \"Dr\",\n            \"ProviderName\": \"Cena\",\n            \"Firstname\": \"Jess\",\n            \"ProviderNumber\": \"11212121\",\n            \"Status\": \"Active\",\n            \"IsDeleted\": false\n        },\n        \"Calendar\": {\n            \"Identifier\": \"N-eO7_lMWkKDdMsBYuV2Nw\",\n            \"Description\": \"Jess Cena\",\n            \"DisplayName\": null,\n            \"IsActive\": true,\n            \"TimeCancel\": null,\n            \"ProfileUrl\": null,\n            \"Order\": 0\n        },\n        \"OnlineAppointment\": null,\n        \"EventTags\": []\n    }\n]"}],"_postman_id":"4f94c991-3d61-4888-b7ca-31617709a8ea"},{"name":"Find Location Availability Slots","id":"2d2a8e4f-fd72-41de-9341-c557cd23595a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/appointments/location/{{LOCATIONID}}/slots/?start=2022-02-14&end=2022-02-17&startTime=08:00&endTime=18:00&duration=30&dayOfWeek=0,1,2,3,4,5,6","description":"<p>This endpoint allows you to get all available appointment slots at a specific location within the filtered time range (day, time, duration).</p>\n<p>Return a list of time slots in Calendar local time.</p>\n<p><i>LOCATIONID:</i> You can get <i>LOCATIONID </i>  from running \"GET List Locations\" API to get specific Location Identifier.</p>\n<p><strong>In the returned response:</strong></p>\n<ul>\n<li><strong>{PracticeId}</strong> refers to <i>LOCATIONID</i>.</li>\n<li><strong>{PractitionerId}</strong> refers to C<i>ALENDARID</i>.</li>\n</ul>\n","urlObject":{"path":["api","appointments","location","{{LOCATIONID}}","slots",""],"host":["{{APIURL}}"],"query":[{"description":{"content":"<p>Start date range param to filter (required)</p>\n","type":"text/plain"},"key":"start","value":"2022-02-14"},{"description":{"content":"<p>End date range param to filter (required)</p>\n","type":"text/plain"},"key":"end","value":"2022-02-17"},{"description":{"content":"<p>Start time of date param to filter (required)</p>\n","type":"text/plain"},"key":"startTime","value":"08:00"},{"description":{"content":"<p>End time of day param to filter (required)</p>\n","type":"text/plain"},"key":"endTime","value":"18:00"},{"description":{"content":"<p>Appointment Duration param to filter (required)</p>\n","type":"text/plain"},"key":"duration","value":"30"},{"description":{"content":"<p>Day of Week param to filter (required)</p>\n","type":"text/plain"},"key":"dayOfWeek","value":"0,1,2,3,4,5,6"}],"variable":[]}},"response":[{"id":"8672ddbc-e4ae-4bf8-b5ab-84b5da9d638a","name":"Find Location Availability Slots","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":{"raw":"https://sandbox.corepractice.is/api/appointments/location/3eQfg2Pa4kCUAzXi0d9joQ/slots/?start=2022-12-10&end=2022-12-17&startTime=08:00&endTime=18:00&duration=30&dayOfWeek=0,1,2,3,4,5,6","protocol":"https","host":["sandbox","corepractice","is"],"path":["api","appointments","location","3eQfg2Pa4kCUAzXi0d9joQ","slots",""],"query":[{"key":"start","value":"2022-12-10","description":"Start date range param to filter (required)"},{"key":"end","value":"2022-12-17","description":"End date range param to filter (required)"},{"key":"startTime","value":"08:00","description":"Start time of date param to filter (required)"},{"key":"endTime","value":"18:00","description":"End time of day param to filter (required)"},{"key":"duration","value":"30","description":"Appointment Duration param to filter (required)"},{"key":"dayOfWeek","value":"0,1,2,3,4,5,6","description":"Day of Week param to filter (required)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Mon, 14 Feb 2022 02:12:29 GMT"},{"key":"Content-Length","value":"59589"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Identifier\": \"fBBGTujm41atr9RYesyg6w\",\n        \"Title\": null,\n        \"StartUtc\": \"2022-02-13T21:00:00Z\",\n        \"Start\": \"2022-02-14T08:00:00\",\n        \"End\": \"2022-02-14T08:30:00\",\n        \"PracticeId\": \"i1eRnq1qeEa0UacrelZa4g\",\n        \"PractitionerId\": \"H1QUrv6cg0GQbJPan07kTw\",\n        \"AvailableDuration\": 0,\n        \"SegmentIndex\": 0,\n        \"Priority\": 0,\n        \"PractitionerName\": \"Philip Sherman\",\n        \"PracticeName\": \"Sydney Dental\",\n        \"Date\": \"2022-02-14T00:00:00\"\n    },\n    {\n        \"Identifier\": \"_kH9oJ9xpVmhzuIODklgKQ\",\n        \"Title\": null,\n        \"StartUtc\": \"2022-02-13T21:30:00Z\",\n        \"Start\": \"2022-02-14T08:30:00\",\n        \"End\": \"2022-02-14T09:00:00\",\n        \"PracticeId\": \"i1eRnq1qeEa0UacrelZa4g\",\n        \"PractitionerId\": \"H1QUrv6cg0GQbJPan07kTw\",\n        \"AvailableDuration\": 0,\n        \"SegmentIndex\": 0,\n        \"Priority\": 0,\n        \"PractitionerName\": \"Philip Sherman\",\n        \"PracticeName\": \"Sydney Dental\",\n        \"Date\": \"2022-02-14T00:00:00\"\n    }\n]"}],"_postman_id":"2d2a8e4f-fd72-41de-9341-c557cd23595a"},{"name":"Create Appointment","id":"bc97261f-9053-46e8-b1fc-f1d73169f6e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Description\": \"\",\r\n\t\"Start\": \"2022-02-16T23:00:00Z\",  \r\n\t\"End\": \"2022-02-16T23:30:00Z\",  \r\n    \"LocationId\": \"{{LOCATIONID}}\",\r\n    \"CalendarId\": \"{{CALENDARID}}\",\r\n    \"ProviderId\": \"{{PROVIDERID}}\",\r\n    \"PatientId\": \"{{PATIENTID}}\",\r\n    \"EventClassId\": \"{{EVENT_CLASSID}}\",\r\n    \"EnableNotification\": true,\r\n    \"EnableReminder\": true\r\n}"},"url":"{{APIURL}}/api/appointments","description":"<p>This endpoint allows you to create a new appointment for a patient with specific calendar in a location.</p>\n<blockquote>\n<p>Requires LOCATIONID, CALENDARID, PATIENTID, Start, End</p>\n</blockquote>\n<p>Start and End time must be in UTC (universal time).</p>\n<p>Patient will receive email notification of appointment details if EnableNotification is true.</p>\n","urlObject":{"path":["api","appointments"],"host":["{{APIURL}}"],"query":[],"variable":[]}},"response":[{"id":"813bf824-6152-4df5-aa2d-82a38888791e","name":"Create Appointment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}"},{"key":"x-cpapi-version","value":"v2"}],"body":{"mode":"raw","raw":"{\r\n    \"Description\": \"\",\r\n\t\"Start\": \"2022-02-16T23:00:00Z\",  \r\n\t\"End\": \"2022-02-16T23:30:00Z\",  \r\n    \"LocationId\": \"3eQfg2Pa4kCUAzXi0d9joQ\",\r\n    \"CalendarId\": \"ekai2WxqfEqIak69EJO5WQ\",\r\n    \"ProviderId\": \"1Dpi-aNbZUuYpU-2C-X8Jg\",\r\n    \"PatientId\": \"bDWsfQTvLESkOubO7q0BdA\",\r\n    \"EventClassId\": \"nudVts1AQESc4nfemkh-5g\",\r\n    \"EnableNotification\": true,\r\n    \"EnableReminder\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.corepractice.is/api/appointments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Sun, 13 Feb 2022 23:42:20 GMT"},{"key":"Content-Length","value":"2197"}],"cookie":[],"responseTime":null,"body":"{\n    \"Identifier\": \"BjqPfF4k9ESiDMSCpjJ5zQ\",\n    \"Title\": null,\n    \"Description\": \"\",\n    \"Note\": null,\n    \"Start\": \"2022-02-17T10:00:00\",\n    \"End\": \"2022-02-17T10:30:00\",\n    \"EventClass\": {\n        \"Identifier\": \"nudVts1AQESc4nfemkh-5g\",\n        \"Description\": \"Crown/Bridge\",\n        \"FontColor\": \"#333\",\n        \"BackColor\": \"#673AB7\"\n    },\n    \"AppointmentType\": 0,\n    \"Attendance\": 0,\n    \"Source\": 0,\n    \"EnableNotification\": false,\n    \"EnableReminder\": false,\n    \"Sequence\": 0,\n    \"NotificationCount\": null,\n    \"LastNotificationDateUtc\": null,\n    \"ReminderCount\": null,\n    \"LastReminderDateUtc\": null,\n    \"ArrivedTime\": null,\n    \"WorkBeginTime\": null,\n    \"WorkEndTime\": null,\n    \"ConfirmDate\": null,\n    \"CancelDate\": null,\n    \"TimezoneKey\": \"AUS Eastern Standard Time\",\n    \"Patient\": {\n        \"Identifier\": \"bDWsfQTvLESkOubO7q0BdA\",\n        \"PatientNo\": \"1091838555\",\n        \"Firstname\": \"Ben\",\n        \"Lastname\": \"Smith\",\n        \"Middlename\": null,\n        \"PreferredName\": \"Ben\",\n        \"DateOfBirth\": \"1980-01-01T00:00:00\",\n        \"Title\": \"Mr\",\n        \"Sex\": \"M\",\n        \"Email\": \"bensmith@gmail.com\",\n        \"HomePhone\": \"91000000\",\n        \"Mobile\": \"0415000000\",\n        \"WorkPhone\": null,\n        \"Fax\": null,\n        \"Occupation\": null,\n        \"CompanyName\": null,\n        \"JoinDate\": null,\n        \"Description\": null,\n        \"MedicareNo\": null,\n        \"AddressLine1\": \"Suite 11.03, Level 11\",\n        \"AddressLine2\": \"1 Market Street\",\n        \"Suburb\": \"Sydney\",\n        \"Postcode\": \"2000\",\n        \"State\": \"NSW\",\n        \"AddressLine1Ext\": null,\n        \"AddressLine2Ext\": null,\n        \"SuburbExt\": null,\n        \"PostcodeExt\": null,\n        \"StateExt\": null,\n        \"ContactName\": null,\n        \"ContactPhone\": null,\n        \"ContactMobile\": null,\n        \"ContactRelationship\": null,\n        \"FamilyRole\": \"Organiser\",\n        \"ReferralNotes\": null,\n        \"ReceiveMarketing\": false,\n        \"ReceiveRecall\": false,\n        \"IsApproved\": true,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"AllowLogin\": true,\n        \"ReferralSource\": null,\n        \"FeeLevel\": null,\n        \"CurrentHistory\": null,\n        \"DefaultInsurance\": null,\n        \"ProfileMedia\": null,\n        \"CategoryLabel\": null,\n        \"MedicalFormSubmitDateUtc\": null,\n        \"MedicalFormCompleteDateUtc\": \"2021-04-26T12:54:25.32Z\",\n        \"MessageResponseDateUtc\": null,\n        \"MessageReadDateUtc\": \"2021-06-17T06:05:00.797Z\",\n        \"HasNewMessages\": false\n    },\n    \"Location\": {\n        \"Identifier\": \"3eQfg2Pa4kCUAzXi0d9joQ\",\n        \"LocationName\": \"Auburn Dental\"\n    },\n    \"Provider\": {\n        \"Identifier\": \"1Dpi-aNbZUuYpU-2C-X8Jg\",\n        \"Title\": \"Dr\",\n        \"ProviderName\": \"Sherman\",\n        \"Firstname\": \"Philip\",\n        \"ProviderNumber\": \"1234564K\",\n        \"Status\": \"Active\",\n        \"IsDeleted\": false\n    },\n    \"Calendar\": {\n        \"Identifier\": \"ekai2WxqfEqIak69EJO5WQ\",\n        \"Description\": \"Dr Philip Sherman\",\n        \"DisplayName\": null,\n        \"IsActive\": true\n    },\n    \"EventTags\": []\n}"}],"_postman_id":"bc97261f-9053-46e8-b1fc-f1d73169f6e2"},{"name":"Get Appointment","id":"56e55d58-5d9b-43fb-a8e9-db5e11731067","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/appointments/{{APPOINTMENTID}}","description":"<p>This endpoint allows you to get an existing appointment details.</p>\n<p><i>APPOINTMENTID:</i> You can get <i>APPOINTMENTID </i> by running \"GET List Location Appointments\" API or \"GET List Calendar Appointments\" API to get specific appointment Identifier.</p>\n","urlObject":{"path":["api","appointments","{{APPOINTMENTID}}"],"host":["{{APIURL}}"],"query":[],"variable":[]}},"response":[{"id":"f28ad550-c09e-4518-9d59-6126c5a93f3b","name":"Get Appointment","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}"},{"key":"x-cpapi-version","value":"v2"}],"url":"https://sandbox.corepractice.is/api/appointments/BjqPfF4k9ESiDMSCpjJ5zQ"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Mon, 14 Feb 2022 01:02:24 GMT"},{"key":"Content-Length","value":"2293"}],"cookie":[],"responseTime":null,"body":"{\n    \"Identifier\": \"BjqPfF4k9ESiDMSCpjJ5zQ\",\n    \"Title\": null,\n    \"Description\": \"Test Note\",\n    \"Note\": null,\n    \"Start\": \"2022-02-17T10:00:00\",\n    \"End\": \"2022-02-17T10:30:00\",\n    \"EventClass\": {\n        \"Identifier\": \"nudVts1AQESc4nfemkh-5g\",\n        \"Description\": \"Crown/Bridge\",\n        \"FontColor\": \"#333\",\n        \"BackColor\": \"#673AB7\"\n    },\n    \"AppointmentType\": 0,\n    \"Attendance\": 0,\n    \"Source\": 0,\n    \"EnableNotification\": false,\n    \"EnableReminder\": false,\n    \"Sequence\": 0,\n    \"NotificationCount\": null,\n    \"LastNotificationDateUtc\": null,\n    \"ReminderCount\": null,\n    \"LastReminderDateUtc\": null,\n    \"ArrivedTime\": null,\n    \"WorkBeginTime\": null,\n    \"WorkEndTime\": null,\n    \"ConfirmDate\": null,\n    \"CancelDate\": null,\n    \"TimezoneKey\": \"AUS Eastern Standard Time\",\n    \"Patient\": {\n        \"Identifier\": \"bDWsfQTvLESkOubO7q0BdA\",\n        \"PatientNo\": \"1091838555\",\n        \"Firstname\": \"Ben\",\n        \"Lastname\": \"Smith\",\n        \"Middlename\": null,\n        \"PreferredName\": \"Ben\",\n        \"DateOfBirth\": \"1980-01-01T00:00:00\",\n        \"Title\": \"Mr\",\n        \"Sex\": \"M\",\n        \"Email\": \"bensmith@gmail.com\",\n        \"HomePhone\": \"91000000\",\n        \"Mobile\": \"0415000000\",\n        \"WorkPhone\": null,\n        \"Fax\": null,\n        \"Occupation\": null,\n        \"CompanyName\": null,\n        \"JoinDate\": null,\n        \"Description\": null,\n        \"MedicareNo\": null,\n        \"AddressLine1\": \"Suite 11.03, Level 11\",\n        \"AddressLine2\": \"1 Market Street\",\n        \"Suburb\": \"Sydney\",\n        \"Postcode\": \"2000\",\n        \"State\": \"NSW\",\n        \"AddressLine1Ext\": null,\n        \"AddressLine2Ext\": null,\n        \"SuburbExt\": null,\n        \"PostcodeExt\": null,\n        \"StateExt\": null,\n        \"ContactName\": null,\n        \"ContactPhone\": null,\n        \"ContactMobile\": null,\n        \"ContactRelationship\": null,\n        \"FamilyRole\": \"Organiser\",\n        \"ReferralNotes\": null,\n        \"ReceiveMarketing\": false,\n        \"ReceiveRecall\": false,\n        \"IsApproved\": true,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"AllowLogin\": true,\n        \"ReferralSource\": null,\n        \"FeeLevel\": null,\n        \"CurrentHistory\": null,\n        \"DefaultInsurance\": null,\n        \"ProfileMedia\": null,\n        \"CategoryLabel\": null,\n        \"MedicalFormSubmitDateUtc\": null,\n        \"MedicalFormCompleteDateUtc\": \"2021-04-26T12:54:25.32Z\",\n        \"MessageResponseDateUtc\": null,\n        \"MessageReadDateUtc\": \"2021-06-17T06:05:00.797Z\",\n        \"HasNewMessages\": false\n    },\n    \"Location\": {\n        \"Identifier\": \"3eQfg2Pa4kCUAzXi0d9joQ\",\n        \"LocationName\": \"Auburn Dental\"\n    },\n    \"Provider\": {\n        \"Identifier\": \"1Dpi-aNbZUuYpU-2C-X8Jg\",\n        \"Title\": \"Dr\",\n        \"ProviderName\": \"Sherman\",\n        \"Firstname\": \"Philip\",\n        \"ProviderNumber\": \"1234564K\",\n        \"Status\": \"Active\",\n        \"IsDeleted\": false\n    },\n    \"Calendar\": {\n        \"Identifier\": \"ekai2WxqfEqIak69EJO5WQ\",\n        \"Description\": \"Dr Philip Sherman\",\n        \"DisplayName\": null,\n        \"IsActive\": true\n    },\n    \"EventTags\": []\n}"}],"_postman_id":"56e55d58-5d9b-43fb-a8e9-db5e11731067"},{"name":"Update Appointment","id":"660d63fa-13b9-4c2f-bbfb-477e2e03e7fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Description\": \"\",\r\n\t\"Start\": \"2022-02-01T23:00:00Z\",  \r\n\t\"End\": \"2022-02-01T23:30:00Z\",  \r\n    \"EventClassId\": \"{{EVENT_CLASSID}}\",\r\n    \"EnableNotification\": true,\r\n    \"EnableReminder\": true\r\n}"},"url":"{{APIURL}}/api/appointments/{{APPOINTMENTID}}","description":"<p>This endpoint allows you to update existing appointment.</p>\n<p>Use this endpoint to quickly add note or make changes to Event class, Core Practice will not send notification to patient of appointment changes. If need to change appointment location please use \"PUT Rescheduled Appointment\" API.</p>\n<p>Start and End time must be in UTC (universal time).</p>\n<p>This API <strong>WILL NOT</strong> check if the targeted calendar is available or not before creating the appointment, so extra location/calendar availability check should be required before applying this API.</p>\n<p><i>APPOINTMENTID:</i> You can get <i>APPOINTMENTID </i> by running \"GET Get Appointment\" API to get specific appointment Identifier.</p>\n<p><i>EVENT_CLASSID:</i> You can get <i>EVENT_CLASSID</i> by running \"GET List Appointment Types\" API.</p>\n","urlObject":{"path":["api","appointments","{{APPOINTMENTID}}"],"host":["{{APIURL}}"],"query":[],"variable":[]}},"response":[{"id":"a7c84a17-ebf6-40fb-895f-e520accab817","name":"Update Appointment","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}"},{"key":"x-cpapi-version","value":"v2"}],"body":{"mode":"raw","raw":"{\r\n    \"Description\": \"Test Note\",\r\n    \"Start\": \"2022-02-17T10:00:00\",\r\n    \"End\": \"2022-02-17T10:30:00\",\r\n    \"EventClassId\": \"nudVts1AQESc4nfemkh-5g\",\r\n    \"EnableNotification\": true,\r\n    \"EnableReminder\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.corepractice.is/api/appointments/BjqPfF4k9ESiDMSCpjJ5zQ"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Mon, 14 Feb 2022 00:17:49 GMT"},{"key":"Content-Length","value":"2204"}],"cookie":[],"responseTime":null,"body":"{\n    \"Identifier\": \"BjqPfF4k9ESiDMSCpjJ5zQ\",\n    \"Title\": null,\n    \"Description\": \"Test Note\",\n    \"Note\": null,\n    \"Start\": \"2022-02-17T10:00:00\",\n    \"End\": \"2022-02-17T10:30:00\",\n    \"EventClass\": {\n        \"Identifier\": \"nudVts1AQESc4nfemkh-5g\",\n        \"Description\": \"Crown/Bridge\",\n        \"FontColor\": \"#333\",\n        \"BackColor\": \"#673AB7\"\n    },\n    \"AppointmentType\": 0,\n    \"Attendance\": 0,\n    \"Source\": 0,\n    \"EnableNotification\": false,\n    \"EnableReminder\": false,\n    \"Sequence\": 0,\n    \"NotificationCount\": null,\n    \"LastNotificationDateUtc\": null,\n    \"ReminderCount\": null,\n    \"LastReminderDateUtc\": null,\n    \"ArrivedTime\": null,\n    \"WorkBeginTime\": null,\n    \"WorkEndTime\": null,\n    \"ConfirmDate\": null,\n    \"CancelDate\": null,\n    \"TimezoneKey\": \"AUS Eastern Standard Time\",\n    \"Patient\": {\n        \"Identifier\": \"bDWsfQTvLESkOubO7q0BdA\",\n        \"PatientNo\": \"1091838555\",\n        \"Firstname\": \"Ben\",\n        \"Lastname\": \"Smith\",\n        \"Middlename\": null,\n        \"PreferredName\": \"Ben\",\n        \"DateOfBirth\": \"1980-01-01T00:00:00\",\n        \"Title\": \"Mr\",\n        \"Sex\": \"M\",\n        \"Email\": \"bensmith@gmail.com\",\n        \"HomePhone\": \"91000000\",\n        \"Mobile\": \"0415000000\",\n        \"WorkPhone\": null,\n        \"Fax\": null,\n        \"Occupation\": null,\n        \"CompanyName\": null,\n        \"JoinDate\": null,\n        \"Description\": null,\n        \"MedicareNo\": null,\n        \"AddressLine1\": \"Suite 11.03, Level 11\",\n        \"AddressLine2\": \"1 Market Street\",\n        \"Suburb\": \"Sydney\",\n        \"Postcode\": \"2000\",\n        \"State\": \"NSW\",\n        \"AddressLine1Ext\": null,\n        \"AddressLine2Ext\": null,\n        \"SuburbExt\": null,\n        \"PostcodeExt\": null,\n        \"StateExt\": null,\n        \"ContactName\": null,\n        \"ContactPhone\": null,\n        \"ContactMobile\": null,\n        \"ContactRelationship\": null,\n        \"FamilyRole\": \"Organiser\",\n        \"ReferralNotes\": null,\n        \"ReceiveMarketing\": false,\n        \"ReceiveRecall\": false,\n        \"IsApproved\": true,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"AllowLogin\": true,\n        \"ReferralSource\": null,\n        \"FeeLevel\": null,\n        \"CurrentHistory\": null,\n        \"DefaultInsurance\": null,\n        \"ProfileMedia\": null,\n        \"CategoryLabel\": null,\n        \"MedicalFormSubmitDateUtc\": null,\n        \"MedicalFormCompleteDateUtc\": \"2021-04-26T12:54:25.32Z\",\n        \"MessageResponseDateUtc\": null,\n        \"MessageReadDateUtc\": \"2021-06-17T06:05:00.797Z\",\n        \"HasNewMessages\": false\n    },\n    \"Location\": {\n        \"Identifier\": \"3eQfg2Pa4kCUAzXi0d9joQ\",\n        \"LocationName\": \"Auburn Dental\"\n    },\n    \"Provider\": {\n        \"Identifier\": \"1Dpi-aNbZUuYpU-2C-X8Jg\",\n        \"Title\": \"Dr\",\n        \"ProviderName\": \"Sherman\",\n        \"Firstname\": \"Philip\",\n        \"ProviderNumber\": \"1234564K\",\n        \"Status\": \"Active\",\n        \"IsDeleted\": false\n    },\n    \"Calendar\": {\n        \"Identifier\": \"ekai2WxqfEqIak69EJO5WQ\",\n        \"Description\": \"Dr Philip Sherman\",\n        \"DisplayName\": null,\n        \"IsActive\": true\n    },\n    \"EventTags\": []\n}"}],"_postman_id":"660d63fa-13b9-4c2f-bbfb-477e2e03e7fa"},{"name":"Reschedule Appointment","id":"c42d722b-ef4c-46a9-a257-6266fed07b39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Description\": \"\",\r\n\t\"Start\": \"2022-02-16T23:00:00Z\",  \r\n\t\"End\": \"2022-02-16T23:30:00Z\",  \r\n    \"LocationId\": \"{{LOCATIONID}}\",\r\n    \"CalendarId\": \"{{CALENDARID}}\",\r\n    \"ProviderId\": \"{{PROVIDERID}}\",\r\n    \"EventClassId\": \"{{EVENT_CLASSID}}\",\r\n    \"EnableNotification\": true,\r\n    \"EnableReminder\": true\r\n}"},"url":"{{APIURL}}/api/appointments/{{APPOINTMENTID}}/reschedule","description":"<p>This endpoint allows you to reschedule an existing appointment for a specific patient with a different calendar in a location for given time.</p>\n<p>Use schedule workflow will perform:</p>\n<ul>\n<li>Reset appointment confirm status and resend future SMS reminder if enabled.</li>\n<li>Send patient email notification about new appointment if enabled.</li>\n<li>Add audit log and tracking of original date and time.</li>\n</ul>\n<blockquote>\n<p>Requires LOCATIONID, CALENDARID, Start, End</p>\n</blockquote>\n<p>Start and End time must be in UTC (universal time).</p>\n<p>This API <strong>WILL NOT</strong> check if the targeted calendar is available or not before creating the appointment, so extra location/calendar availability check should be required before applying this API.</p>\n<p><i>APPOINTMENTID:</i> You can get <i>APPOINTMENTID </i> by running \"GET Get Appointment\" API to get specific appointment Identifier.</p>\n<p><i>LOCATIONID:</i> You can get <i>LOCATIONID</i> from running \"GET List Locations\" API to get specific Location Identifier. If there is no update on the location, you can get <i>LOCATIONID</i> from running \"GET Get Appointment\" API.</p>\n<p><i>CALENDARID:</i> You can get <i>CALENDARID</i> from running \"GET List Calendars\" API to get specific Calendar Identifier, or “GET Location Availabilities\" API to get specific Calendar Identifier in specific location. If there is no update on the calendar, you can get <i>CALENDARID</i> from running \"GET Get Appointment\" API.</p>\n<p>PROVIDERID: You can get PROVIDERID from running \"GET List Providers\" API to get specific Provider Identifier. If there is no update on the provider, you can get <i>PROVIDERID</i> from running \"GET Get Appointment\" API.</p>\n<p><i>EVENT_CLASSID:</i> You can get <i>EVENT_CLASSID</i> by running \"GET List Appointment Types\" API. If there is no update on the Appointment Type, you can get <i>EVENT_CLASSID</i> from running \"GET Get Appointment\" API.</p>\n","urlObject":{"path":["api","appointments","{{APPOINTMENTID}}","reschedule"],"host":["{{APIURL}}"],"query":[],"variable":[]}},"response":[{"id":"7de9a2f9-3aae-4a57-b151-311a2e9bd0a8","name":"Reschedule Appointment","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}"},{"key":"x-cpapi-version","value":"v2"}],"body":{"mode":"raw","raw":"{\r\n    \"Description\": \"\",\r\n\t\"Start\": \"2022-02-19T23:00:00Z\",  \r\n\t\"End\": \"2022-02-19T23:30:00Z\",      \r\n    \"LocationId\": \"3eQfg2Pa4kCUAzXi0d9joQ\",\r\n    \"CalendarId\": \"ekai2WxqfEqIak69EJO5WQ\",\r\n    \"ProviderId\": \"1Dpi-aNbZUuYpU-2C-X8Jg\",\r\n    \"EventClassId\": \"nudVts1AQESc4nfemkh-5g\",\r\n    \"EnableNotification\": true,\r\n    \"EnableReminder\": true\r\n}"},"url":"https://sandbox.corepractice.is/api/appointments/BjqPfF4k9ESiDMSCpjJ5zQ/reschedule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Mon, 14 Feb 2022 00:28:25 GMT"},{"key":"Content-Length","value":"6022"}],"cookie":[],"responseTime":null,"body":"{\n    \"Identifier\": \"BjqPfF4k9ESiDMSCpjJ5zQ\",\n    \"Title\": null,\n    \"Description\": \"Test Note\",\n    \"Note\": null,\n    \"Start\": \"2022-02-17T10:00:00\",\n    \"End\": \"2022-02-17T10:30:00\",\n    \"EventClass\": {\n        \"Identifier\": \"nudVts1AQESc4nfemkh-5g\",\n        \"Description\": \"Crown/Bridge\",\n        \"FontColor\": \"#333\",\n        \"BackColor\": \"#673AB7\"\n    },\n    \"AppointmentType\": 0,\n    \"Attendance\": 0,\n    \"Source\": 0,\n    \"EnableNotification\": false,\n    \"EnableReminder\": false,\n    \"Sequence\": 0,\n    \"NotificationCount\": null,\n    \"LastNotificationDateUtc\": null,\n    \"ReminderCount\": null,\n    \"LastReminderDateUtc\": null,\n    \"ArrivedTime\": null,\n    \"WorkBeginTime\": null,\n    \"WorkEndTime\": null,\n    \"ConfirmDate\": null,\n    \"CancelDate\": null,\n    \"TimezoneKey\": \"AUS Eastern Standard Time\",\n    \"Patient\": {\n        \"Identifier\": \"bDWsfQTvLESkOubO7q0BdA\",\n        \"PatientNo\": \"1091838555\",\n        \"Firstname\": \"Ben\",\n        \"Lastname\": \"Smith\",\n        \"Middlename\": null,\n        \"PreferredName\": \"Ben\",\n        \"DateOfBirth\": \"1980-01-01T00:00:00\",\n        \"Title\": \"Mr\",\n        \"Sex\": \"M\",\n        \"Email\": \"bensmith@gmail.com\",\n        \"HomePhone\": \"91000000\",\n        \"Mobile\": \"0415000000\",\n        \"WorkPhone\": null,\n        \"Fax\": null,\n        \"Occupation\": null,\n        \"CompanyName\": null,\n        \"JoinDate\": null,\n        \"Description\": null,\n        \"MedicareNo\": null,\n        \"AddressLine1\": \"Suite 11.03, Level 11\",\n        \"AddressLine2\": \"1 Market Street\",\n        \"Suburb\": \"Sydney\",\n        \"Postcode\": \"2000\",\n        \"State\": \"NSW\",\n        \"AddressLine1Ext\": null,\n        \"AddressLine2Ext\": null,\n        \"SuburbExt\": null,\n        \"PostcodeExt\": null,\n        \"StateExt\": null,\n        \"ContactName\": null,\n        \"ContactPhone\": null,\n        \"ContactMobile\": null,\n        \"ContactRelationship\": null,\n        \"FamilyRole\": \"Organiser\",\n        \"ReferralNotes\": null,\n        \"ReceiveMarketing\": false,\n        \"ReceiveRecall\": false,\n        \"IsApproved\": true,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"AllowLogin\": true,\n        \"ReferralSource\": null,\n        \"FeeLevel\": null,\n        \"CurrentHistory\": null,\n        \"DefaultInsurance\": null,\n        \"ProfileMedia\": null,\n        \"CategoryLabel\": null,\n        \"MedicalFormSubmitDateUtc\": null,\n        \"MedicalFormCompleteDateUtc\": \"2021-04-26T12:54:25.32Z\",\n        \"MessageResponseDateUtc\": null,\n        \"MessageReadDateUtc\": \"2021-06-17T06:05:00.797Z\",\n        \"HasNewMessages\": false\n    },\n    \"Location\": {\n        \"Identifier\": \"3eQfg2Pa4kCUAzXi0d9joQ\",\n        \"LocationName\": \"Auburn Dental\"\n    },\n    \"Provider\": {\n        \"Identifier\": \"1Dpi-aNbZUuYpU-2C-X8Jg\",\n        \"Title\": \"Dr\",\n        \"ProviderName\": \"Sherman\",\n        \"Firstname\": \"Philip\",\n        \"ProviderNumber\": \"1234564K\",\n        \"Status\": \"Active\",\n        \"IsDeleted\": false\n    },\n    \"Calendar\": {\n        \"Identifier\": \"ekai2WxqfEqIak69EJO5WQ\",\n        \"Description\": \"Dr Philip Sherman\",\n        \"DisplayName\": null,\n        \"IsActive\": true\n    },\n    \"EventTags\": []\n}"}],"_postman_id":"c42d722b-ef4c-46a9-a257-6266fed07b39"},{"name":"Cancel Appointment","id":"bd73a254-c0da-4ef3-ab25-ca0bcb19695f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Description\": \"\",\r\n    \"Note\": \"no show\",\r\n    \"Attendance\": 4\r\n}"},"url":"{{APIURL}}/api/appointments/{{APPOINTMENTID}}/cancel","description":"<p>This endpoint allows you to cancel an existing appointment.</p>\n<p>You can set Attendance and cancel Note. If no Attendance is set default will be Cancelled = 5</p>\n<p><i>APPOINTMENTID:</i> You can get <i>APPOINTMENTID </i> by running \"GET Get Appointment\" API to get specific appointment Identifier.</p>\n<p><strong>AttendanceType:</strong></p>\n<p>UnableToAttend = 3<br />FailedToAttend = 4<br />Cancelled = 5</p>\n","urlObject":{"path":["api","appointments","{{APPOINTMENTID}}","cancel"],"host":["{{APIURL}}"],"query":[],"variable":[]}},"response":[{"id":"829f4c1a-73e6-41e3-899d-f7eb129ac2d6","name":"Cancel Appointment","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}"},{"key":"x-cpapi-version","value":"v2"}],"body":{"mode":"raw","raw":"{\r\n    \"Description\": \"\",\r\n    \"Note\": \"no show\",\r\n    \"Attendance\": 4\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.corepractice.is/api/appointments/BjqPfF4k9ESiDMSCpjJ5zQ/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Mon, 14 Feb 2022 00:42:05 GMT"},{"key":"Content-Length","value":"2380"}],"cookie":[],"responseTime":null,"body":"{\n    \"Identifier\": \"BjqPfF4k9ESiDMSCpjJ5zQ\",\n    \"Title\": null,\n    \"Description\": \"Test Note\",\n    \"Note\": \"no show\",\n    \"Start\": \"2022-02-17T10:00:00\",\n    \"End\": \"2022-02-17T10:30:00\",\n    \"EventClass\": {\n        \"Identifier\": \"nudVts1AQESc4nfemkh-5g\",\n        \"Description\": \"Crown/Bridge\",\n        \"FontColor\": \"#333\",\n        \"BackColor\": \"#673AB7\"\n    },\n    \"AppointmentType\": 2,\n    \"Attendance\": 4,\n    \"Source\": 0,\n    \"EnableNotification\": false,\n    \"EnableReminder\": false,\n    \"Sequence\": 0,\n    \"NotificationCount\": null,\n    \"LastNotificationDateUtc\": null,\n    \"ReminderCount\": null,\n    \"LastReminderDateUtc\": null,\n    \"ArrivedTime\": null,\n    \"WorkBeginTime\": null,\n    \"WorkEndTime\": null,\n    \"ConfirmDate\": null,\n    \"CancelDate\": \"2022-02-14T00:42:06.100586Z\",\n    \"TimezoneKey\": \"AUS Eastern Standard Time\",\n    \"Patient\": {\n        \"Identifier\": \"bDWsfQTvLESkOubO7q0BdA\",\n        \"PatientNo\": \"1091838555\",\n        \"Firstname\": \"Ben\",\n        \"Lastname\": \"Smith\",\n        \"Middlename\": null,\n        \"PreferredName\": \"Ben\",\n        \"DateOfBirth\": \"1980-01-01T00:00:00\",\n        \"Title\": \"Mr\",\n        \"Sex\": \"M\",\n        \"Email\": \"bensmith@gmail.com\",\n        \"HomePhone\": \"91000000\",\n        \"Mobile\": \"0415000000\",\n        \"WorkPhone\": null,\n        \"Fax\": null,\n        \"Occupation\": null,\n        \"CompanyName\": null,\n        \"JoinDate\": null,\n        \"Description\": null,\n        \"MedicareNo\": null,\n        \"AddressLine1\": \"Suite 11.03, Level 11\",\n        \"AddressLine2\": \"1 Market Street\",\n        \"Suburb\": \"Sydney\",\n        \"Postcode\": \"2000\",\n        \"State\": \"NSW\",\n        \"AddressLine1Ext\": null,\n        \"AddressLine2Ext\": null,\n        \"SuburbExt\": null,\n        \"PostcodeExt\": null,\n        \"StateExt\": null,\n        \"ContactName\": null,\n        \"ContactPhone\": null,\n        \"ContactMobile\": null,\n        \"ContactRelationship\": null,\n        \"FamilyRole\": \"Organiser\",\n        \"ReferralNotes\": null,\n        \"ReceiveMarketing\": false,\n        \"ReceiveRecall\": false,\n        \"IsApproved\": true,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"AllowLogin\": true,\n        \"ReferralSource\": null,\n        \"FeeLevel\": null,\n        \"CurrentHistory\": null,\n        \"DefaultInsurance\": null,\n        \"ProfileMedia\": null,\n        \"CategoryLabel\": null,\n        \"MedicalFormSubmitDateUtc\": null,\n        \"MedicalFormCompleteDateUtc\": \"2021-04-26T12:54:25.32Z\",\n        \"MessageResponseDateUtc\": null,\n        \"MessageReadDateUtc\": \"2021-06-17T06:05:00.797Z\",\n        \"HasNewMessages\": false\n    },\n    \"Location\": {\n        \"Identifier\": \"3eQfg2Pa4kCUAzXi0d9joQ\",\n        \"LocationName\": \"Auburn Dental\"\n    },\n    \"Provider\": {\n        \"Identifier\": \"1Dpi-aNbZUuYpU-2C-X8Jg\",\n        \"Title\": \"Dr\",\n        \"ProviderName\": \"Sherman\",\n        \"Firstname\": \"Philip\",\n        \"ProviderNumber\": \"1234564K\",\n        \"Status\": \"Active\",\n        \"IsDeleted\": false\n    },\n    \"Calendar\": {\n        \"Identifier\": \"ekai2WxqfEqIak69EJO5WQ\",\n        \"Description\": \"Dr Philip Sherman\",\n        \"DisplayName\": null,\n        \"IsActive\": true\n    },\n    \"EventTags\": []\n}"}],"_postman_id":"bd73a254-c0da-4ef3-ab25-ca0bcb19695f"}],"id":"e9f7ef39-4ab4-41ac-bd3b-601632ea5e61","description":"<h3 id=\"permission-control\">Permission Control</h3>\n<p>Extra Permission required for some APIs, please contact Core Admin to approve the scopes needed.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Permission</strong></th>\n<th><strong>Category</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Browse Appointment</td>\n<td>Appointment Permissions</td>\n<td>Ability to browse appointment</td>\n</tr>\n<tr>\n<td>Create Appointment</td>\n<td>Appointment Permissions</td>\n<td>Ability to Ability to create new appointment</td>\n</tr>\n<tr>\n<td>Update/Reschedule Appointment</td>\n<td>Appointment Permissions</td>\n<td>Ability to edit additional appointment</td>\n</tr>\n<tr>\n<td>Cancel Appointment</td>\n<td>Appointment Permissions</td>\n<td>Ability to create cancel appointment</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"e9f7ef39-4ab4-41ac-bd3b-601632ea5e61"},{"name":"Patient","item":[{"name":"Search Patient","id":"50768c6c-853b-4c4d-86a5-00f1f8ae5944","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/patients/search?cardno&firstname=&lastname=&mobile&email&homephone&mobile&invoiceno","description":"<p>Search patients in system</p>\n","urlObject":{"path":["api","patients","search"],"host":["{{APIURL}}"],"query":[{"key":"cardno","value":null},{"key":"firstname","value":""},{"key":"lastname","value":""},{"key":"mobile","value":null},{"key":"email","value":null},{"key":"homephone","value":null},{"key":"mobile","value":null},{"key":"invoiceno","value":null}],"variable":[]}},"response":[{"id":"36e3d9ea-e041-423c-883d-5a482b9cbf82","name":"Search Patient","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":{"raw":"https://sandbox.corepractice.is/api/patients/search?cardno&firstname=ben&lastname=smith&mobile&email&homephone&invoiceno","protocol":"https","host":["sandbox","corepractice","is"],"path":["api","patients","search"],"query":[{"key":"cardno","value":null,"description":"Find patient by card number"},{"key":"firstname","value":"ben","description":"Find patient by first name"},{"key":"lastname","value":"smith","description":"Find patient by last name"},{"key":"mobile","value":null,"description":"Find patient by mobile number"},{"key":"email","value":null,"description":"Find patient by email"},{"key":"homephone","value":null,"description":"Find patient by homenumber"},{"key":"invoiceno","value":null,"description":"Find patient by invoice number"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Fri, 11 Feb 2022 07:19:16 GMT"},{"key":"Content-Length","value":"2523"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Identifier\": \"bDWsfQTvLESkOubO7q0BdA\",\n        \"PatientNo\": \"1091838555\",\n        \"Firstname\": \"Ben\",\n        \"Lastname\": \"Smith\",\n        \"Middlename\": null,\n        \"PreferredName\": \"Ben\",\n        \"DateOfBirth\": \"1980-01-01T00:00:00\",\n        \"Title\": \"Mr\",\n        \"Sex\": \"M\",\n        \"Email\": \"bensmith@gmail.com\",\n        \"HomePhone\": null,\n        \"Mobile\": \"0415000000\",\n        \"WorkPhone\": null,\n        \"Fax\": null,\n        \"Occupation\": null,\n        \"CompanyName\": null,\n        \"JoinDate\": null,\n        \"Description\": null,\n        \"MedicareNo\": null,\n        \"AddressLine1\": \"Suite 11.03, Level 11\",\n        \"AddressLine2\": \"1 Market Street\",\n        \"Suburb\": \"Sydney\",\n        \"Postcode\": \"2000\",\n        \"State\": \"NSW\",\n        \"AddressLine1Ext\": null,\n        \"AddressLine2Ext\": null,\n        \"SuburbExt\": null,\n        \"PostcodeExt\": null,\n        \"StateExt\": null,\n        \"ContactName\": null,\n        \"ContactPhone\": null,\n        \"ContactMobile\": null,\n        \"ContactRelationship\": null,\n        \"Messages\": [],\n        \"PatientLogin\": {\n            \"UserName\": \"0415000000\",\n            \"LastLoginDateUtc\": \"2021-05-12T01:52:55.363Z\"\n        },\n        \"FamilyRole\": \"Organiser\",\n        \"ReferralNotes\": null,\n        \"ReceiveMarketing\": false,\n        \"ReceiveRecall\": false,\n        \"IsApproved\": true,\n        \"IsActive\": true,\n        \"IsDeleted\": false,\n        \"AllowLogin\": true,\n        \"ReferralSource\": null,\n        \"FeeLevel\": null,\n        \"CurrentHistory\": null,\n        \"DefaultInsurance\": null,\n        \"ProfileMedia\": null,\n        \"CategoryLabel\": null,\n        \"MedicalFormSubmitDateUtc\": null,\n        \"MedicalFormCompleteDateUtc\": \"2021-04-26T12:54:25.32Z\",\n        \"MessageResponseDateUtc\": null,\n        \"MessageReadDateUtc\": \"2021-06-17T06:05:00.797Z\",\n        \"HasNewMessages\": false\n    }\n]"}],"_postman_id":"50768c6c-853b-4c4d-86a5-00f1f8ae5944"},{"name":"Get Patient","id":"b97a2f65-aef4-4bbd-a149-d84044555df7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/patients/{{PATIENTID}}","description":"<p>Get a specific patient record</p>\n","urlObject":{"path":["api","patients","{{PATIENTID}}"],"host":["{{APIURL}}"],"query":[],"variable":[]}},"response":[{"id":"ca51a8e7-7bbc-4df3-b3e4-0e07a28ef533","name":"Get Patient","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"https://sandbox.corepractice.is/api/patients/bDWsfQTvLESkOubO7q0BdA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Fri, 11 Feb 2022 07:19:16 GMT"},{"key":"Content-Length","value":"2523"}],"cookie":[],"responseTime":null,"body":"{\n    \"Identifier\": \"bDWsfQTvLESkOubO7q0BdA\",\n    \"PatientNo\": \"1091838555\",\n    \"Firstname\": \"Ben\",\n    \"Lastname\": \"Smith\",\n    \"Middlename\": null,\n    \"PreferredName\": \"Ben\",\n    \"DateOfBirth\": \"1980-01-01T00:00:00\",\n    \"Title\": \"Mr\",\n    \"Sex\": \"M\",\n    \"Email\": \"bensmith@gmail.com\",\n    \"HomePhone\": \"91000000\",\n    \"Mobile\": \"0415000000\",\n    \"WorkPhone\": null,\n    \"Fax\": null,\n    \"Occupation\": null,\n    \"CompanyName\": null,\n    \"JoinDate\": null,\n    \"Description\": null,\n    \"MedicareNo\": null,\n    \"AddressLine1\": \"Suite 11.03, Level 11\",\n    \"AddressLine2\": \"1 Market Street\",\n    \"Suburb\": \"Sydney\",\n    \"Postcode\": \"2000\",\n    \"State\": \"NSW\",\n    \"AddressLine1Ext\": null,\n    \"AddressLine2Ext\": null,\n    \"SuburbExt\": null,\n    \"PostcodeExt\": null,\n    \"StateExt\": null,\n    \"ContactName\": null,\n    \"ContactPhone\": null,\n    \"ContactMobile\": null,\n    \"ContactRelationship\": null,\n    \"Messages\": [],\n    \"PatientLogin\": {\n        \"UserName\": \"0415000000\",\n        \"LastLoginDateUtc\": \"2021-05-12T01:52:55.363Z\"\n    },\n    \"FamilyRole\": \"Organiser\",\n    \"ReferralNotes\": null,\n    \"ReceiveMarketing\": false,\n    \"ReceiveRecall\": false,\n    \"IsApproved\": true,\n    \"IsActive\": true,\n    \"IsDeleted\": false,\n    \"AllowLogin\": true,\n    \"ReferralSource\": null,\n    \"FeeLevel\": null,\n    \"CurrentHistory\": null,\n    \"DefaultInsurance\": null,\n    \"ProfileMedia\": null,\n    \"CategoryLabel\": null,\n    \"MedicalFormSubmitDateUtc\": null,\n    \"MedicalFormCompleteDateUtc\": \"2021-04-26T12:54:25.32Z\",\n    \"MessageResponseDateUtc\": null,\n    \"MessageReadDateUtc\": \"2021-06-17T06:05:00.797Z\",\n    \"HasNewMessages\": false\n}"}],"_postman_id":"b97a2f65-aef4-4bbd-a149-d84044555df7"},{"name":"Create Patient","id":"8239ceca-03ef-4174-a87f-4ca3db843e1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Firstname\": \"testuser\",\r\n    \"Lastname\": \"user\",\r\n    \"Email\": \"testuser@email.com\",\r\n    \"HomePhone\": \"91000000\",\r\n    \"Mobile\": \"0415000000\",\r\n  \t\"DateOfBirth\": \"2014/09/20\",\r\n  \t\"Sex\": \"M\",\r\n  \t\"Title\": \"MR\",\r\n    \"WorkPhone\": null,\r\n    \"Fax\": null,\r\n    \"Occupation\": null,\r\n    \"CompanyName\": null,\r\n    \"JoinDate\": null,\r\n    \"Description\": null,\r\n    \"AddressLine1\": \"Suite 11.03, Level 11\",\r\n    \"AddressLine2\": \"1 Market Street\",\r\n    \"Suburb\": \"Sydney\",\r\n    \"Postcode\": \"2000\",\r\n    \"State\": \"NSW\",\r\n    \"AddressLine1Ext\": null,\r\n    \"AddressLine2Ext\": null,\r\n    \"SuburbExt\": null,\r\n    \"PostcodeExt\": null,\r\n    \"StateExt\": null,\r\n    \"ContactName\": null,\r\n    \"ContactPhone\": null,\r\n    \"ContactMobile\": null,\r\n    \"ContactRelationship\": null\r\n}"},"url":"{{APIURL}}/api/patients","description":"<p>Create a new patient record</p>\n","urlObject":{"path":["api","patients"],"host":["{{APIURL}}"],"query":[],"variable":[]}},"response":[{"id":"7c37e623-884c-493c-a49b-e26a68c5898f","name":"Create Patient","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Firstname\": \"Ben\",\r\n    \"Lastname\": \"Smith\",\r\n    \"Email\": \"bensmith@gmail.com\",\r\n    \"HomePhone\": \"91000000\",\r\n    \"Mobile\": \"0415000000\",\r\n  \t\"Dob\": \"2014/09/20\",\r\n  \t\"Sex\": \"M\",\r\n  \t\"Tittle\": \"MR\",\r\n    \"WorkPhone\": null,\r\n    \"Fax\": null,\r\n    \"Occupation\": null,\r\n    \"CompanyName\": null,\r\n    \"JoinDate\": null,\r\n    \"Description\": null,\r\n    \"AddressLine1\": \"Suite 11.03, Level 11\",\r\n    \"AddressLine2\": \"1 Market Street\",\r\n    \"Suburb\": \"Sydney\",\r\n    \"Postcode\": \"2000\",\r\n    \"State\": \"NSW\",\r\n    \"AddressLine1Ext\": null,\r\n    \"AddressLine2Ext\": null,\r\n    \"SuburbExt\": null,\r\n    \"PostcodeExt\": null,\r\n    \"StateExt\": null,\r\n    \"ContactName\": null,\r\n    \"ContactPhone\": null,\r\n    \"ContactMobile\": null,\r\n    \"ContactRelationship\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.corepractice.is/api/patients"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Fri, 11 Feb 2022 07:19:16 GMT"},{"key":"Content-Length","value":"2523"}],"cookie":[],"responseTime":null,"body":"{\n    \"Identifier\": \"bDWsfQTvLESkOubO7q0BdA\",\n    \"PatientNo\": \"1091838555\",\n    \"Firstname\": \"Ben\",\n    \"Lastname\": \"Smith\",\n    \"Middlename\": null,\n    \"PreferredName\": \"Ben\",\n    \"DateOfBirth\": \"1980-01-01T00:00:00\",\n    \"Title\": \"Mr\",\n    \"Sex\": \"M\",\n    \"Email\": \"bensmith@gmail.com\",\n    \"HomePhone\": \"91000000\",\n    \"Mobile\": \"0415000000\",\n    \"WorkPhone\": null,\n    \"Fax\": null,\n    \"Occupation\": null,\n    \"CompanyName\": null,\n    \"JoinDate\": null,\n    \"Description\": null,\n    \"MedicareNo\": null,\n    \"AddressLine1\": \"Suite 11.03, Level 11\",\n    \"AddressLine2\": \"1 Market Street\",\n    \"Suburb\": \"Sydney\",\n    \"Postcode\": \"2000\",\n    \"State\": \"NSW\",\n    \"AddressLine1Ext\": null,\n    \"AddressLine2Ext\": null,\n    \"SuburbExt\": null,\n    \"PostcodeExt\": null,\n    \"StateExt\": null,\n    \"ContactName\": null,\n    \"ContactPhone\": null,\n    \"ContactMobile\": null,\n    \"ContactRelationship\": null,\n    \"Messages\": [],\n    \"PatientLogin\": {\n        \"UserName\": \"0415000000\",\n        \"LastLoginDateUtc\": \"2021-05-12T01:52:55.363Z\"\n    },\n    \"FamilyRole\": \"Organiser\",\n    \"ReferralNotes\": null,\n    \"ReceiveMarketing\": false,\n    \"ReceiveRecall\": false,\n    \"IsApproved\": true,\n    \"IsActive\": true,\n    \"IsDeleted\": false,\n    \"AllowLogin\": true,\n    \"ReferralSource\": null,\n    \"FeeLevel\": null,\n    \"CurrentHistory\": null,\n    \"DefaultInsurance\": null,\n    \"ProfileMedia\": null,\n    \"CategoryLabel\": null,\n    \"MedicalFormSubmitDateUtc\": null,\n    \"MedicalFormCompleteDateUtc\": \"2021-04-26T12:54:25.32Z\",\n    \"MessageResponseDateUtc\": null,\n    \"MessageReadDateUtc\": \"2021-06-17T06:05:00.797Z\",\n    \"HasNewMessages\": false\n}"}],"_postman_id":"8239ceca-03ef-4174-a87f-4ca3db843e1e"},{"name":"Update Patient","id":"86805ab7-1788-45eb-b52e-0b22d5cb8323","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Firstname\": \"testuser\",\r\n    \"Lastname\": \"user\",\r\n    \"Email\": \"testuser@email.com\",\r\n    \"HomePhone\": \"91000000\",\r\n    \"Mobile\": \"0415000000\",\r\n  \t\"Dob\": \"2014/09/20\",\r\n  \t\"Sex\": \"M\",\r\n  \t\"Tittle\": \"MR\",\r\n    \"WorkPhone\": null,\r\n    \"Fax\": null,\r\n    \"Occupation\": null,\r\n    \"CompanyName\": null,\r\n    \"JoinDate\": null,\r\n    \"Description\": null,\r\n    \"AddressLine1\": \"Suite 11.03, Level 11\",\r\n    \"AddressLine2\": \"1 Market Street\",\r\n    \"Suburb\": \"Sydney\",\r\n    \"Postcode\": \"2000\",\r\n    \"State\": \"NSW\",\r\n    \"AddressLine1Ext\": null,\r\n    \"AddressLine2Ext\": null,\r\n    \"SuburbExt\": null,\r\n    \"PostcodeExt\": null,\r\n    \"StateExt\": null,\r\n    \"ContactName\": null,\r\n    \"ContactPhone\": null,\r\n    \"ContactMobile\": null,\r\n    \"ContactRelationship\": null\r\n}"},"url":"{{APIURL}}/api/patients/{{PATIENTID}}","description":"<p>Update existing patient record</p>\n","urlObject":{"path":["api","patients","{{PATIENTID}}"],"host":["{{APIURL}}"],"query":[],"variable":[]}},"response":[{"id":"4760cba5-c3e8-4b4d-9ede-c6efea4b75ad","name":"Update Patient","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Firstname\": \"Ben\",\r\n    \"Lastname\": \"Smith\",\r\n    \"Email\": \"bensmith@gmail.com\",\r\n    \"HomePhone\": \"91000000\",\r\n    \"Mobile\": \"0415000000\",\r\n  \t\"Dob\": \"2014/09/20\",\r\n  \t\"Sex\": \"M\",\r\n  \t\"Tittle\": \"MR\",\r\n    \"WorkPhone\": null,\r\n    \"Fax\": null,\r\n    \"Occupation\": null,\r\n    \"CompanyName\": null,\r\n    \"JoinDate\": null,\r\n    \"Description\": null,\r\n    \"AddressLine1\": \"Suite 11.03, Level 11\",\r\n    \"AddressLine2\": \"1 Market Street\",\r\n    \"Suburb\": \"Sydney\",\r\n    \"Postcode\": \"2000\",\r\n    \"State\": \"NSW\",\r\n    \"AddressLine1Ext\": null,\r\n    \"AddressLine2Ext\": null,\r\n    \"SuburbExt\": null,\r\n    \"PostcodeExt\": null,\r\n    \"StateExt\": null,\r\n    \"ContactName\": null,\r\n    \"ContactPhone\": null,\r\n    \"ContactMobile\": null,\r\n    \"ContactRelationship\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.corepractice.is/api/patients/bDWsfQTvLESkOubO7q0BdA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Fri, 11 Feb 2022 07:19:16 GMT"},{"key":"Content-Length","value":"2523"}],"cookie":[],"responseTime":null,"body":"{\n    \"Identifier\": \"bDWsfQTvLESkOubO7q0BdA\",\n    \"PatientNo\": \"1091838555\",\n    \"Firstname\": \"Ben\",\n    \"Lastname\": \"Smith\",\n    \"Middlename\": null,\n    \"PreferredName\": \"Ben\",\n    \"DateOfBirth\": \"1980-01-01T00:00:00\",\n    \"Title\": \"Mr\",\n    \"Sex\": \"M\",\n    \"Email\": \"bensmith@gmail.com\",\n    \"HomePhone\": \"91000000\",\n    \"Mobile\": \"0415000000\",\n    \"WorkPhone\": null,\n    \"Fax\": null,\n    \"Occupation\": null,\n    \"CompanyName\": null,\n    \"JoinDate\": null,\n    \"Description\": null,\n    \"MedicareNo\": null,\n    \"AddressLine1\": \"Suite 11.03, Level 11\",\n    \"AddressLine2\": \"1 Market Street\",\n    \"Suburb\": \"Sydney\",\n    \"Postcode\": \"2000\",\n    \"State\": \"NSW\",\n    \"AddressLine1Ext\": null,\n    \"AddressLine2Ext\": null,\n    \"SuburbExt\": null,\n    \"PostcodeExt\": null,\n    \"StateExt\": null,\n    \"ContactName\": null,\n    \"ContactPhone\": null,\n    \"ContactMobile\": null,\n    \"ContactRelationship\": null,\n    \"Messages\": [],\n    \"PatientLogin\": {\n        \"UserName\": \"0415000000\",\n        \"LastLoginDateUtc\": \"2021-05-12T01:52:55.363Z\"\n    },\n    \"FamilyRole\": \"Organiser\",\n    \"ReferralNotes\": null,\n    \"ReceiveMarketing\": false,\n    \"ReceiveRecall\": false,\n    \"IsApproved\": true,\n    \"IsActive\": true,\n    \"IsDeleted\": false,\n    \"AllowLogin\": true,\n    \"ReferralSource\": null,\n    \"FeeLevel\": null,\n    \"CurrentHistory\": null,\n    \"DefaultInsurance\": null,\n    \"ProfileMedia\": null,\n    \"CategoryLabel\": null,\n    \"MedicalFormSubmitDateUtc\": null,\n    \"MedicalFormCompleteDateUtc\": \"2021-04-26T12:54:25.32Z\",\n    \"MessageResponseDateUtc\": null,\n    \"MessageReadDateUtc\": \"2021-06-17T06:05:00.797Z\",\n    \"HasNewMessages\": false\n}"}],"_postman_id":"86805ab7-1788-45eb-b52e-0b22d5cb8323"},{"name":"List Treatment Plan","id":"417b7bf9-4f12-4e4f-91fb-3ae8a3cb56a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/patients/{{PATIENTID}}/charts","description":"<p>List all treatment plans for a specific patient.</p>\n","urlObject":{"path":["api","patients","{{PATIENTID}}","charts"],"host":["{{APIURL}}"],"query":[],"variable":[]}},"response":[{"id":"58aa0f75-29d1-4437-a58d-53e6fe373893","name":"List Patient Treatment Plan","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"https://sandbox.corepractice.is/api/patients/gO1lvHx-8E6WWqzxKev5Ig/charts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Date","value":"Fri, 11 Feb 2022 07:19:16 GMT"},{"key":"Content-Length","value":"2523"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Identifier\": \"9pboRDCI8kqPJT9ef6pk-g\",\n        \"ChartDate\": \"2017-11-15T03:15:31.367Z\",\n        \"ValidDate\": \"2017-12-15T03:15:24.67Z\",\n        \"AcceptedDate\": null,\n        \"ChartName\": \"Plan 1\",\n        \"ChartVersion\": 7,\n        \"Note\": null,\n        \"Status\": 0,\n        \"Location\": {\n            \"Identifier\": \"HSqvtuHj_0qfcN1INBp9Aw\",\n            \"LocationName\": \"Sydney Dental\",\n            \"Description\": null,\n            \"IpAddress\": null\n        },\n        \"Provider\": {\n            \"Identifier\": \"PTOeyqMX-kmuB-bHGHtEmA\",\n            \"Title\": \"Dr\",\n            \"ProviderName\": \"Smith\",\n            \"Firstname\": \"Ben\",\n            \"ProviderNumber\": \"1234564K\",\n            \"Status\": \"Active\",\n            \"IsDeleted\": false\n        },\n        \"Stats\": {\n            \"Total\": 0.0000,\n            \"Completed\": 0.0,\n            \"Incomplete\": 0.0000,\n            \"TreatmentCount\": 11,\n            \"CompletedCount\": 0,\n            \"IncompleteCount\": 11,\n            \"IsCompleted\": false,\n            \"CanAccept\": true,\n            \"CanReject\": true,\n            \"CanArchive\": true,\n            \"CanDelete\": true,\n            \"Progress\": 0.0,\n            \"MaxVisit\": 1\n        },\n        \"LastSentDateUtc\": null,\n        \"OpenCount\": null,\n        \"ClickCount\": null\n    }\n]"}],"_postman_id":"417b7bf9-4f12-4e4f-91fb-3ae8a3cb56a5"},{"name":"List Treatment Plan Visit","id":"bd8d81c2-3cd1-4c3a-852a-2ccc81add639","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/patients/{{PATIENTID}}/charts/{{CHARTID}}/visits","description":"<h3 id=\"get-apipatientspatientidchartschartidvisits\">GET /api/patients/{{PATIENTID}}/charts/{{CHARTID}}/visits</h3>\n<p>This endpoint retrieves the visits associated with a specific patient's chart.</p>\n<p>Visit data contains additional information about the treatment plan e.g. Name: Crown Prep, Estimate: 60 minutes etc...</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><code>PATIENTID</code> (path parameter) : The unique identifier of the patient.</li>\n<li><code>CHARTID</code> (path parameter) : The identifier of the chart or treatment plan.</li>\n</ul>\n","urlObject":{"path":["api","patients","{{PATIENTID}}","charts","{{CHARTID}}","visits"],"host":["{{APIURL}}"],"query":[],"variable":[]}},"response":[{"id":"8d0df2cf-4fb2-4e91-94fd-e280590be58c","name":"List Treatment Plan Visit","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"https://sandbox.corepractice.is/api/patients/gO1lvHx-8E6WWqzxKev5Ig/charts/aKhC5OHniEOdZpeZIt0SFg/visits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 00:21:38 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"87d3da348b99a956-SYD"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Identifier\": \"I2ziWG8DbkOTsg5gXIZXpg\",\n        \"PlanVisit\": 4,\n        \"Name\": \"Crown Prep\",\n        \"Estimate\": 60,\n        \"EventClass\": {\n            \"Identifier\": \"uph9jUBMg0i_iT1o9mA6Xg\",\n            \"Description\": \"Crown/Bridge\",\n            \"Explanation\": null,\n            \"Group\": null,\n            \"FontColor\": \"#333333\",\n            \"BackColor\": \"#673ab7\",\n            \"Order\": 4,\n            \"Type\": 0,\n            \"Estimate\": 120,\n            \"Mode\": \"Variable\",\n            \"ModeValue\": null,\n            \"RequireApproval\": false,\n            \"IsInternalBooking\": true,\n            \"IsOnlineBooking\": true,\n            \"IsActive\": true,\n            \"EventKey\": \"crown-consult\",\n            \"OnlineServiceKey\": \"crown-consult\",\n            \"IsTop\": false,\n            \"IsFirstReminder\": true,\n            \"IsSecondReminder\": true,\n            \"IsResendReminder\": true,\n            \"StartDate\": null,\n            \"EndDate\": null,\n            \"Item\": null,\n            \"OnlinePaymentType\": 0,\n            \"DisplayPrice\": null,\n            \"Amount\": null\n        },\n        \"Note\": null,\n        \"PlanTimeSpanType\": 0,\n        \"PlanTimeSpan\": null,\n        \"OriVisit\": null\n    }\n]"}],"_postman_id":"bd8d81c2-3cd1-4c3a-852a-2ccc81add639"},{"name":"List Treatments","id":"46fe13a7-d453-4eb0-aad7-28d625943cac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":"{{APIURL}}/api/patients/{{PATIENTID}}/treatments?$filter=IsVoided%20eq%20false","description":"<p>This endpoint retrieves the treatments associated with a specific patient, this includes completed and planned treatments.</p>\n<h4 id=\"request\">Request</h4>\n<ul>\n<li><code>PATIENTID</code> (path parameter) : The unique identifier of the patient.</li>\n</ul>\n<p>You can query treatments, ensure query is URL Encoded</p>\n<p><strong>Example:</strong></p>\n<p>Incomplete planned treatments:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">?$filter=IsVoided eq false and StartDate eq null\n\n</code></pre>\n<p>All Planned treatments:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">?$filter=IsVoided eq false and PlanDate ne null\n\n</code></pre>\n<p>Treatments for a specific Plan/Chart</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">?$filter=IsVoided eq false and Chart/Identifier eq 'aKhC5OHniEOdZpeZIt0SFg'\n\n</code></pre>\n<p>Treatments Unpaid</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">?$filter=IsVoided eq false and IsInvoiced eq true and IsPaid eq false\n\n</code></pre>\n","urlObject":{"path":["api","patients","{{PATIENTID}}","treatments"],"host":["{{APIURL}}"],"query":[{"key":"$filter","value":"IsVoided%20eq%20false"}],"variable":[]}},"response":[{"id":"7a8fe14e-a636-410a-9e85-c8c8437d218b","name":"List Treatments","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{YOURACCESSTOKEN}}","type":"text"},{"key":"x-cpapi-version","value":"v2","type":"text"}],"url":{"raw":"https://sandbox.corepractice.is/api/patients/gO1lvHx-8E6WWqzxKev5Ig/treatments?$filter=IsVoided%20eq%20false%20and%20Chart%2FIdentifier%20eq%20'aKhC5OHniEOdZpeZIt0SFg'","protocol":"https","host":["sandbox","corepractice","is"],"path":["api","patients","gO1lvHx-8E6WWqzxKev5Ig","treatments"],"query":[{"key":"$filter","value":"IsVoided%20eq%20false%20and%20Chart%2FIdentifier%20eq%20'aKhC5OHniEOdZpeZIt0SFg'"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 00:22:07 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"87d3dae8aa17a956-SYD"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Identifier\": \"jUw5akVNSU69hmoTUVm-nA\",\n        \"StartDate\": null,\n        \"CompleteDate\": null,\n        \"Tooth\": \"25\",\n        \"Surface\": null,\n        \"Quantity\": 1,\n        \"Fee\": 0,\n        \"Amount\": 0,\n        \"PlanDate\": \"2024-05-02T00:20:12.923Z\",\n        \"PlanQuantity\": 1,\n        \"PlanFee\": 0,\n        \"PlanVisit\": 2,\n        \"PlanVisitOrder\": 0,\n        \"PlanAmount\": 0,\n        \"IsBulkBill\": false,\n        \"IsPaid\": false,\n        \"IsVoided\": false,\n        \"IsPrepayment\": false,\n        \"IsInvoiced\": false,\n        \"IsClaimable\": false,\n        \"IsOverDue\": false,\n        \"HasOrder\": false,\n        \"GroupIdentifier\": null,\n        \"Item\": {\n            \"Identifier\": \"qjic2JCH8Um9-X0dtNWmXg\",\n            \"ItemCode\": \"022\",\n            \"Name\": \"Single X-Ray \",\n            \"Description\": \"\",\n            \"Order\": 225,\n            \"Status\": \"Active\",\n            \"IsReference\": false,\n            \"IsSurface\": false,\n            \"IsDeleted\": false,\n            \"IsMedicare\": false,\n            \"IsRefund\": false,\n            \"IsPrepayment\": false,\n            \"IsQuantity\": false,\n            \"ItemType\": 0,\n            \"IsOrderRequired\": false,\n            \"NotInvoice\": false,\n            \"NotClinical\": false,\n            \"NotReport\": false,\n            \"CreateDate\": \"2021-11-26T08:20:27.093Z\",\n            \"LastUpdateDate\": \"2021-11-26T08:20:27.093Z\",\n            \"TaxRate\": null,\n            \"ItemCategory\": {\n                \"Identifier\": \"5bh2tw7ZsU_X0Faf4hN1uA\",\n                \"Name\": \"DIAGNOSTIC\",\n                \"Description\": \"\",\n                \"Order\": 1,\n                \"Status\": \"Active\",\n                \"IsDeleted\": false,\n                \"CreateDate\": \"2021-11-26T08:20:11.893Z\",\n                \"LastUpdateDate\": \"2021-11-26T08:20:11.893Z\"\n            },\n            \"ExpenseType\": null\n        },\n        \"Provider\": {\n            \"Identifier\": \"eFjpALul1EaDKX3F1dDn6Q\",\n            \"Title\": \"Dr\",\n            \"ProviderName\": \"Tester\",\n            \"Firstname\": \"Gee\",\n            \"ProviderNumber\": null,\n            \"Status\": \"Active\",\n            \"IsDeleted\": false\n        },\n        \"Patient\": {\n            \"Identifier\": \"gO1lvHx-8E6WWqzxKev5Ig\",\n            \"PatientNo\": \"1727589408\",\n            \"Firstname\": \"Ben\",\n            \"Lastname\": \"Smith\",\n            \"Middlename\": null,\n            \"PreferredName\": null,\n            \"DateOfBirth\": null,\n            \"Title\": null,\n            \"Sex\": \"M\",\n            \"JoinDate\": null,\n            \"Email\": \"bensmith@gmail.com\",\n            \"HomePhone\": \"91000000\",\n            \"Mobile\": \"0415000000\",\n            \"FamilyRole\": null,\n            \"ReceiveMarketing\": true,\n            \"ReceiveRecall\": true,\n            \"AddressLine1\": \"Suite 11.03, Level 11\",\n            \"AddressLine2\": \"1 Market Street\",\n            \"Suburb\": \"Sydney\",\n            \"Postcode\": \"2000\",\n            \"State\": \"NSW\",\n            \"Country\": null,\n            \"ReferralSource\": null,\n            \"ProfileMedia\": null,\n            \"HasProfileMedia\": false,\n            \"CategoryLabel\": null,\n            \"MedicalFormSubmitDateUtc\": null,\n            \"MedicalFormCompleteDateUtc\": null,\n            \"MessageResponseDateUtc\": null,\n            \"MessageReadDateUtc\": null,\n            \"HasNewMessages\": false,\n            \"IsStar\": false,\n            \"ProfilePath\": null,\n            \"LastUpdateDate\": \"2024-05-02T00:19:53.87Z\"\n        },\n        \"Location\": {\n            \"Identifier\": \"w4V4GkcKjEWmsHdw7W8A6g\",\n            \"LocationName\": \"Sydney Dental\",\n            \"Description\": null,\n            \"IpAddress\": null\n        },\n        \"Chart\": {\n            \"Identifier\": \"aKhC5OHniEOdZpeZIt0SFg\",\n            \"ChartDate\": \"2024-05-02T00:19:46.827Z\",\n            \"ChartName\": \"Plan 1\",\n            \"ChartVersion\": 1,\n            \"Status\": 0\n        },\n        \"Appointment\": null,\n        \"TreatmentNotes\": [],\n        \"SteriTrackings\": []\n    }\n]"}],"_postman_id":"46fe13a7-d453-4eb0-aad7-28d625943cac"}],"id":"53336d31-6d33-4ecd-ac7c-70f0be3281a9","description":"<p>Use Patient to book appointments, add treatments, invoices or payments etc...</p>\n<p>When working with patient information, make sure you abide by the relevant regulations for security and privacy.</p>\n<p><strong>Extra Permission required, please contact Core Admin to approve the scope needed.</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Permission</strong></th>\n<th><strong>Scope</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Search Patient</td>\n<td>pat.s</td>\n<td>Ability to search patient</td>\n</tr>\n<tr>\n<td>Get Patient</td>\n<td>pat</td>\n<td>Ability to view patient</td>\n</tr>\n<tr>\n<td>Create Patient</td>\n<td>pat.c</td>\n<td>Ability to create new patient</td>\n</tr>\n<tr>\n<td>Update Patient</td>\n<td>pat.e</td>\n<td>Ability to edit patient</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"53336d31-6d33-4ecd-ac7c-70f0be3281a9"}]}