pyrat-api-multiple-responses-father.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. [
  2. {
  3. "animalid": 100,
  4. "eartag_or_id": "ID-100",
  5. "mutations": [
  6. {
  7. "animalid": 100,
  8. "mutation_id": 5,
  9. "mutationname": "Mut-A",
  10. "mutationtype": "BAC transgenic",
  11. "grade_id": 5,
  12. "mutationgrade": "wt"
  13. }
  14. ]
  15. },
  16. {
  17. "animalid": 102,
  18. "eartag_or_id": "ID-102",
  19. "mutations": [
  20. {
  21. "animalid": 102,
  22. "mutation_id": 5,
  23. "mutationname": "Mut-A",
  24. "mutationtype": "BAC transgenic",
  25. "grade_id": 5,
  26. "mutationgrade": "wt"
  27. },
  28. {
  29. "animalid": 102,
  30. "mutation_id": 5,
  31. "mutationname": "Mut-B",
  32. "mutationtype": "BAC transgenic",
  33. "grade_id": 5,
  34. "mutationgrade": "hom"
  35. }
  36. ]
  37. },
  38. {
  39. "animalid": 104,
  40. "eartag_or_id": "ID-104",
  41. "mutations": [
  42. {
  43. "animalid": 104,
  44. "mutation_id": 5,
  45. "mutationname": "Mut-B",
  46. "mutationtype": "BAC transgenic",
  47. "grade_id": 5,
  48. "mutationgrade": "hom"
  49. }
  50. ]
  51. },
  52. {
  53. "animalid": 106,
  54. "eartag_or_id": "ID-106",
  55. "mutations": []
  56. }
  57. ]