Advertisement
Zaboy

JsonTiket

May 19th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. {
  2. "status": 1,
  3. "status_message": "Success!",
  4. "result": [
  5. {
  6. "id": "1",
  7. "ticket": "377292",
  8. "departmentid": "1",
  9. "clientid": "1",
  10. "userid": "0",
  11. "adminid": "1",
  12. "assetid": "1",
  13. "projectid": "1",
  14. "email": "email@email.com",
  15. "subject": "Test",
  16. "status": "Answered",
  17. "priority": "Normal",
  18. "timestamp": "2019-04-02 16:06:32",
  19. "notes": "",
  20. "ccs": false,
  21. "timespent": "0"
  22. },
  23. {
  24. "id": "2",
  25. "ticket": "424327",
  26. "departmentid": "1",
  27. "clientid": "1",
  28. "userid": "1",
  29. "adminid": "1",
  30. "assetid": "1",
  31. "projectid": "0",
  32. "email": "email@email.com",
  33. "subject": "test Tiket",
  34. "status": "Open",
  35. "priority": "Normal",
  36. "timestamp": "2019-05-19 05:48:37",
  37. "notes": "",
  38. "ccs": false,
  39. "timespent": "0"
  40. }
  41. ]
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement