pyrat-api-single-parent-offspring.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. [
  2. {
  3. "animalid": 1,
  4. "eartag_or_id": "ID-001",
  5. "species_name": "Mouse",
  6. "sacrifice_reason_name": "Not usable age",
  7. "dateborn": "2026-02-03T00:00:00",
  8. "strain_name": "Line-A",
  9. "mutations": [
  10. {
  11. "animalid": 1,
  12. "mutation_id": 5,
  13. "mutationname": "Mut-A",
  14. "mutationtype": "BAC transgenic",
  15. "grade_id": 5,
  16. "mutationgrade": "het"
  17. }
  18. ],
  19. "parents": [
  20. {
  21. "animalid": 1,
  22. "parent_id": 101,
  23. "parent_eartag": "ID-101",
  24. "parent_sex": "f",
  25. "parent_labid": "B",
  26. "parent_cagenumber": "B2"
  27. }
  28. ]
  29. },
  30. {
  31. "animalid": 2,
  32. "eartag_or_id": "ID-002",
  33. "species_name": "Mouse",
  34. "sacrifice_reason_name": "Not usable age",
  35. "dateborn": "2026-02-04T00:00:00",
  36. "strain_name": "Line-A",
  37. "mutations": [
  38. {
  39. "animalid": 2,
  40. "mutation_id": 5,
  41. "mutationname": "Mut-A",
  42. "mutationtype": "BAC transgenic",
  43. "grade_id": 5,
  44. "mutationgrade": "wt"
  45. }
  46. ],
  47. "parents": [
  48. {
  49. "animalid": 2,
  50. "parent_id": 101,
  51. "parent_eartag": "ID-101",
  52. "parent_sex": "f",
  53. "parent_labid": "B",
  54. "parent_cagenumber": "B2"
  55. }
  56. ]
  57. }
  58. ]