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

{
    "previous": "https://labid-demo.embl.de/api/v2/annotationtypes/?format=api",
    "next": "https://labid-demo.embl.de/api/v2/annotationtypes/?format=api&page=3",
    "current": 2,
    "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/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/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/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/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/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/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/2f76abf3-4b70-492c-ba96-1b4c862c9992/?format=api",
            "id": "2f76abf3-4b70-492c-ba96-1b4c862c9992",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:11:47.890392+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:11:47.890504+01:00",
                "category": "property"
            },
            "name": "Temperature",
            "choice_label": "Temperature",
            "description": "Temperature.",
            "public": true,
            "permissions": {
                "public": true,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "TEXT",
            "label": "Temperature",
            "help_text": "Temperature.",
            "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/54d2f1bf-245f-4907-9f69-b01fbbb77e85/?format=api",
            "id": "54d2f1bf-245f-4907-9f69-b01fbbb77e85",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:11:47.844634+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:11:47.844766+01:00",
                "category": "property"
            },
            "name": "Organism",
            "choice_label": "Organism",
            "description": "The organism.",
            "public": true,
            "permissions": {
                "public": true,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "VOCABULARYTERM",
            "label": "Organism",
            "help_text": "The organism.",
            "default": "",
            "has_default": false,
            "multiple": false,
            "is_protocol_parameter": false,
            "autocomplete": "",
            "searchable": true,
            "readonly": false,
            "sortable": true,
            "cv_category": "ecb49b95-a517-4019-884f-d9736d9583f4",
            "mandatory": false,
            "validations": [],
            "visibility": "ALWAYS",
            "edit_visibility": "ALWAYS",
            "list_visibility": "OPTIONAL",
            "value_choices": null,
            "choices_value": "id",
            "choices_label": "label",
            "choices_api": "https://labid-demo.embl.de/api/v2/vocabularies/terms/?category_id=ecb49b95-a517-4019-884f-d9736d9583f4&fields=id%2Clabel&ordering=name&page_size=20&response_format=flat",
            "preferred_view_widget": "CVVIEW",
            "preferred_edit_widget": "CVEDIT",
            "preferred_list_widget": "CSVTEXT",
            "field_meta": "ad0a3aab-0680-4e2b-b943-987013ba376b",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/annotationtypes/7e79f085-c81e-427c-ad16-8b04c45d9912/?format=api",
            "id": "7e79f085-c81e-427c-ad16-8b04c45d9912",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:11:47.838702+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:11:47.838779+01:00",
                "category": "property"
            },
            "name": "Growth Media",
            "choice_label": "Growth Media",
            "description": "Growth Media.",
            "public": true,
            "permissions": {
                "public": true,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "TEXT",
            "label": "Growth Media",
            "help_text": "Growth Media.",
            "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/9bf81842-4ec6-4848-b5dd-05547bbcaebd/?format=api",
            "id": "9bf81842-4ec6-4848-b5dd-05547bbcaebd",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:11:47.833103+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:11:47.833178+01:00",
                "category": "property"
            },
            "name": "StrainOrLine",
            "choice_label": "StrainOrLine",
            "description": "StrainOrLine.",
            "public": true,
            "permissions": {
                "public": true,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "TEXT",
            "label": "StrainOrLine",
            "help_text": "StrainOrLine.",
            "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/cc04552d-eab9-40b5-be8e-44b6c725976f/?format=api",
            "id": "cc04552d-eab9-40b5-be8e-44b6c725976f",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:11:47.829093+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:11:47.829168+01:00",
                "category": "property"
            },
            "name": "GeneOfInterest",
            "choice_label": "GeneOfInterest",
            "description": "GeneOfInterest.",
            "public": true,
            "permissions": {
                "public": true,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "TEXT",
            "label": "GeneOfInterest",
            "help_text": "GeneOfInterest.",
            "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/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/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"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/annotationtypes/6cedc2a1-0181-4d82-acd5-20075f207636/?format=api",
            "id": "6cedc2a1-0181-4d82-acd5-20075f207636",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:11:47.812318+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:11:47.812394+01:00",
                "category": "property"
            },
            "name": "Sex",
            "choice_label": "Sex",
            "description": "MIAME Attribute.",
            "public": true,
            "permissions": {
                "public": true,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "VOCABULARYTERM",
            "label": "Sex",
            "help_text": "MIAME Attribute.",
            "default": "",
            "has_default": false,
            "multiple": false,
            "is_protocol_parameter": false,
            "autocomplete": "",
            "searchable": true,
            "readonly": false,
            "sortable": true,
            "cv_category": "f2d9452b-1443-4b12-8512-0cb0ad06991c",
            "mandatory": false,
            "validations": [],
            "visibility": "ALWAYS",
            "edit_visibility": "ALWAYS",
            "list_visibility": "OPTIONAL",
            "value_choices": null,
            "choices_value": "id",
            "choices_label": "label",
            "choices_api": "https://labid-demo.embl.de/api/v2/vocabularies/terms/?category_id=f2d9452b-1443-4b12-8512-0cb0ad06991c&fields=id%2Clabel&ordering=name&page_size=20&response_format=flat",
            "preferred_view_widget": "CVVIEW",
            "preferred_edit_widget": "CVEDIT",
            "preferred_list_widget": "CSVTEXT",
            "field_meta": "ad0a3aab-0680-4e2b-b943-987013ba376b",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/annotationtypes/a7d65c5a-4079-4c12-9828-a6a2ce182202/?format=api",
            "id": "a7d65c5a-4079-4c12-9828-a6a2ce182202",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:11:47.806555+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:11:47.806643+01:00",
                "category": "property"
            },
            "name": "SampleType",
            "choice_label": "SampleType",
            "description": "MIAME Attribute. The form in which the BioMaterial was obtained/maintained e.g. frozen, fresh etc... (ref MAGE BioSourceType).",
            "public": true,
            "permissions": {
                "public": true,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "VOCABULARYTERM",
            "label": "SampleType",
            "help_text": "MIAME Attribute. The form in which the BioMaterial was obtained/maintained e.g. frozen, fresh etc... (ref MAGE BioSourceType).",
            "default": "",
            "has_default": false,
            "multiple": false,
            "is_protocol_parameter": false,
            "autocomplete": "",
            "searchable": true,
            "readonly": false,
            "sortable": true,
            "cv_category": "608b5804-45c5-47b7-8e86-679ac6e9ce4b",
            "mandatory": false,
            "validations": [],
            "visibility": "ALWAYS",
            "edit_visibility": "ALWAYS",
            "list_visibility": "OPTIONAL",
            "value_choices": null,
            "choices_value": "id",
            "choices_label": "label",
            "choices_api": "https://labid-demo.embl.de/api/v2/vocabularies/terms/?category_id=608b5804-45c5-47b7-8e86-679ac6e9ce4b&fields=id%2Clabel&ordering=name&page_size=20&response_format=flat",
            "preferred_view_widget": "CVVIEW",
            "preferred_edit_widget": "CVEDIT",
            "preferred_list_widget": "CSVTEXT",
            "field_meta": "ad0a3aab-0680-4e2b-b943-987013ba376b",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/annotationtypes/a8285606-58c9-4a16-8da2-c921e0dbed54/?format=api",
            "id": "a8285606-58c9-4a16-8da2-c921e0dbed54",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:11:47.800078+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:11:47.800157+01:00",
                "category": "property"
            },
            "name": "InitialTimePoint",
            "choice_label": "InitialTimePoint",
            "description": "MIAME Attribute. The point from which measurements of age were taken.",
            "public": true,
            "permissions": {
                "public": true,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "VOCABULARYTERM",
            "label": "InitialTimePoint",
            "help_text": "MIAME Attribute. The point from which measurements of age were taken.",
            "default": "",
            "has_default": false,
            "multiple": false,
            "is_protocol_parameter": false,
            "autocomplete": "",
            "searchable": true,
            "readonly": false,
            "sortable": true,
            "cv_category": "1adf2212-3e63-42ff-a442-bd1f40ca5511",
            "mandatory": false,
            "validations": [],
            "visibility": "ALWAYS",
            "edit_visibility": "ALWAYS",
            "list_visibility": "OPTIONAL",
            "value_choices": null,
            "choices_value": "id",
            "choices_label": "label",
            "choices_api": "https://labid-demo.embl.de/api/v2/vocabularies/terms/?category_id=1adf2212-3e63-42ff-a442-bd1f40ca5511&fields=id%2Clabel&ordering=name&page_size=20&response_format=flat",
            "preferred_view_widget": "CVVIEW",
            "preferred_edit_widget": "CVEDIT",
            "preferred_list_widget": "CSVTEXT",
            "field_meta": "ad0a3aab-0680-4e2b-b943-987013ba376b",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/annotationtypes/e5177f8e-8e3c-4978-af84-2aa88c0ddbfa/?format=api",
            "id": "e5177f8e-8e3c-4978-af84-2aa88c0ddbfa",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:11:47.794251+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:11:47.794331+01:00",
                "category": "property"
            },
            "name": "GeneticModification",
            "choice_label": "GeneticModification",
            "description": "MIAME Attribute. Note: use 'IndividualGeneticCharacteristics' to describe the genotype. The genetic modification introduced into the organism from which the biomaterial was derived. Examples of genetic modification include specification of a transgene or the gene knocked-out or details of transient transfection. Values could be one of chromosomal substitution, gene knock in, gene knock out, induced mutation, transfection or other if nothing suits your case.",
            "public": true,
            "permissions": {
                "public": true,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "VOCABULARYTERM",
            "label": "GeneticModification",
            "help_text": "MIAME Attribute. Note: use 'IndividualGeneticCharacteristics' to describe the genotype. The genetic modification introduced into the organism from which the biomaterial was derived. Examples of genetic modification include specification of a transgene or the gene knocked-out or details of transient transfection. Values could be one of chromosomal substitution, gene knock in, gene knock out, induced mutation, transfection or other if nothing suits your case.",
            "default": "",
            "has_default": false,
            "multiple": false,
            "is_protocol_parameter": false,
            "autocomplete": "",
            "searchable": true,
            "readonly": false,
            "sortable": true,
            "cv_category": "ac1d9e7c-cb17-42f4-85a7-adb64baaa7ef",
            "mandatory": false,
            "validations": [],
            "visibility": "ALWAYS",
            "edit_visibility": "ALWAYS",
            "list_visibility": "OPTIONAL",
            "value_choices": null,
            "choices_value": "id",
            "choices_label": "label",
            "choices_api": "https://labid-demo.embl.de/api/v2/vocabularies/terms/?category_id=ac1d9e7c-cb17-42f4-85a7-adb64baaa7ef&fields=id%2Clabel&ordering=name&page_size=20&response_format=flat",
            "preferred_view_widget": "CVVIEW",
            "preferred_edit_widget": "CVEDIT",
            "preferred_list_widget": "CSVTEXT",
            "field_meta": "ad0a3aab-0680-4e2b-b943-987013ba376b",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        }
    ]
}