Advertisement
Guest User

SampleData

a guest
Jan 22nd, 2020
548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. {
  2. "_embedded": {
  3. "todoList": [
  4. {
  5. "id": 660,
  6. "description": "Start roll call of active duty soldiers",
  7. "user": "OFFICER",
  8. "targetDate": "2020-01-22",
  9. "priority": 2,
  10. "status": true,
  11. "_links": {
  12. "self": {
  13. "href": "http://localhost:8080/services/todo/660"
  14. },
  15. "todos": {
  16. "href": "http://localhost:8080/services/todo"
  17. }
  18. }
  19. },
  20. {
  21. "id": 661,
  22. "description": "Check training to ensure standards are established",
  23. "user": "OFFICER",
  24. "targetDate": "2020-01-22",
  25. "priority": 3,
  26. "status": false,
  27. "_links": {
  28. "self": {
  29. "href": "http://localhost:8080/services/todo/661"
  30. },
  31. "todos": {
  32. "href": "http://localhost:8080/services/todo"
  33. }
  34. }
  35. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement