Enquiry categories
  • 19 Nov 2024
  • 1 Minute to read
  • PDF

Enquiry categories

  • PDF

Article summary

https://api.carehome.co.uk/index.cfm/enquiry/category/

Key

Required

Data Type  

Description  

api_key

Yes 

40 character string

Member API Key / If you are a Partner this is the API Key of the member posting the job 

Example API Request URL

https://api.carehome.co.uk/index.cfm/enquiry/category/?api_key=0000

API Response

The api will return a '200 Found Records.' on success and 4xx on validation failure.

The response body will contain a JSON object of data.


{
    "data": [
        {
            "id": 1,
            "name ": "General Enquiry"
        },
        {
            "id": 2,
            "name ": "Brochure Request"
        },
        {
            "id": 4,
            "name ": "Care Enquiry"
        },
        {
            "id": 5,
            "name ": "Job Enquiry"
        },
        {
            "id": 20,
            "name ": "Onsite Tour Booking"
        },
        {
            "id": 21,
            "name ": "Remote Tour Booking"
        },
        {
            "id": 62,
            "name ": "Care Enquiry via Phone"
        },
        {
            "id": 63,
            "name ": "Care Enquiry via Care Help Team"
        }
    ],
    "error": []
}


Was this article helpful?