1. Introduction

2. product

2.1. Fields

Path Type Description

allele_design_project

String

The design project associated with the allele.

allele_has_issues

Boolean

Indicates whether the allele has any issues.

allele_id

String

The unique identifier for the allele.

allele_name

String

The name of the allele.

allele_description

String

A description of the allele.

allele_type

String

The type of allele.

associated_product_colony_name

String

The colony name associated with the product.

associated_product_es_cell_name

String

The ES cell name associated with the product.

associated_product_vector_name

String

The vector name associated with the product.

associated_products_colony_names

Array

List of colony names associated with the product.

associated_products_es_cell_names

Array

List of ES cell names associated with the product.

associated_products_vector_names

Array

List of vector names associated with the product.

cassette

String

The cassette associated with the allele.

contact_links

Array

List of contact links.

contact_names

Array

List of contact names.

design_id

String

The design ID associated with the allele.

genetic_info

Array

List of genetic information associated with the allele.

ikmc_project_id

String

The IKMC project ID associated with the allele.

loa_assays

Array

List of LOA assays associated with the allele.

marker_symbol

String

The marker symbol associated with the allele.

mgi_accession_id

String

The MGI accession ID associated with the allele.

name

String

The name associated with the allele product.

order_links

Array

List of order links.

order_names

Array

List of order names.

other_links

Array

List of other links.

tissue_enquiry_links

Array

List of tissue enquiry links.

tissue_enquiry_types

Array

List of tissue enquiry types.

tissue_distribution_centres

Array

List of tissue distribution centres.

product_id

String

The product ID.

product_index

String

The product index.

production_centre

String

The production centre.

production_completed

Boolean

Indicates whether production is completed.

production_info

Array

List of production information.

production_pipeline

String

The production pipeline.

qc_data

Array

List of QC data.

status

String

The status of the allele product.

status_date

String

The date of the status.

type

String

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