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=-modified
{ "previous": null, "next": "https://labid-demo.embl.de/api/v2/annotationtypes/?format=api&ordering=-modified&page=2", "current": 1, "total": 56, "total_pages": 3, "results": [ { "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/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/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/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/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/f1c67f3c-b3e3-4956-9e6e-d7b002bf75f5/?format=api", "id": "f1c67f3c-b3e3-4956-9e6e-d7b002bf75f5", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:48.031094+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:48.031175+01:00", "category": "property" }, "name": "image_extracted_metadata_json", "choice_label": "Image Extracted Metadata (JSON)", "description": "JSON object containing image metadata as extracted from the image file. Read-only.", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Image Extracted Metadata (JSON)", "help_text": "JSON object containing image 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/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/a98adc00-5f4e-4374-86fe-2e123c89729b/?format=api", "id": "a98adc00-5f4e-4374-86fe-2e123c89729b", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:48.017546+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:48.017636+01:00", "category": "property" }, "name": "image_time_increment_second", "choice_label": "Time Increment (second)", "description": "TimeIncrement is used for time series that have a global timing specification instead of per-timepoint timing info. For example in a video stream. The unit default is in seconds.", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Time Increment (second)", "help_text": "TimeIncrement is used for time series that have a global timing specification instead of per-timepoint timing info. For example in a video stream. The unit default is in seconds.", "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/59ea950c-6658-4757-ac1d-4596dbaad1ae/?format=api", "id": "59ea950c-6658-4757-ac1d-4596dbaad1ae", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:48.013639+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:48.013716+01:00", "category": "property" }, "name": "image_physical_pixel_size_z_micrometer", "choice_label": "Physical Pixel Size Z (µm)", "description": "Physical size of a pixel in Z dimension in micrometers.", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Physical Pixel Size Z (µm)", "help_text": "Physical size of a pixel in Z dimension in micrometers.", "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/f602d8c0-a360-4377-8f50-fbf5c92717ef/?format=api", "id": "f602d8c0-a360-4377-8f50-fbf5c92717ef", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:48.009578+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:48.009661+01:00", "category": "property" }, "name": "image_physical_pixel_size_y_micrometer", "choice_label": "Physical Pixel Size Y (µm)", "description": "Physical size of a pixel in Y dimension in micrometers.", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Physical Pixel Size Y (µm)", "help_text": "Physical size of a pixel in Y dimension in micrometers.", "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/7bc17047-153c-4d35-91bb-343260b80e6b/?format=api", "id": "7bc17047-153c-4d35-91bb-343260b80e6b", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:48.005667+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:48.005743+01:00", "category": "property" }, "name": "image_physical_pixel_size_x_micrometer", "choice_label": "Physical Pixel Size X (µm)", "description": "Physical size of a pixel in X dimension in micrometers.", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Physical Pixel Size X (µm)", "help_text": "Physical size of a pixel in X dimension in micrometers.", "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/17a193fe-33e3-42a7-b599-690157bf4ffc/?format=api", "id": "17a193fe-33e3-42a7-b599-690157bf4ffc", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:48.001456+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:48.001556+01:00", "category": "property" }, "name": "image_size_time", "choice_label": "Image Time Points", "description": "Size of the image in Time dimension (number of time points).", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Image Time Points", "help_text": "Size of the image in Time dimension (number of time points).", "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/5105d178-9ade-4b36-89ac-9f99769454a6/?format=api", "id": "5105d178-9ade-4b36-89ac-9f99769454a6", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:47.993075+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:47.993213+01:00", "category": "property" }, "name": "image_size_z", "choice_label": "Image Size Z", "description": "Size of the image in Z dimension (number of slices).", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Image Size Z", "help_text": "Size of the image in Z dimension (number of slices).", "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/10ce49f9-cbfa-4286-bf1b-c773fa90bbe0/?format=api", "id": "10ce49f9-cbfa-4286-bf1b-c773fa90bbe0", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:47.987769+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:47.988000+01:00", "category": "property" }, "name": "image_size_y", "choice_label": "Image Size Y", "description": "Image height in Y dimension (number of pixels).", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Image Size Y", "help_text": "Image height in Y dimension (number of pixels).", "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/d1add532-2957-4229-80bd-ea27fae972c9/?format=api", "id": "d1add532-2957-4229-80bd-ea27fae972c9", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:47.941190+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:47.941267+01:00", "category": "property" }, "name": "image_size_x", "choice_label": "Image Size X", "description": "Image width in X dimension (number of pixels).", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Image Size X", "help_text": "Image width in X dimension (number of pixels).", "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" }, { "url": "https://labid-demo.embl.de/api/v2/annotationtypes/ddac7397-892d-4925-a813-137e503dec17/?format=api", "id": "ddac7397-892d-4925-a813-137e503dec17", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:11:47.930980+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:11:47.931118+01:00", "category": "property" }, "name": "image_magnification", "choice_label": "Magnification", "description": "Magnification used to capture the image, e.g. 40x, 63x, 100x.", "public": true, "permissions": { "public": true, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Magnification", "help_text": "Magnification used to capture the image, e.g. 40x, 63x, 100x.", "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" } ] }