Public Settings

Get public settings

get/settings/public

Response

Successful operation

Example response

{
  "account": {
    "country_code": "AU",
    "id": "1"
  },
  "patient_custom_fields_definition": {
    "sections": [
      {
        "token": "ef4c43ec-105d-489c-88cc-0f3c5f67dc70",
        "fields": [
          {
            "token": "ef4c43ec-105d-489c-88cc-0f3c5f67dc70"
          }
        ]
      }
    ]
  }
}

Changes

Changed in 1 of the 7 revisions of this API.2

    • added the optional property account/invoice_calculation_method to the response with the 200 status

      response-optional-property-added

    • added the optional property account/invoice_calculation_method_description to the response with the 200 status

      response-optional-property-added