Cases API

Cases

GET https://api.mothernode.com/cases

Receive a list of all Cases

Sample Response:

{
  "cases": [
    {
      "ticket_id": "0000000a-a0a0-00a0-a000-a00a00a0000a",
      "ticket_number": "71",
      "created_by": "0000000a-a0a0-00a0-a000-a00a00a0000a",
      "created_on": "2014-03-31 15:38:17",
      "customer_id": "",
      "contact_id": "",
      "reported_by": "P",
      "ticket_email": "email@gmail.com",
      "ticket_phone": "",
      "ticket_title": "test 4:22",
      "ticket_desc": "test 03/31/14\r\n",
      "status_id": "3",
      "priority_id": "0",
      "source_id": "63",
      "type_id": "226",
      "completed_on": "2014-08-17 10:00:26",
      "completed_by": "0000000a-a0a0-00a0-a000-a00a00a0000a",
      "assign_to": "0000000a-a0a0-00a0-a000-a00a00a0000a",
      "contact": []
    }
  ]
}

GET https://api.mothernode.com/cases/{id}

Receive a single Case

Sample Response:

{
  "case": {
    "ticket_id": "0000000a-a0a0-00a0-a000-a00a00a0000a",
    "ticket_number": "71",
    "created_by": "0000000a-a0a0-00a0-a000-a00a00a0000a",
    "created_on": "2014-03-31 15:38:17",
    "customer_id": "",
    "contact_id": "",
    "reported_by": "P",
    "ticket_email": "email@gmail.com",
    "ticket_phone": "",
    "ticket_title": "test 4:22",
    "ticket_desc": "test 03/31/14\r\n",
    "status_id": "3",
    "priority_id": "0",
    "source_id": "63",
    "type_id": "226",
    "completed_on": "2014-08-17 10:00:26",
    "completed_by": "0000000a-a0a0-00a0-a000-a00a00a0000a",
    "assign_to": "0000000a-a0a0-00a0-a000-a00a00a0000a",
    "contact": []
  }
}
Print Friendly, PDF & Email

Was this article helpful?

Related Articles