Download OpenAPI specification:Download
Authentication will return a bearer token that must be included in the Authorization header on all subsequent requests.
The Login and Password information.
Login | string |
Password | string |
{- "Login": "string",
- "Password": "string"
}
{- "Schema": {
- "Name": "string",
- "Fields": [
- {
- "Name": "string",
- "Type": "string",
- "Format": "string"
}
]
}, - "Results": [
- {
- "Id": "string",
- "Name": "string",
- "Description": "string",
- "Project": "string",
- "Properties": {
- "property1": { },
- "property2": { }
}
}
], - "NextUrl": "string"
}
Default sequence alphabets are DNA, RNA, and Protein. Patterns should be provided in the query string as a series of values named "pattern," e.g. "pattern=STACK&pattern=WAVE."
alphabet required | string The type of sequences to retrieve. |
pattern required | Array of strings The set of patterns with which to filter the sequences. |
{- "Schema": {
- "Name": "string",
- "Fields": [
- {
- "Name": "string",
- "Type": "string",
- "Format": "string"
}
]
}, - "Results": [
- {
- "Id": "string",
- "Name": "string",
- "Description": "string",
- "Project": "string",
- "Properties": {
- "property1": { },
- "property2": { }
}
}
], - "NextUrl": "string"
}
assayType required | string The type of assay for which results are retrieved. |
{- "Assay": "string",
- "Schema": {
- "Name": "string",
- "Fields": [
- {
- "Name": "string",
- "Type": "string",
- "Format": "string"
}
]
}, - "NextUrl": "string",
- "Results": [
- {
- "property1": { },
- "property2": { }
}
]
}
Results must be provided in multipart MIME format and can include one or more files. The results themselves should be provided as a JSON-formatted array named "results" and the ID to assign to the result set should be named "id."
assayType required | string The type of assay for which results are retrieved. |
{- "Assay": "string",
- "Schema": {
- "Name": "string",
- "Fields": [
- {
- "Name": "string",
- "Type": "string",
- "Format": "string"
}
]
}, - "NextUrl": "string",
- "Results": [
- {
- "property1": { },
- "property2": { }
}
]
}
assayType required | string The type of assay for which results are retrieved. |
id required | string The unique ID of the result set. |
{- "Assay": "string",
- "Schema": {
- "Name": "string",
- "Fields": [
- {
- "Name": "string",
- "Type": "string",
- "Format": "string"
}
]
}, - "NextUrl": "string",
- "Results": [
- {
- "property1": { },
- "property2": { }
}
]
}
id required | string The unique ID of the location. |
Information to use in creating or updating the location.
Location | string The ID of the location in which the container will now be located. |
Type | string Enum: "Unknown" "Plate" "TubeRack" "Box" "Drawer" "StorageRack" "Shelf" "AmbientStorage" "ColdStorage" "Area" The type of location. If the location has already been created and this value does not match the existing value, an error is returned. |
Array of objects (ContainerValues) Containers that will now be placed within this location. If any of the containers do not exist, they are created. |
{- "Location": "string",
- "Type": "Unknown",
- "Containers": [
- {
- "Id": "string",
- "Material": "string",
- "Type": "Well",
- "Location": "string",
- "Well": "string",
- "Volume": 0,
- "VolumeUnit": "string",
- "Concentration": 0,
- "ConcentrationUnit": "string"
}
]
}
{- "Id": "string",
- "Location": "string",
- "RegisteredOn": "2019-08-24T14:15:22Z",
- "RegisteredBy": "string"
}
{- "Containers": [
- {
- "Id": "string",
- "Material": "string",
- "Sample": "string",
- "Location": "string",
- "Well": "string",
- "Volume": 0,
- "VolumeUnit": "string",
- "Concentration": 0,
- "ConcentrationUnit": "string",
- "RegisteredOn": "2019-08-24T14:15:22Z",
- "RegisteredBy": "string"
}
], - "NextUrl": "string"
}
id required | string The unique ID of the container. |
{- "Id": "string",
- "Material": "string",
- "Sample": "string",
- "Location": "string",
- "Well": "string",
- "Volume": 0,
- "VolumeUnit": "string",
- "Concentration": 0,
- "ConcentrationUnit": "string",
- "RegisteredOn": "2019-08-24T14:15:22Z",
- "RegisteredBy": "string"
}
id required | string The unique ID of the container. |
Id | string The container's unique ID. When updating an individual container's values using the API, this value is ignored and the ID specified in the URL is used. |
Material | string The ID of the material in the container. |
Type | string Enum: "Well" "Tube" "Vial" The type of container. If the container has already been created and this value does not match the existing value, an error is returned. |
Location | string For a tube or vial, the ID of the location in which the container will now be located. When updating containers in a location using the API, this value is ignored and the ID specified in the URL is used. |
Well | string For a plate well, the location within the plate. |
Volume | number <double> The volume of solution in the container if it is known. |
VolumeUnit | string The volume unit of measure. |
Concentration | number <double> The concentration of sample in solution if it is known. |
ConcentrationUnit | string The concentration unit of measure. |
{- "Id": "string",
- "Material": "string",
- "Type": "Well",
- "Location": "string",
- "Well": "string",
- "Volume": 0,
- "VolumeUnit": "string",
- "Concentration": 0,
- "ConcentrationUnit": "string"
}
{- "Id": "string",
- "Material": "string",
- "Sample": "string",
- "Location": "string",
- "Well": "string",
- "Volume": 0,
- "VolumeUnit": "string",
- "Concentration": 0,
- "ConcentrationUnit": "string",
- "RegisteredOn": "2019-08-24T14:15:22Z",
- "RegisteredBy": "string"
}
entityType required | string The type of entity to retrieve. |
{- "Schema": {
- "Name": "string",
- "Fields": [
- {
- "Name": "string",
- "Type": "string",
- "Format": "string"
}
]
}, - "Results": [
- {
- "Id": "string",
- "Name": "string",
- "Description": "string",
- "Project": "string",
- "Properties": {
- "property1": { },
- "property2": { }
}
}
], - "NextUrl": "string"
}
entityType required | string The type of entity to retrieve. |
id required | string The entity's unique ID. |
{- "Containers": [
- {
- "Id": "string",
- "Material": "string",
- "Sample": "string",
- "Location": "string",
- "Well": "string",
- "Volume": 0,
- "VolumeUnit": "string",
- "Concentration": 0,
- "ConcentrationUnit": "string",
- "RegisteredOn": "2019-08-24T14:15:22Z",
- "RegisteredBy": "string"
}
], - "NextUrl": "string"
}
entityType required | string The type of entity to retrieve. |
id required | string The entity's unique ID. |
[- {
- "Assay": "string",
- "Schema": {
- "Name": "string",
- "Fields": [
- {
- "Name": "string",
- "Type": "string",
- "Format": "string"
}
]
}, - "NextUrl": "string",
- "Results": [
- {
- "property1": { },
- "property2": { }
}
]
}
]
entityType required | string The type of entity to retrieve. |
id required | string The entity's unique ID. |
{- "Schema": {
- "Name": "string",
- "Fields": [
- {
- "Name": "string",
- "Type": "string",
- "Format": "string"
}
]
}, - "Results": [
- {
- "Id": "string",
- "Name": "string",
- "Description": "string",
- "Project": "string",
- "Properties": {
- "property1": { },
- "property2": { }
}
}
], - "NextUrl": "string"
}