2. product
2.1. Fields
| Path | Type | Description |
|---|---|---|
|
|
The design project associated with the allele. |
|
|
Indicates whether the allele has any issues. |
|
|
The unique identifier for the allele. |
|
|
The name of the allele. |
|
|
A description of the allele. |
|
|
The type of allele. |
|
|
The colony name associated with the product. |
|
|
The ES cell name associated with the product. |
|
|
The vector name associated with the product. |
|
|
List of colony names associated with the product. |
|
|
List of ES cell names associated with the product. |
|
|
List of vector names associated with the product. |
|
|
The cassette associated with the allele. |
|
|
List of contact links. |
|
|
List of contact names. |
|
|
The design ID associated with the allele. |
|
|
List of genetic information associated with the allele. |
|
|
The IKMC project ID associated with the allele. |
|
|
List of LOA assays associated with the allele. |
|
|
The marker symbol associated with the allele. |
|
|
The MGI accession ID associated with the allele. |
|
|
The name associated with the allele product. |
|
|
List of order links. |
|
|
List of order names. |
|
|
List of other links. |
|
|
List of tissue enquiry links. |
|
|
List of tissue enquiry types. |
|
|
List of tissue distribution centres. |
|
|
The product ID. |
|
|
The product index. |
|
|
The production centre. |
|
|
Indicates whether production is completed. |
|
|
List of production information. |
|
|
The production pipeline. |
|
|
List of QC data. |
|
|
The status of the allele product. |
|
|
The date of the status. |
|
|
The type of the allele product. |
2.2. Example Json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 1889
{
"allele_design_project" : "Design Project Example",
"allele_has_issues" : false,
"allele_id" : "Allele123",
"allele_name" : "Allele Name Example",
"allele_description" : "Allele Description Example",
"allele_type" : "Allele Type Example",
"associated_product_colony_name" : "Colony Name Example",
"associated_product_es_cell_name" : "ES Cell Name Example",
"associated_product_vector_name" : "Vector Name Example",
"associated_products_colony_names" : [ "Colony1", "Colony2" ],
"associated_products_es_cell_names" : [ "ES Cell1", "ES Cell2" ],
"associated_products_vector_names" : [ "Vector1", "Vector2" ],
"cassette" : "Cassette Example",
"contact_links" : [ "http://contact1.example.com", "http://contact2.example.com" ],
"contact_names" : [ "Contact Name 1", "Contact Name 2" ],
"design_id" : "Design123",
"genetic_info" : [ "Genetic Info 1", "Genetic Info 2" ],
"ikmc_project_id" : "IKMC123",
"loa_assays" : [ "Assay1", "Assay2" ],
"marker_symbol" : "Marker Symbol Example",
"mgi_accession_id" : "MGI:123456",
"name" : "Name Example",
"order_links" : [ "http://order1.example.com", "http://order2.example.com" ],
"order_names" : [ "Order Name 1", "Order Name 2" ],
"other_links" : [ "http://other1.example.com", "http://other2.example.com" ],
"tissue_enquiry_links" : [ "http://tissue1.example.com", "http://tissue2.example.com" ],
"tissue_enquiry_types" : [ "Type 1", "Type 2" ],
"tissue_distribution_centres" : [ "Centre 1", "Centre 2" ],
"product_id" : "Product123",
"product_index" : "Index123",
"production_centre" : "Centre Example",
"production_completed" : true,
"production_info" : [ "Production Info 1", "Production Info 2" ],
"production_pipeline" : "Pipeline Example",
"qc_data" : [ "QC Data 1", "QC Data 2" ],
"status" : "Status Example",
"status_date" : "2023-01-01",
"type" : "Type Example"
}
3. Latest updates
-
2024-04-15: Documentation Added