Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 622 Bytes

details.md

File metadata and controls

42 lines (37 loc) · 622 Bytes



Enquiry Details



GET /api/enquiries/{id}



Calling this endpoint will return the status of a specified enquiry. A enquiry ID will be returned after creating an enquiry.



Expected response:

{
  "status": 200,
  "success": true,
  "error": null,
  "data": {
    "id": "cjsc2",
    "status": "open"
  },
  "meta": null
}

Note: Possible status include: open, closed.