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=type
HTTP 200 OK
Allow: GET, POST, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "previous": null,
    "next": "https://labid-demo.embl.de/api/v2/annotationtypes/?format=api&ordering=type&page=2",
    "current": 1,
    "total": 56,
    "total_pages": 3,
    "results": [
        {
            "url": "https://labid-demo.embl.de/api/v2/annotationtypes/c22a9617-7a07-4301-8254-4952adf8fb93/?format=api",
            "id": "c22a9617-7a07-4301-8254-4952adf8fb93",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:23:58.757012+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:23:58.759324+01:00",
                "category": "property"
            },
            "name": "dmapp_annotation_object",
            "choice_label": "DMApp",
            "description": "Stores various annotations regarding the DMApp.",
            "public": true,
            "permissions": {
                "public": true,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "DMAPPANNOTATION",
            "label": "DMApp",
            "help_text": "Stores various annotations regarding the DMApp.",
            "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": "ALWAYS",
            "value_choices": null,
            "choices_value": "id",
            "choices_label": "name",
            "choices_api": null,
            "preferred_view_widget": "JSON",
            "preferred_edit_widget": "JSON",
            "preferred_list_widget": "JSON",
            "field_meta": "28895e45-3048-4720-9679-20a3d1a06f10",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/annotationtypes/e591c303-a0ec-4a8d-943d-92d27ba8a034/?format=api",
            "id": "e591c303-a0ec-4a8d-943d-92d27ba8a034",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:11:47.895360+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:11:47.895440+01:00",
                "category": "property"
            },
            "name": "galaxy_annotation_object",
            "choice_label": "Galaxy Annotation",
            "description": "Used to store various Galaxy annotations like dataset or workflow ids",
            "public": true,
            "permissions": {
                "public": true,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "GALAXYANNOTATION",
            "label": "Galaxy Annotation",
            "help_text": "Used to store various Galaxy annotations like dataset or workflow ids",
            "default": "",
            "has_default": false,
            "multiple": true,
            "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": "JSON",
            "preferred_edit_widget": "JSON",
            "preferred_list_widget": "JSON",
            "field_meta": "28895e45-3048-4720-9679-20a3d1a06f10",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/annotationtypes/38906615-a647-4807-834c-680a6a374d57/?format=api",
            "id": "38906615-a647-4807-834c-680a6a374d57",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:11:48.035285+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:11:48.035363+01:00",
                "category": "property"
            },
            "name": "ome_metadata_xml",
            "choice_label": "Extracted OME Metadata",
            "description": "XML string containing the OME metadata as extracted from the image file. Read-only.",
            "public": true,
            "permissions": {
                "public": true,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "JSON",
            "label": "Extracted OME Metadata",
            "help_text": "XML string containing the OME metadata as extracted from the image file. Read-only.",
            "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/70ad0727-a7ac-4825-bdae-47c708362fc9/?format=api",
            "id": "70ad0727-a7ac-4825-bdae-47c708362fc9",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:11:48.026986+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:11:48.027080+01:00",
                "category": "property"
            },
            "name": "image_channel_details_json",
            "choice_label": "Channel Details (JSON)",
            "description": "JSON object containing detailed information about each channel in the image. Names should match those in \"Ordered Channel Names\".",
            "public": true,
            "permissions": {
                "public": true,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "JSON",
            "label": "Channel Details (JSON)",
            "help_text": "JSON object containing detailed information about each channel in the image. Names should match those in \"Ordered Channel Names\".",
            "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/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/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/7d6d8a82-1e33-46b0-81d3-d12a9069cac8/?format=api",
            "id": "7d6d8a82-1e33-46b0-81d3-d12a9069cac8",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:11:47.705727+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:11:47.705803+01:00",
                "category": "property"
            },
            "name": "DevelopmentalStage",
            "choice_label": "DevelopmentalStage",
            "description": "MIAME Attribute. The developmental stage of the organism's life cycle during which the biomaterial was extracted.",
            "public": true,
            "permissions": {
                "public": true,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "TEXT",
            "label": "DevelopmentalStage",
            "help_text": "MIAME Attribute. The developmental stage of the organism's life cycle during which the biomaterial was extracted.",
            "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/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/53ba3110-e1de-4989-8911-4c6b94ae800c/?format=api",
            "id": "53ba3110-e1de-4989-8911-4c6b94ae800c",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:11:47.723325+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:11:47.723400+01:00",
                "category": "property"
            },
            "name": "Phenotype",
            "choice_label": "Phenotype",
            "description": "The observable form taken by some character (or group of characters) in an individual or an organism, excluding pathology and disease. The detectable outward manifestations of a specific genotype.",
            "public": true,
            "permissions": {
                "public": true,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "TEXT",
            "label": "Phenotype",
            "help_text": "The observable form taken by some character (or group of characters) in an individual or an organism, excluding pathology and disease. The detectable outward manifestations of a specific genotype.",
            "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/0a74b33a-68c9-4031-b6db-418bbf4d1468/?format=api",
            "id": "0a74b33a-68c9-4031-b6db-418bbf4d1468",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:11:47.727559+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:11:47.727655+01:00",
                "category": "property"
            },
            "name": "pubmed_id",
            "choice_label": "Pubmed ID",
            "description": "Pubmed identifiers.",
            "public": true,
            "permissions": {
                "public": true,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "TEXT",
            "label": "Pubmed ID",
            "help_text": "Pubmed identifiers.",
            "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": "PubmedID",
            "preferred_edit_widget": "PubmedID",
            "preferred_list_widget": "PubmedID",
            "field_meta": "cf026ba6-30d1-41f3-9e43-ae2c402b46a4",
            "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/303200b9-ded2-4d64-8840-3130dbe3298b/?format=api",
            "id": "303200b9-ded2-4d64-8840-3130dbe3298b",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:11:47.740184+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:11:47.740259+01:00",
                "category": "property"
            },
            "name": "TreatmentType",
            "choice_label": "TreatmentType",
            "description": "The treatment name that samples have been submitted to. A treatment time can be specified using the Treatment Time Annotation.",
            "public": true,
            "permissions": {
                "public": true,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "TEXT",
            "label": "TreatmentType",
            "help_text": "The treatment name that samples have been submitted to. A treatment time can be specified using the Treatment Time Annotation.",
            "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/17c42974-d74c-4c48-9806-3b9efdbe04af/?format=api",
            "id": "17c42974-d74c-4c48-9806-3b9efdbe04af",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:11:47.696530+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:11:47.696624+01:00",
                "category": "property"
            },
            "name": "CellType",
            "choice_label": "CellType",
            "description": "MIAME Attribute. The type of cell used in the experiment ; example of instances, epithelial, glial etc.",
            "public": true,
            "permissions": {
                "public": true,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "TEXT",
            "label": "CellType",
            "help_text": "MIAME Attribute. The type of cell used in the experiment ; example of instances, epithelial, glial etc.",
            "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/1de458f5-0e69-4293-a04c-ed97f5cbf5d4/?format=api",
            "id": "1de458f5-0e69-4293-a04c-ed97f5cbf5d4",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:11:47.824874+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:11:47.824949+01:00",
                "category": "property"
            },
            "name": "Epitope",
            "choice_label": "Epitope",
            "description": "Epitope.",
            "public": true,
            "permissions": {
                "public": true,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "TEXT",
            "label": "Epitope",
            "help_text": "Epitope.",
            "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/eb11986d-1a37-4577-8253-9996fde23739/?format=api",
            "id": "eb11986d-1a37-4577-8253-9996fde23739",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:11:47.627751+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:11:47.628166+01:00",
                "category": "property"
            },
            "name": "Age",
            "choice_label": "Age",
            "description": "MIAME Attribute. The time period elapsed since an identifiable point in the life cycle of an organism. If a developmental stage is specified, the identifiable point would be the beginning of that stage. Otherwise the identifiable point must be specified such as planting (e.g. 3 days post planting)",
            "public": true,
            "permissions": {
                "public": true,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "TEXT",
            "label": "Age",
            "help_text": "MIAME Attribute. The time period elapsed since an identifiable point in the life cycle of an organism. If a developmental stage is specified, the identifiable point would be the beginning of that stage. Otherwise the identifiable point must be specified such as planting (e.g. 3 days post planting)",
            "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/8d29c19f-abca-43fc-af30-76619b403a9e/?format=api",
            "id": "8d29c19f-abca-43fc-af30-76619b403a9e",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:11:47.714037+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:11:47.714113+01:00",
                "category": "property"
            },
            "name": "IndividualGeneticCharacteristics",
            "choice_label": "IndividualGeneticCharacteristics",
            "description": "MIAME Attribute. The genotype of the individual organism from which the biomaterial was derived. Individual genetic characteristics include polymorphisms, disease alleles, and haplotypes.",
            "public": true,
            "permissions": {
                "public": true,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "TEXT",
            "label": "IndividualGeneticCharacteristics",
            "help_text": "MIAME Attribute. The genotype of the individual organism from which the biomaterial was derived. Individual genetic characteristics include polymorphisms, disease alleles, and haplotypes.",
            "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/109180c2-a9ba-48c1-b470-a253825f6af0/?format=api",
            "id": "109180c2-a9ba-48c1-b470-a253825f6af0",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:11:47.719020+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:11:47.719113+01:00",
                "category": "property"
            },
            "name": "OrganismPart",
            "choice_label": "OrganismPart",
            "description": "MIAME Attribute. The part of organism's anatomy or substance arising from an organism from which the biomaterial was derived, excludes cells. E.g. tissue, organ, system, sperm, blood or body location (arm).",
            "public": true,
            "permissions": {
                "public": true,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "TEXT",
            "label": "OrganismPart",
            "help_text": "MIAME Attribute. The part of organism's anatomy or substance arising from an organism from which the biomaterial was derived, excludes cells. E.g. tissue, organ, system, sperm, blood or body location (arm).",
            "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/4ec6e7fd-9ab1-45d1-9329-b3730b7f8a86/?format=api",
            "id": "4ec6e7fd-9ab1-45d1-9329-b3730b7f8a86",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:11:47.816452+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:11:47.816528+01:00",
                "category": "property"
            },
            "name": "readtype",
            "choice_label": "ReadType",
            "description": "Readtype.",
            "public": true,
            "permissions": {
                "public": true,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "TEXT",
            "label": "ReadType",
            "help_text": "Readtype.",
            "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"
        }
    ]
}