coreplus API

The coreplus API provides access to appointment booking related end points, such as clients, practitioners, availability slots and appointments. It is a RESTful API, which utilises the HTTP verbs for creating viewing objects.

If you are a developer looking to create an external consumer server to server application for your coreplus clients, then by signing up for a sandbox account you will get access to your own trial coreplus account on our sandbox server with authorisation credentials.

If you have any questions regarding the API documentation, please do not hesitate to contact us at integrations@coreplus.com.au

Get File Association

Required parameters Type Description
associationType String Guid of type of association.

*Currently available association types

  • ‘Referral Letter’: ‘882e3a82-6873-4d6f-9f37-0d2822812dc9’,
  • ‘Referral Response’: ’41e26e0d-35b1-4041-bf5d-043c56c6a5e8′,
  • ‘Pathology Report’: ‘5c2a2dd6-44a1-4518-a328-d1c139e376cf’,
  • ‘Fax’: ‘1d326c6c-1e39-43d0-b0c3-ca62274bf2e9’,
  • ‘Other’: ‘2fc3c52d-752b-4ace-8418-9ecdd9f298d0’
associatedEntity String To which entity you are assigning the file. *Currently there is only 1 entity i.e., Appointment
associatedPrimaryDomainKey String The entity’s guid, ie the appointment guid

 

Example request URL: https://sandbox.coreplus.com.au/API/Core/v2.1/FileAssociation/?associatedPrimaryDomainKey=ecab66e8-06ea-4de4-9613-fb465ac13a3c&associatedEntity=Appointment&associationType=882e3a82-6873-4d6f-9f37-0d2822812dc9
Example response
{
   "result":[
      {
         "id":"352bac44-cd83-4320-aa0d-0dd9a0f54635",
         "fileId":"32931f81-d20c-4695-8399-5d0d90a41674",
         "associationType":"882e3a82-6873-4d6f-9f37-0d2822812dc9",
         "associatedEntity":"Appointment",
         "associatedPrimaryDomainKey":"ecab66e8-06ea-4de4-9613-fb465ac13a3c"
      }
   ]
}

Develop with us

Use the form to sign-up and start developing with coreplus today.


Please leave this field empty.