pyrat-api-multiple-response-and-parents-mother.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. [
  2. {
  3. "animalid": 101,
  4. "eartag_or_id": "ID-101",
  5. "mutations": [
  6. {
  7. "animalid": 101,
  8. "mutation_id": 5,
  9. "mutationname": "Mut-A",
  10. "mutationtype": "BAC transgenic",
  11. "grade_id": 5,
  12. "mutationgrade": "het"
  13. }
  14. ]
  15. },
  16. {
  17. "animalid": 103,
  18. "eartag_or_id": "ID-103",
  19. "mutations": [
  20. {
  21. "animalid": 103,
  22. "mutation_id": 5,
  23. "mutationname": "Mut-A",
  24. "mutationtype": "BAC transgenic",
  25. "grade_id": 5,
  26. "mutationgrade": "het"
  27. }
  28. ]
  29. },
  30. {
  31. "animalid": 105,
  32. "eartag_or_id": "ID-105",
  33. "mutations": [
  34. {
  35. "animalid": 105,
  36. "mutation_id": 5,
  37. "mutationname": "Mut-A",
  38. "mutationtype": "BAC transgenic",
  39. "grade_id": 5,
  40. "mutationgrade": "hom"
  41. }
  42. ]
  43. }
  44. ]