Custom Property Type List
API endpoint that allows CustomProperties 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)
- model_name: Model name (exact)
- mandatory: Mandatory (exact)
- created_by: Created by Username (exact)
- modified_by: Modified by Username (exact)
- model_type: Model type (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 0x7f0bca588c10>
- 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 CustomProperties 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/custompropertytypes/?format=api
{ "previous": null, "next": "https://labid-demo.embl.de/api/v2/custompropertytypes/?format=api&page=2", "current": 1, "total": 67, "total_pages": 4, "results": [ { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/01879cc6-1526-4c12-8261-959dea7d91e4/?format=api", "id": "01879cc6-1526-4c12-8261-959dea7d91e4", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-08T16:32:33.634732+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-08T16:32:33.634812+01:00", "category": "property" }, "name": "stocks_virus_activity", "choice_label": "stocks_virus_activity", "description": "", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Activity", "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": "6b636b97-f7c3-43d1-aff2-4304805244ec", "model_name": "stocks.specimen", "model_type": "VIRUS", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/07a73308-da19-40f9-88af-b14a39b6afb1/?format=api", "id": "07a73308-da19-40f9-88af-b14a39b6afb1", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-08T16:32:33.630133+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-08T16:32:33.630214+01:00", "category": "property" }, "name": "stocks_virus_titer", "choice_label": "stocks_virus_titer", "description": "e.g. viral genomes / milliliter.", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": "https://labid-demo.embl.de/api/v2/vocabularies/terms/?category_id=7fed0858-324c-4d48-9152-04b93bfeae73&fields=id%2Clabel&ordering=description%2Cname&page_size=max&response_format=flat", "type": "NUMBERUNIT", "label": "Titer", "help_text": "e.g. viral genomes / milliliter. Valid units are 'g/L', 'g/mL', 'g/µL', 'm', 'M', 'mg/L', 'mm', 'mM', 'ng/L', 'nm', 'nM', 'ppb', 'ppm', 'ppth', 'vg/L', 'vg/mL', 'vg/nL', 'vg/µL', 'µm', 'µM'.", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": false, "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": "NUMBERUNIT", "preferred_edit_widget": "NUMBERUNIT", "preferred_list_widget": "NUMBERUNIT", "field_meta": "780454e7-529c-45ca-aced-8095c4958a99", "model_name": "stocks.specimen", "model_type": "VIRUS", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/5c9e6d61-c028-455f-8943-61acd3b7fe90/?format=api", "id": "5c9e6d61-c028-455f-8943-61acd3b7fe90", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-08T16:32:33.623637+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-08T16:32:33.623759+01:00", "category": "property" }, "name": "stocks_virus_serotype", "choice_label": "stocks_virus_serotype", "description": "Serotype of this virus.", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "VOCABULARYTERM", "label": "Serotype", "help_text": "Serotype of this virus.", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": "e1755a47-b45b-41a9-bb04-d7b058f1f1ff", "mandatory": true, "validations": [ { "name": "required", "arguments": [], "error_message": "This field is mandatory." } ], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "ALWAYS", "value_choices": null, "choices_value": "id", "choices_label": "label", "choices_api": "https://labid-demo.embl.de/api/v2/vocabularies/terms/?category_id=e1755a47-b45b-41a9-bb04-d7b058f1f1ff&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": "0129cf5b-dfe8-4205-93a6-82377c4a0082", "model_name": "stocks.specimen", "model_type": "VIRUS", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/33ff9dc9-eeb5-4e7e-88a1-e941139fbd5d/?format=api", "id": "33ff9dc9-eeb5-4e7e-88a1-e941139fbd5d", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-08T16:32:33.540275+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-08T16:32:33.540349+01:00", "category": "property" }, "name": "stocks_planaria_temperature", "choice_label": "stocks_planaria_temperature", "description": "", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": "https://labid-demo.embl.de/api/v2/vocabularies/terms/?category_id=277e503b-dad1-4432-bf6f-13f0c10c139f&fields=id%2Clabel&ordering=description%2Cname&page_size=max&response_format=flat", "type": "NUMBERUNIT", "label": "Temperature", "help_text": " Valid units are '°C', '°F', 'K', '°R'.", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": false, "readonly": false, "sortable": true, "cv_category": null, "mandatory": true, "validations": [ { "name": "required", "arguments": [], "error_message": "This field is mandatory." } ], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "ALWAYS", "value_choices": null, "choices_value": "id", "choices_label": "name", "choices_api": null, "preferred_view_widget": "NUMBERUNIT", "preferred_edit_widget": "NUMBERUNIT", "preferred_list_widget": "NUMBERUNIT", "field_meta": "780454e7-529c-45ca-aced-8095c4958a99", "model_name": "stocks.specimen", "model_type": "PLANARIA", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/25571403-c83b-47de-88e2-99df855df2c4/?format=api", "id": "25571403-c83b-47de-88e2-99df855df2c4", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-08T16:32:33.535649+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-08T16:32:33.535724+01:00", "category": "property" }, "name": "stocks_planaria_food_type", "choice_label": "stocks_planaria_food_type", "description": "Provide a list of values.", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "VOCABULARYTERM", "label": "Food type", "help_text": "Provide a list of values.", "default": "", "has_default": false, "multiple": true, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": "a97800f5-397d-4dbb-a9a3-cecd663ce52b", "mandatory": true, "validations": [ { "name": "required", "arguments": [], "error_message": "This field is mandatory." } ], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "ALWAYS", "value_choices": null, "choices_value": "id", "choices_label": "label", "choices_api": "https://labid-demo.embl.de/api/v2/vocabularies/terms/?category_id=a97800f5-397d-4dbb-a9a3-cecd663ce52b&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": "0129cf5b-dfe8-4205-93a6-82377c4a0082", "model_name": "stocks.specimen", "model_type": "PLANARIA", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/9c8cad14-63df-41ae-9dcc-3a94acb00fc0/?format=api", "id": "9c8cad14-63df-41ae-9dcc-3a94acb00fc0", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-08T16:32:33.530843+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-08T16:32:33.530918+01:00", "category": "property" }, "name": "stocks_planaria_water_type", "choice_label": "stocks_planaria_water_type", "description": "Provide a list of values.", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "VOCABULARYTERM", "label": "Water type", "help_text": "Provide a list of values.", "default": "", "has_default": false, "multiple": true, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": "2a4b7189-0506-420a-8e7c-54edc847de4a", "mandatory": true, "validations": [ { "name": "required", "arguments": [], "error_message": "This field is mandatory." } ], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "ALWAYS", "value_choices": null, "choices_value": "id", "choices_label": "label", "choices_api": "https://labid-demo.embl.de/api/v2/vocabularies/terms/?category_id=2a4b7189-0506-420a-8e7c-54edc847de4a&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": "0129cf5b-dfe8-4205-93a6-82377c4a0082", "model_name": "stocks.specimen", "model_type": "PLANARIA", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/1e3a79b4-ea1c-41a9-bf1a-b1fae56c6148/?format=api", "id": "1e3a79b4-ea1c-41a9-bf1a-b1fae56c6148", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-08T16:32:33.526088+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-08T16:32:33.526181+01:00", "category": "property" }, "name": "stocks_planaria_collection_latitude", "choice_label": "stocks_planaria_collection_latitude", "description": "Provide the latitude coordinate (-90 to 90)", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Collection Latitude", "help_text": "Provide the latitude coordinate (-90 to 90)", "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": "TEXT", "preferred_edit_widget": "TEXTINPUT", "preferred_list_widget": "TEXT", "field_meta": "6b636b97-f7c3-43d1-aff2-4304805244ec", "model_name": "stocks.specimen", "model_type": "PLANARIA", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/a93c1fac-ed98-4637-baf2-649539cf3e2c/?format=api", "id": "a93c1fac-ed98-4637-baf2-649539cf3e2c", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-08T16:32:33.521243+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-08T16:32:33.521318+01:00", "category": "property" }, "name": "stocks_planaria_collection_longitude", "choice_label": "stocks_planaria_collection_longitude", "description": "Provide the longitude coordinate (-180 to 180)", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Collection Longitude", "help_text": "Provide the longitude coordinate (-180 to 180)", "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": "TEXT", "preferred_edit_widget": "TEXTINPUT", "preferred_list_widget": "TEXT", "field_meta": "6b636b97-f7c3-43d1-aff2-4304805244ec", "model_name": "stocks.specimen", "model_type": "PLANARIA", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/2e0cde7b-278f-4b28-9031-e884d285ff14/?format=api", "id": "2e0cde7b-278f-4b28-9031-e884d285ff14", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-08T16:32:33.516463+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-08T16:32:33.516539+01:00", "category": "property" }, "name": "stocks_planaria_collection_locality", "choice_label": "stocks_planaria_collection_locality", "description": "", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Collection Locality", "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": "ALWAYS", "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": "2d724c89-c0a3-4772-b303-7655e2a35a56", "model_name": "stocks.specimen", "model_type": "PLANARIA", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/5a53fd7c-e920-4978-8eb9-5e6d8e05911a/?format=api", "id": "5a53fd7c-e920-4978-8eb9-5e6d8e05911a", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-08T16:32:33.511707+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-08T16:32:33.511783+01:00", "category": "property" }, "name": "stocks_planaria_collection_country", "choice_label": "stocks_planaria_collection_country", "description": "", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Collection Country", "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": "ALWAYS", "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": "2d724c89-c0a3-4772-b303-7655e2a35a56", "model_name": "stocks.specimen", "model_type": "PLANARIA", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/f0d709f3-d3f4-48c0-9ee9-b6383818afff/?format=api", "id": "f0d709f3-d3f4-48c0-9ee9-b6383818afff", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-08T16:32:33.506991+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-08T16:32:33.507069+01:00", "category": "property" }, "name": "stocks_planaria_collection_id", "choice_label": "stocks_planaria_collection_id", "description": "", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Collection ID", "help_text": "", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": null, "mandatory": true, "validations": [ { "name": "required", "arguments": [], "error_message": "This field is mandatory." } ], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "ALWAYS", "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": "2d724c89-c0a3-4772-b303-7655e2a35a56", "model_name": "stocks.specimen", "model_type": "PLANARIA", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/1e16a21a-263e-4c96-ada5-6315cc075b52/?format=api", "id": "1e16a21a-263e-4c96-ada5-6315cc075b52", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-08T16:32:33.502147+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-08T16:32:33.502224+01:00", "category": "property" }, "name": "stocks_planaria_karyotype", "choice_label": "stocks_planaria_karyotype", "description": "", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Karyotype", "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": "ALWAYS", "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": "6b636b97-f7c3-43d1-aff2-4304805244ec", "model_name": "stocks.specimen", "model_type": "PLANARIA", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/9602847a-33a0-4b44-b39b-2beeded11afd/?format=api", "id": "9602847a-33a0-4b44-b39b-2beeded11afd", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-08T16:32:33.497070+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-08T16:32:33.497150+01:00", "category": "property" }, "name": "stocks_planaria_strain", "choice_label": "stocks_planaria_strain", "description": "", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Strain", "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": "ALWAYS", "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": "6b636b97-f7c3-43d1-aff2-4304805244ec", "model_name": "stocks.specimen", "model_type": "PLANARIA", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/75cb74db-10fd-4074-b786-c882f43e8f07/?format=api", "id": "75cb74db-10fd-4074-b786-c882f43e8f07", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-08T16:32:33.491958+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-08T16:32:33.492033+01:00", "category": "property" }, "name": "stocks_planaria_transgenic_donor_risk_group", "choice_label": "stocks_planaria_transgenic_donor_risk_group", "description": "The risk group of the transgenic donor organism.", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "VOCABULARYTERM", "label": "Transgenic Donor Risk Group", "help_text": "The risk group of the transgenic donor organism.", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": "554ba643-9107-4670-88c2-faaea97ce0f8", "mandatory": false, "validations": [], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "ALWAYS", "value_choices": null, "choices_value": "id", "choices_label": "label", "choices_api": "https://labid-demo.embl.de/api/v2/vocabularies/terms/?category_id=554ba643-9107-4670-88c2-faaea97ce0f8&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": "0129cf5b-dfe8-4205-93a6-82377c4a0082", "model_name": "stocks.specimen", "model_type": "PLANARIA", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/b9fa9e88-8b48-4aa1-b486-97e3e15705c0/?format=api", "id": "b9fa9e88-8b48-4aa1-b486-97e3e15705c0", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-08T16:32:33.485127+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-08T16:32:33.485208+01:00", "category": "property" }, "name": "stocks_planaria_transgenic_material_donor", "choice_label": "stocks_planaria_transgenic_material_donor", "description": "The donor organism of the transgenic material inserted in this specimen.", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "VOCABULARYTERM", "label": "Transgenic Material Donor", "help_text": "The donor organism of the transgenic material inserted in this specimen.", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": "49001ac6-21c2-4cd6-ab70-5c1c1af4b7e8", "mandatory": false, "validations": [], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "ALWAYS", "value_choices": null, "choices_value": "id", "choices_label": "label", "choices_api": "https://labid-demo.embl.de/api/v2/vocabularies/terms/?category_id=49001ac6-21c2-4cd6-ab70-5c1c1af4b7e8&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": "0129cf5b-dfe8-4205-93a6-82377c4a0082", "model_name": "stocks.specimen", "model_type": "PLANARIA", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/ef622e0a-e3d9-476f-a2b9-f24670a0ab68/?format=api", "id": "ef622e0a-e3d9-476f-a2b9-f24670a0ab68", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-08T16:32:33.438479+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-08T16:32:33.438558+01:00", "category": "property" }, "name": "stocks_planaria_transgenic_insert_description", "choice_label": "stocks_planaria_transgenic_insert_description", "description": "Free text description of the transgenic material inserted in this specimen.", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Transgenic Insert Description", "help_text": "Free text description of the transgenic material inserted in this specimen.", "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": "TEXT", "preferred_edit_widget": "TEXTINPUT", "preferred_list_widget": "TEXT", "field_meta": "6b636b97-f7c3-43d1-aff2-4304805244ec", "model_name": "stocks.specimen", "model_type": "PLANARIA", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/8d8e3e2f-8233-4591-9df8-7cfdf8ff79b0/?format=api", "id": "8d8e3e2f-8233-4591-9df8-7cfdf8ff79b0", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-08T16:32:33.432620+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-08T16:32:33.432700+01:00", "category": "property" }, "name": "stocks_planaria_transgenic_insert_plasmid", "choice_label": "stocks_planaria_transgenic_insert_plasmid", "description": "The plasmid containing the transgenic material inserted in this specimen.", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "OBJECT", "label": "Transgenic Insert Plasmid", "help_text": "The plasmid containing the transgenic material inserted in this specimen.", "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": "https://labid-demo.embl.de/api/v2/stocks/consumables/?fields=id%2Cchoice_label&ordering=name&page_size=20&response_format=flat&type=PLASMID", "preferred_view_widget": "CSVLINK", "preferred_edit_widget": "SELECT", "preferred_list_widget": "CSVLINK", "field_meta": "7d718aa4-6ae1-43cb-a033-7b375398a11e", "model_name": "stocks.specimen", "model_type": "PLANARIA", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/c769311c-5abb-4b66-b525-44de588c3e8f/?format=api", "id": "c769311c-5abb-4b66-b525-44de588c3e8f", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-08T16:32:33.427758+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-08T16:32:33.427833+01:00", "category": "property" }, "name": "stocks_planaria_genetic_modification_technique", "choice_label": "stocks_planaria_genetic_modification_technique", "description": "The genetic modification technique for genetically modified organisms (GMO).", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "VOCABULARYTERM", "label": "Genetic Modification Technique", "help_text": "The genetic modification technique for genetically modified organisms (GMO).", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": "49d7745a-0261-4217-808f-2185f580f8ad", "mandatory": false, "validations": [], "visibility": "ALWAYS", "edit_visibility": "ALWAYS", "list_visibility": "ALWAYS", "value_choices": null, "choices_value": "id", "choices_label": "label", "choices_api": "https://labid-demo.embl.de/api/v2/vocabularies/terms/?category_id=49d7745a-0261-4217-808f-2185f580f8ad&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": "0129cf5b-dfe8-4205-93a6-82377c4a0082", "model_name": "stocks.specimen", "model_type": "PLANARIA", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/2105f4f2-dd34-4d25-9db3-390fc27f53a1/?format=api", "id": "2105f4f2-dd34-4d25-9db3-390fc27f53a1", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-08T16:32:33.421447+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-08T16:32:33.421525+01:00", "category": "property" }, "name": "stocks_planaria_genetic_background", "choice_label": "stocks_planaria_genetic_background", "description": "The genetic background of the strain/line used to generate this GMO.", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Genetic Background", "help_text": "The genetic background of the strain/line used to generate this GMO.", "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": "TEXT", "preferred_edit_widget": "TEXTINPUT", "preferred_list_widget": "TEXT", "field_meta": "6b636b97-f7c3-43d1-aff2-4304805244ec", "model_name": "stocks.specimen", "model_type": "PLANARIA", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/175e6e0f-7afb-4d79-ac10-a60f87b578bc/?format=api", "id": "175e6e0f-7afb-4d79-ac10-a60f87b578bc", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-08T16:32:33.416529+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-08T16:32:33.416608+01:00", "category": "property" }, "name": "stocks_planaria_genotype", "choice_label": "stocks_planaria_genotype", "description": "The specimen genotype.", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Genotype", "help_text": "The specimen 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": "ALWAYS", "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": "6b636b97-f7c3-43d1-aff2-4304805244ec", "model_name": "stocks.specimen", "model_type": "PLANARIA", "owner": "admin", "owned_by": "SYSTEM_GROUP" } ] }