Annotation Type List
API endpoint that allows AnnotationTypes to be viewed or edited.
» click to learn about Filtering, Ordering and more...
Accepted filters:
- id: ID (exact)
- created: Created (exact)
- modified: Modified (exact)
- name: Name starts with (istartswith)
- description: Description contains (icontains)
- query: Search filter on the name property (exact)
- owner: Owner Username (exact)
- owned_by: Filter on list of owned by group names [OR] (exact)
- public: Public (exact)
- type: Type (exact)
- label: Label (exact)
- created_by: Created by Username (exact)
- modified_by: Modified by Username (exact)
- model_name: [invalid name] (exact)
- model_type: [invalid name] (exact)
Advanced Filtering
You can also filter using a json object to process all search parameters. Currently this filter supports the syntax as produced/used by the http://summitroute.github.io/react-structured-filter/ search UI.
Example
?query_expression={"category":"name","operator":"contains","value":"Y00"},
{"category":"amount","operator":">","value":"10"},
{"category":"type__name","operator":"exact","value":"ANTIBODY"}
» more info about the query_expression param..
Preset mappings
- created_by: created_by__username
- modified_by: modified_by__username
- owner: owner__username
- owned_by: owned_by__name
- deleted: <function filter_deleted at 0x7f45063765f0>
- deleted_by: deleted_by__username
- notes: notes__content
- cv_category: cv_category__name
- field_meta: field_meta__name
- mandatory_owned_by: mandatory_owned_by__name
- user: user__username
- credential: credential__name
- workflowversion: workflowversion__name
- workflowrun: workflowrun__name
- dataset: dataset__name
Operators
- ==
- =
- >=
- >
- <=
- <
- contains
- icontains
- exact
- iexact
- startswith
- istartswith
- endswith
- iendswith
Permission filtering
Based on the current logged in user you can filter for objects that have a particular permission set:
- can_change: True/False, show objects that you can change
- can_delete: True/False, show objects that you can delete
# not applicable - will raise NotAcceptable:
- can_view: as this is always True, you can only view items you are allowed to see
Ordering
You can order on practically any field even spanning relations.
# reverse order on owner username
?ordering=-owner
# order on related field
?ordering=category__version
API endpoint that allows AnnotationTypes to be viewed or edited.
None
The default modelviewset used in this project
Add JSONPatch like functionality to bulk update items.
### Bulk Delete
This view also allows for one to bulk delete items. The url needs to be appended by ``/bulk_delete/`` and the ids
need to be given by multiple query_params:
```
{current_url}/bulk_delete/?id=<id_1>,id=<id_2>
```
GET /api/v2/annotationtypes/?format=api&ordering=description
{ "previous": null, "next": "https://labid-demo.embl.de/api/v2/annotationtypes/?format=api&ordering=description&page=2", "current": 1, "total": 56, "total_pages": 3, "results": [ { "url": "https://labid-demo.embl.de/api/v2/annotationtypes/32a82c42-4db9-4868-8519-cc92ae33312c/?format=api", "id": "32a82c42-4db9-4868-8519-cc92ae33312c", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:47.926345+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:47.926422+01:00", "category": "property" }, "name": "ena_experiment_accession", "choice_label": "ENA Experiment Acc", "description": "", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "ENA Experiment Acc", "help_text": "", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": null, "mandatory": false, "validations": [], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "OPTIONAL", "value_choices": null, "choices_value": "id", "choices_label": "name", "choices_api": null, "preferred_view_widget": "TEXT", "preferred_edit_widget": "TEXTINPUT", "preferred_list_widget": "TEXT", "field_meta": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/annotationtypes/4bd9ce7f-2ec1-4145-95a3-aa81eadaa5a2/?format=api", "id": "4bd9ce7f-2ec1-4145-95a3-aa81eadaa5a2", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:31:45.313932+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:31:45.314001+01:00", "category": "property" }, "name": "flowcell", "choice_label": "FlowCell", "description": "", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "FlowCell", "help_text": "", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": null, "mandatory": false, "validations": [], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "OPTIONAL", "value_choices": null, "choices_value": "id", "choices_label": "name", "choices_api": null, "preferred_view_widget": "TEXT", "preferred_edit_widget": "TEXTINPUT", "preferred_list_widget": "TEXT", "field_meta": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/annotationtypes/11ab6fda-c7ad-4c3a-821d-0063cec1b3bd/?format=api", "id": "11ab6fda-c7ad-4c3a-821d-0063cec1b3bd", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:47.922223+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:47.922316+01:00", "category": "property" }, "name": "biosamples_accession", "choice_label": "ENA Biosample Acc", "description": "", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "ENA Biosample Acc", "help_text": "", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": null, "mandatory": false, "validations": [], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "OPTIONAL", "value_choices": null, "choices_value": "id", "choices_label": "name", "choices_api": null, "preferred_view_widget": "TEXT", "preferred_edit_widget": "TEXTINPUT", "preferred_list_widget": "TEXT", "field_meta": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/annotationtypes/ef89e37a-ab9c-4784-bc77-2c5d767fccd6/?format=api", "id": "ef89e37a-ab9c-4784-bc77-2c5d767fccd6", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:47.917263+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:47.917339+01:00", "category": "property" }, "name": "ena_sample_accession", "choice_label": "ENA Sample Acc", "description": "", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "ENA Sample Acc", "help_text": "", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": null, "mandatory": false, "validations": [], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "OPTIONAL", "value_choices": null, "choices_value": "id", "choices_label": "name", "choices_api": null, "preferred_view_widget": "TEXT", "preferred_edit_widget": "TEXTINPUT", "preferred_list_widget": "TEXT", "field_meta": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/annotationtypes/10868efa-a16d-4453-be51-3d44e89ae25d/?format=api", "id": "10868efa-a16d-4453-be51-3d44e89ae25d", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:47.908822+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:47.908898+01:00", "category": "property" }, "name": "biostudies_accession", "choice_label": "ENA Biostudy Acc", "description": "", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "ENA Biostudy Acc", "help_text": "", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": null, "mandatory": false, "validations": [], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "OPTIONAL", "value_choices": null, "choices_value": "id", "choices_label": "name", "choices_api": null, "preferred_view_widget": "TEXT", "preferred_edit_widget": "TEXTINPUT", "preferred_list_widget": "TEXT", "field_meta": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/annotationtypes/315b1ed6-4dcc-4d14-acb7-7c67c6eb8fad/?format=api", "id": "315b1ed6-4dcc-4d14-acb7-7c67c6eb8fad", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:47.912914+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:47.912990+01:00", "category": "property" }, "name": "ena_run_accession", "choice_label": "ENA Run Acc", "description": "", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "ENA Run Acc", "help_text": "", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": null, "mandatory": false, "validations": [], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "OPTIONAL", "value_choices": null, "choices_value": "id", "choices_label": "name", "choices_api": null, "preferred_view_widget": "TEXT", "preferred_edit_widget": "TEXTINPUT", "preferred_list_widget": "TEXT", "field_meta": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/annotationtypes/ac9adaf8-e80c-4770-9ab2-d1ae357f3a13/?format=api", "id": "ac9adaf8-e80c-4770-9ab2-d1ae357f3a13", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:31:45.318219+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:31:45.318289+01:00", "category": "property" }, "name": "reagent", "choice_label": "Reagent", "description": "", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Reagent", "help_text": "", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": null, "mandatory": false, "validations": [], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "OPTIONAL", "value_choices": null, "choices_value": "id", "choices_label": "name", "choices_api": null, "preferred_view_widget": "TEXT", "preferred_edit_widget": "TEXTINPUT", "preferred_list_widget": "TEXT", "field_meta": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/annotationtypes/cb5f06ce-5f43-4f6a-9e72-fe33051e4060/?format=api", "id": "cb5f06ce-5f43-4f6a-9e72-fe33051e4060", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:47.904559+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:47.904651+01:00", "category": "property" }, "name": "ena_study_accession", "choice_label": "Archives", "description": "Accession number for a study in the ENA", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Archives", "help_text": "Accession number for a study in the ENA", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": null, "mandatory": false, "validations": [], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "OPTIONAL", "value_choices": null, "choices_value": "id", "choices_label": "name", "choices_api": null, "preferred_view_widget": "TEXT", "preferred_edit_widget": "TEXTINPUT", "preferred_list_widget": "TEXT", "field_meta": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/annotationtypes/a358c393-a68a-4f7b-88dd-c83ed68719a9/?format=api", "id": "a358c393-a68a-4f7b-88dd-c83ed68719a9", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:47.701120+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:47.701198+01:00", "category": "property" }, "name": "Compound", "choice_label": "Compound", "description": "A drug, solvent, chemical, etc., with a property that can be measured such as concentration. Example of use: sample treatment with a drug.", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Compound", "help_text": "A drug, solvent, chemical, etc., with a property that can be measured such as concentration. Example of use: sample treatment with a drug.", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": null, "mandatory": false, "validations": [], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "OPTIONAL", "value_choices": null, "choices_value": "id", "choices_label": "name", "choices_api": null, "preferred_view_widget": "TEXT", "preferred_edit_widget": "TEXTINPUT", "preferred_list_widget": "TEXT", "field_meta": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/annotationtypes/5ef177e0-aadb-4b84-aedb-70c3f333255b/?format=api", "id": "5ef177e0-aadb-4b84-aedb-70c3f333255b", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:31:45.292883+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:31:45.292991+01:00", "category": "property" }, "name": "assay_link", "choice_label": "Assay Link", "description": "A link to an assay object.", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "OBJECT", "label": "Assay Link", "help_text": "A link to an assay object.", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": null, "mandatory": false, "validations": [], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "OPTIONAL", "value_choices": null, "choices_value": "id", "choices_label": "name", "choices_api": "https://labid-demo.embl.de/api/v2/assays/assays/?fields=id%2Cchoice_label&ordering=name&page_size=20&response_format=flat", "preferred_view_widget": "CSVLINK", "preferred_edit_widget": "SELECT", "preferred_list_widget": "CSVLINK", "field_meta": "f5cee1da-52a3-4752-929d-f0bc8baefdfb", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/annotationtypes/164b84e8-8a73-472f-931b-036a9be5684f/?format=api", "id": "164b84e8-8a73-472f-931b-036a9be5684f", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:31:45.307430+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:31:45.307508+01:00", "category": "property" }, "name": "experiment_link", "choice_label": "Experiment Link", "description": "A link to an experiment object.", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "OBJECT", "label": "Experiment Link", "help_text": "A link to an experiment object.", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": null, "mandatory": false, "validations": [], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "OPTIONAL", "value_choices": null, "choices_value": "id", "choices_label": "name", "choices_api": "https://labid-demo.embl.de/api/v2/assays/experiments/?fields=id%2Cchoice_label&ordering=name&page_size=20&response_format=flat", "preferred_view_widget": "CSVLINK", "preferred_edit_widget": "SELECT", "preferred_list_widget": "CSVLINK", "field_meta": "f5cee1da-52a3-4752-929d-f0bc8baefdfb", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/annotationtypes/394b1604-fdad-48eb-b5af-36e0b77692ee/?format=api", "id": "394b1604-fdad-48eb-b5af-36e0b77692ee", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:47.685274+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:47.685427+01:00", "category": "property" }, "name": "Antibody Source", "choice_label": "Antibody Source", "description": "Animal name/code/id used to produce antibody. Could be lot number, animal name, ..", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Antibody Source", "help_text": "Animal name/code/id used to produce antibody. Could be lot number, animal name, ..", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": null, "mandatory": false, "validations": [], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "OPTIONAL", "value_choices": null, "choices_value": "id", "choices_label": "name", "choices_api": null, "preferred_view_widget": "TEXT", "preferred_edit_widget": "TEXTINPUT", "preferred_list_widget": "TEXT", "field_meta": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/annotationtypes/f9e22fa9-88de-4720-b77f-691d57d66d11/?format=api", "id": "f9e22fa9-88de-4720-b77f-691d57d66d11", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:47.635920+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:47.636013+01:00", "category": "property" }, "name": "Antibody", "choice_label": "Antibody", "description": "Applicable for IP based experiments eg ChIP-chip, ChIP-Seq, RNA-IP or variations of these. The antibody used to Immuno-Precipitate the target material (e.g. chromatin). One might want to indicate the titration as well. Please remember that '@' should be avoided. Instead you could use 'vs'", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Antibody", "help_text": "Applicable for IP based experiments eg ChIP-chip, ChIP-Seq, RNA-IP or variations of these. The antibody used to Immuno-Precipitate the target material (e.g. chromatin). One might want to indicate the titration as well. Please remember that '@' should be avoided. Instead you could use 'vs'", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": null, "mandatory": false, "validations": [], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "OPTIONAL", "value_choices": null, "choices_value": "id", "choices_label": "name", "choices_api": null, "preferred_view_widget": "TEXT", "preferred_edit_widget": "TEXTINPUT", "preferred_list_widget": "TEXT", "field_meta": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/annotationtypes/e631cc25-4c4d-4adf-8415-efc1ed95d633/?format=api", "id": "e631cc25-4c4d-4adf-8415-efc1ed95d633", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:47.899790+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:47.899903+01:00", "category": "property" }, "name": "archives", "choice_label": "Archives", "description": "Archives in which related data has been stored.", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Archives", "help_text": "Archives in which related data has been stored.", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": null, "mandatory": false, "validations": [], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "OPTIONAL", "value_choices": null, "choices_value": "id", "choices_label": "name", "choices_api": null, "preferred_view_widget": "TEXT", "preferred_edit_widget": "TEXTINPUT", "preferred_list_widget": "TEXT", "field_meta": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/annotationtypes/69872599-1ef8-4258-a36a-d8c93279ca5c/?format=api", "id": "69872599-1ef8-4258-a36a-d8c93279ca5c", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:47.997507+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:47.997587+01:00", "category": "property" }, "name": "image_size_channel", "choice_label": "Image Channel Number", "description": "Channel number of the image (for multi-channel images).", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Image Channel Number", "help_text": "Channel number of the image (for multi-channel images).", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": null, "mandatory": false, "validations": [], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "OPTIONAL", "value_choices": null, "choices_value": "id", "choices_label": "name", "choices_api": null, "preferred_view_widget": "TEXT", "preferred_edit_widget": "TEXTINPUT", "preferred_list_widget": "TEXT", "field_meta": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/annotationtypes/42b141f9-daf6-4808-a257-1de9c704c622/?format=api", "id": "42b141f9-daf6-4808-a257-1de9c704c622", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:48.021994+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:48.022128+01:00", "category": "property" }, "name": "image_ordered_channel_names", "choice_label": "Ordered Channel Names", "description": "Comma-separated list of channel names in the order they appear in the image.", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Ordered Channel Names", "help_text": "Comma-separated list of channel names in the order they appear in the image.", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": null, "mandatory": false, "validations": [], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "OPTIONAL", "value_choices": null, "choices_value": "id", "choices_label": "name", "choices_api": null, "preferred_view_widget": "TEXT", "preferred_edit_widget": "TEXTINPUT", "preferred_list_widget": "TEXT", "field_meta": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/annotationtypes/d97ac617-ef77-4d62-b7fc-31ce6d9f3b1b/?format=api", "id": "d97ac617-ef77-4d62-b7fc-31ce6d9f3b1b", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:47.820800+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:47.820876+01:00", "category": "property" }, "name": "Compound Dose", "choice_label": "Compound Dose", "description": "Compound Dose.", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Compound Dose", "help_text": "Compound Dose.", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": null, "mandatory": false, "validations": [], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "OPTIONAL", "value_choices": null, "choices_value": "id", "choices_label": "name", "choices_api": null, "preferred_view_widget": "TEXT", "preferred_edit_widget": "TEXTINPUT", "preferred_list_widget": "TEXT", "field_meta": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/annotationtypes/df2e0c4c-8ea0-4691-aedd-9cbbbc345be7/?format=api", "id": "df2e0c4c-8ea0-4691-aedd-9cbbbc345be7", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:47.731712+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:47.731787+01:00", "category": "property" }, "name": "TreatmentConcentration", "choice_label": "TreatmentConcentration", "description": "Describes the concentration at which a sample has been treated with a compound indicated in the Treatment annotation. WHENEVER POSSIBLE USE THE SAME concentration UNIT FOR ALL SAMPLES OF THE SAME EXPERIMENT. Values should NOT contain greek letter i.e. please fully spell the concentration unit e.g. microliter.", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "TreatmentConcentration", "help_text": "Describes the concentration at which a sample has been treated with a compound indicated in the Treatment annotation. WHENEVER POSSIBLE USE THE SAME concentration UNIT FOR ALL SAMPLES OF THE SAME EXPERIMENT. Values should NOT contain greek letter i.e. please fully spell the concentration unit e.g. microliter.", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": null, "mandatory": false, "validations": [], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "OPTIONAL", "value_choices": null, "choices_value": "id", "choices_label": "name", "choices_api": null, "preferred_view_widget": "TEXT", "preferred_edit_widget": "TEXTINPUT", "preferred_list_widget": "TEXT", "field_meta": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/annotationtypes/1d696af2-1480-4437-8d49-a01ca0217529/?format=api", "id": "1d696af2-1480-4437-8d49-a01ca0217529", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:47.735882+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:47.735956+01:00", "category": "property" }, "name": "TreatmentTime", "choice_label": "TreatmentTime", "description": "Describes the time a sample has been treated with a compound. WHENEVER POSSIBLE USE THE SAME TIME UNIT FOR ALL SAMPLES OF THE SAME EXPERIMENT. Values should be like: 3 hours, 30 minutes or 2 days. Allowed time units are: years, months, weeks, days, hours, minutes, seconds, ms, us. Note that following synonyms are also allowed: m, d and h for months, days and hours, respectively.", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "TreatmentTime", "help_text": "Describes the time a sample has been treated with a compound. WHENEVER POSSIBLE USE THE SAME TIME UNIT FOR ALL SAMPLES OF THE SAME EXPERIMENT. Values should be like: 3 hours, 30 minutes or 2 days. Allowed time units are: years, months, weeks, days, hours, minutes, seconds, ms, us. Note that following synonyms are also allowed: m, d and h for months, days and hours, respectively.", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": null, "mandatory": false, "validations": [], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "OPTIONAL", "value_choices": null, "choices_value": "id", "choices_label": "name", "choices_api": null, "preferred_view_widget": "TEXT", "preferred_edit_widget": "TEXTINPUT", "preferred_list_widget": "TEXT", "field_meta": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/annotationtypes/107088eb-8a09-4e03-ad92-d47f96bdd8f0/?format=api", "id": "107088eb-8a09-4e03-ad92-d47f96bdd8f0", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:47.936511+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:47.936638+01:00", "category": "property" }, "name": "image_dimension_order", "choice_label": "Image Dimension Order", "description": "Dimension order of the image, e.g. XYZCT, TCZYX.", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Image Dimension Order", "help_text": "Dimension order of the image, e.g. XYZCT, TCZYX.", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": null, "mandatory": false, "validations": [], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "OPTIONAL", "value_choices": null, "choices_value": "id", "choices_label": "name", "choices_api": null, "preferred_view_widget": "TEXT", "preferred_edit_widget": "TEXTINPUT", "preferred_list_widget": "TEXT", "field_meta": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4", "owner": "admin", "owned_by": "SYSTEM_GROUP" } ] }