pyrat-api-multiple-response-and-parents-both-parents.json 724 B

123456789101112131415161718192021222324252627282930
  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": "het"
  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. }
  30. ]