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 0x7f45063b6710>
- 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&ordering=id
{ "previous": null, "next": "https://labid-demo.embl.de/api/v2/custompropertytypes/?format=api&ordering=id&page=2", "current": 1, "total": 67, "total_pages": 4, "results": [ { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/0541ba08-cf77-4015-acec-12d8249cd16b/?format=api", "id": "0541ba08-cf77-4015-acec-12d8249cd16b", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:31:32.540476+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:31:32.540555+01:00", "category": "property" }, "name": "stocks_fish_genetic_modification_technique", "choice_label": "stocks_fish_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": "a5ac2c39-5bdd-4877-ab56-884e948ee8ed", "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=a5ac2c39-5bdd-4877-ab56-884e948ee8ed&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", "model_name": "stocks.specimen", "model_type": "FISH", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/0602cca6-fec8-4af5-9c30-77fa44054e8b/?format=api", "id": "0602cca6-fec8-4af5-9c30-77fa44054e8b", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:31:32.186764+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:31:32.186843+01:00", "category": "property" }, "name": "stocks_oligo_polymer_type", "choice_label": "stocks_oligo_polymer_type", "description": "Polymer type, e.g. DNA", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "VOCABULARYTERM", "label": "Polymer Type", "help_text": "Polymer type, e.g. DNA", "default": "DNA", "has_default": true, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": "45cf38b8-dbd4-4965-8f9c-11b4fcdfbeb1", "mandatory": true, "validations": [ { "name": "required", "arguments": [], "error_message": "This field is mandatory." } ], "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=45cf38b8-dbd4-4965-8f9c-11b4fcdfbeb1&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", "model_name": "stocks.consumable", "model_type": "OLIGO", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/0a26623f-8488-460c-ba90-1415df50927b/?format=api", "id": "0a26623f-8488-460c-ba90-1415df50927b", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:31:32.025592+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:31:32.025684+01:00", "category": "property" }, "name": "stocks_antibody_conjugate", "choice_label": "stocks_antibody_conjugate", "description": "Indicates the compound that is conjugated to this antibody.", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Conjugate", "help_text": "Indicates the compound that is conjugated to this antibody.", "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", "model_name": "stocks.consumable", "model_type": "ANTIBODY", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/0d2c2bca-849e-4079-b51d-03cbaf5518f5/?format=api", "id": "0d2c2bca-849e-4079-b51d-03cbaf5518f5", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:31:32.738588+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:31:32.738680+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": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4", "model_name": "stocks.specimen", "model_type": "PLANARIA", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/11151ada-1ea6-4282-97d9-6d46ee51788a/?format=api", "id": "11151ada-1ea6-4282-97d9-6d46ee51788a", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:31:32.612997+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:31:32.613082+01:00", "category": "property" }, "name": "stocks_fish_transgenic_insert_description", "choice_label": "stocks_fish_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": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4", "model_name": "stocks.specimen", "model_type": "FISH", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/18e3c6b5-67df-4922-b54e-c15a100b33bc/?format=api", "id": "18e3c6b5-67df-4922-b54e-c15a100b33bc", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:31:32.926278+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:31:32.926359+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": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4", "model_name": "stocks.specimen", "model_type": "VIRUS", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/1affbcef-c9b1-4248-a76d-8280853584b1/?format=api", "id": "1affbcef-c9b1-4248-a76d-8280853584b1", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:31:32.726374+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:31:32.726453+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": "ecb49b95-a517-4019-884f-d9736d9583f4", "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=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", "model_name": "stocks.specimen", "model_type": "PLANARIA", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/1cac981f-c56f-469f-8447-d6c4ab0550ac/?format=api", "id": "1cac981f-c56f-469f-8447-d6c4ab0550ac", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:31:32.733524+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:31:32.733604+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": "f5b9d3b9-3691-435f-83b3-1398831b619e", "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=f5b9d3b9-3691-435f-83b3-1398831b619e&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", "model_name": "stocks.specimen", "model_type": "PLANARIA", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/2390880b-c55b-4654-8f43-31a53515a790/?format=api", "id": "2390880b-c55b-4654-8f43-31a53515a790", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:31:32.817748+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:31:32.817831+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": "0a161cec-ca50-4d34-ae1c-0e7244530aaa", "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=0a161cec-ca50-4d34-ae1c-0e7244530aaa&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", "model_name": "stocks.specimen", "model_type": "PLANARIA", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/266ee96b-ecca-496e-976f-5f63a5aa2092/?format=api", "id": "266ee96b-ecca-496e-976f-5f63a5aa2092", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:31:32.036928+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:31:32.037008+01:00", "category": "property" }, "name": "stocks_antibody_dilution", "choice_label": "stocks_antibody_dilution", "description": "Dilution used.", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Dilution used", "help_text": "Dilution used.", "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": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4", "model_name": "stocks.consumable", "model_type": "ANTIBODY", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/2c7f5d9a-7de3-4c94-a1cb-e7bbad7f854b/?format=api", "id": "2c7f5d9a-7de3-4c94-a1cb-e7bbad7f854b", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:31:32.192017+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:31:32.192098+01:00", "category": "property" }, "name": "stocks_oligo_modifications", "choice_label": "stocks_oligo_modifications", "description": "Modifications, free text.", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Modifications", "help_text": "Modifications, free 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", "model_name": "stocks.consumable", "model_type": "OLIGO", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/2d89a7a3-aec7-4964-a6f4-cf67de4cf745/?format=api", "id": "2d89a7a3-aec7-4964-a6f4-cf67de4cf745", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:31:32.430460+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:31:32.430538+01:00", "category": "property" }, "name": "stocks_cnidaria_genetic_modification_technique", "choice_label": "stocks_cnidaria_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": "a5ac2c39-5bdd-4877-ab56-884e948ee8ed", "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=a5ac2c39-5bdd-4877-ab56-884e948ee8ed&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", "model_name": "stocks.specimen", "model_type": "CNIDARIA", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/2ea838f2-fad7-4d73-b892-7568b4465514/?format=api", "id": "2ea838f2-fad7-4d73-b892-7568b4465514", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:22:51.116976+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:22:51.117059+01:00", "category": "property" }, "name": "additional_film", "choice_label": "additional_film", "description": "", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "VOCABULARYTERM", "label": "Additional Film", "help_text": "", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": "906c09a2-8534-4991-93f0-5037090c2f52", "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=906c09a2-8534-4991-93f0-5037090c2f52&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", "model_name": "stocks.consumable", "model_type": "EMGRID", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/36b82292-75f3-41db-9643-58167079ce48/?format=api", "id": "36b82292-75f3-41db-9643-58167079ce48", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:31:32.117723+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:31:32.117805+01:00", "category": "property" }, "name": "stocks_enzyme_category", "choice_label": "stocks_enzyme_category", "description": "Category or type of this enzyme.", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "VOCABULARYTERM", "label": "Category", "help_text": "Category or type of this enzyme.", "default": "Polymerase", "has_default": true, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": "66252dc2-7d24-4fb8-8068-083216dda958", "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=66252dc2-7d24-4fb8-8068-083216dda958&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", "model_name": "stocks.consumable", "model_type": "ENZYME", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/3996da29-e4c0-436d-8709-d2361693ab8b/?format=api", "id": "3996da29-e4c0-436d-8709-d2361693ab8b", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:31:32.009152+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:31:32.009230+01:00", "category": "property" }, "name": "stocks_antibody_clonality", "choice_label": "stocks_antibody_clonality", "description": "Select one.", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "VOCABULARYTERM", "label": "Clonality", "help_text": "Select one.", "default": "", "has_default": false, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": "cea444a9-df98-4a6e-b6b8-19c9aeae5544", "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=cea444a9-df98-4a6e-b6b8-19c9aeae5544&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", "model_name": "stocks.consumable", "model_type": "ANTIBODY", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/3e1662aa-b429-43cb-a648-bed701860481/?format=api", "id": "3e1662aa-b429-43cb-a648-bed701860481", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:31:32.123694+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:31:32.123777+01:00", "category": "property" }, "name": "stocks_enzyme_ec_number", "choice_label": "stocks_enzyme_ec_number", "description": "The EC number of the Enzyme Class, see e.g. https://enzyme.expasy.org/", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "EC Number", "help_text": "The EC number of the Enzyme Class, see e.g. https://enzyme.expasy.org/", "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", "model_name": "stocks.consumable", "model_type": "ENZYME", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/3ffcf012-f369-46ef-9796-e7fd98f3f49d/?format=api", "id": "3ffcf012-f369-46ef-9796-e7fd98f3f49d", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:22:51.089400+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:22:51.089603+01:00", "category": "property" }, "name": "mesh", "choice_label": "mesh", "description": "", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Mesh", "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": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4", "model_name": "stocks.consumable", "model_type": "EMGRID", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/44e0132c-4436-43f4-bf1a-423c4c47453d/?format=api", "id": "44e0132c-4436-43f4-bf1a-423c4c47453d", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:31:32.597467+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:31:32.597554+01:00", "category": "property" }, "name": "stocks_fish_mother", "choice_label": "stocks_fish_mother", "description": "The maternal ancestor.", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "OBJECT", "label": "Mother", "help_text": "The maternal ancestor.", "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/specimen/?fields=id%2Cchoice_label&ordering=name&page_size=20&response_format=flat&type=FISH", "preferred_view_widget": "CSVLINK", "preferred_edit_widget": "SELECT", "preferred_list_widget": "CSVLINK", "field_meta": "f5cee1da-52a3-4752-929d-f0bc8baefdfb", "model_name": "stocks.specimen", "model_type": "FISH", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/4830a088-66fe-48a2-a744-da6319090e50/?format=api", "id": "4830a088-66fe-48a2-a744-da6319090e50", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:31:32.229571+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:31:32.229659+01:00", "category": "property" }, "name": "stocks_slide_application_type", "choice_label": "stocks_slide_application_type", "description": "Application type of this slide.", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "VOCABULARYTERM", "label": "Application Type", "help_text": "Application type of this slide.", "default": "TIRF", "has_default": true, "multiple": false, "is_protocol_parameter": false, "autocomplete": "", "searchable": true, "readonly": false, "sortable": true, "cv_category": "5b1f6f30-c807-46fd-bbd9-9e47425d4855", "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=5b1f6f30-c807-46fd-bbd9-9e47425d4855&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", "model_name": "stocks.consumable", "model_type": "SLIDE", "owner": "admin", "owned_by": "SYSTEM_GROUP" }, { "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/4b4c3a7f-8c54-46f4-89ba-b5e41769ff82/?format=api", "id": "4b4c3a7f-8c54-46f4-89ba-b5e41769ff82", "created_by": "admin", "modified_by": "admin", "created": { "name": "created", "value": "2025-12-16T09:31:32.042017+01:00", "category": "property" }, "modified": { "name": "modified", "value": "2025-12-16T09:31:32.042104+01:00", "category": "property" }, "name": "stocks_antibody_clone_name", "choice_label": "stocks_antibody_clone_name", "description": "The name/identifier given by the manufacturer to the hybridoma clone producing this antibody.", "public": false, "permissions": { "public": false, "actions": {} }, "unit_choices_api": null, "type": "TEXT", "label": "Clone name", "help_text": "The name/identifier given by the manufacturer to the hybridoma clone producing this antibody.", "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": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4", "model_name": "stocks.consumable", "model_type": "ANTIBODY", "owner": "admin", "owned_by": "SYSTEM_GROUP" } ] }