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

{
    "previous": null,
    "next": "https://labid-demo.embl.de/api/v2/custompropertytypes/?format=api&ordering=choices_api&page=2",
    "current": 1,
    "total": 67,
    "total_pages": 4,
    "results": [
        {
            "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/9c7834c8-7c3e-4fe7-9540-23e56d6d605b/?format=api",
            "id": "9c7834c8-7c3e-4fe7-9540-23e56d6d605b",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.921210+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.921293+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=3ef27f5d-1997-44a8-8701-0822cf4b23c5&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": "81ce4294-3322-43c2-aee3-fdd7949640b2",
            "model_name": "stocks.specimen",
            "model_type": "VIRUS",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/b6035215-443f-41d6-83c8-34f776352673/?format=api",
            "id": "b6035215-443f-41d6-83c8-34f776352673",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.914079+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.914167+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": "00fb69c9-af69-43fb-8d1b-e25d4765ee2b",
            "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=00fb69c9-af69-43fb-8d1b-e25d4765ee2b&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": "VIRUS",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/b82f0b17-af43-4932-9bbf-009208ce0f82/?format=api",
            "id": "b82f0b17-af43-4932-9bbf-009208ce0f82",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.822797+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.822879+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=b86c2c34-b181-46d9-834b-190c08f95cda&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": "81ce4294-3322-43c2-aee3-fdd7949640b2",
            "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/cddd47dc-2086-4c4e-9cbd-3337c4fe6b32/?format=api",
            "id": "cddd47dc-2086-4c4e-9cbd-3337c4fe6b32",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.812855+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.812938+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": "4fc2cd49-879f-4cd9-aace-cf9786cf7b21",
            "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=4fc2cd49-879f-4cd9-aace-cf9786cf7b21&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/6b46b175-b85e-43d8-b2ba-cf67fb8b9d06/?format=api",
            "id": "6b46b175-b85e-43d8-b2ba-cf67fb8b9d06",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.807760+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.807843+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": "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/ed640676-3e17-4e8b-8087-0dbd01ed5544/?format=api",
            "id": "ed640676-3e17-4e8b-8087-0dbd01ed5544",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.802845+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.802927+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": "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/52b195c4-d77a-49bc-84c8-40426ac459bc/?format=api",
            "id": "52b195c4-d77a-49bc-84c8-40426ac459bc",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.798090+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.798172+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": "e240ef72-017d-48ca-8fb4-3bf8fae73722",
            "model_name": "stocks.specimen",
            "model_type": "PLANARIA",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/fbf4affc-c279-4853-91a5-608f149573ac/?format=api",
            "id": "fbf4affc-c279-4853-91a5-608f149573ac",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.793023+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.793107+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": "e240ef72-017d-48ca-8fb4-3bf8fae73722",
            "model_name": "stocks.specimen",
            "model_type": "PLANARIA",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/b33c0b58-d619-4b36-aa79-1aa1a8d01b5c/?format=api",
            "id": "b33c0b58-d619-4b36-aa79-1aa1a8d01b5c",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.787571+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.787689+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": "e240ef72-017d-48ca-8fb4-3bf8fae73722",
            "model_name": "stocks.specimen",
            "model_type": "PLANARIA",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/8635dc0f-150c-4989-a135-dfa71d25a8d2/?format=api",
            "id": "8635dc0f-150c-4989-a135-dfa71d25a8d2",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.743792+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.743879+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": "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/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/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/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/fb2b3077-be7f-4480-8a9c-58af4a626a1a/?format=api",
            "id": "fb2b3077-be7f-4480-8a9c-58af4a626a1a",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.719430+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.719516+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": "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/6ac82c30-55ee-4385-bc1f-ce9522a7ffac/?format=api",
            "id": "6ac82c30-55ee-4385-bc1f-ce9522a7ffac",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.713536+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.713629+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": "f5cee1da-52a3-4752-929d-f0bc8baefdfb",
            "model_name": "stocks.specimen",
            "model_type": "PLANARIA",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/d925412e-c33f-4fab-9064-76012242d45c/?format=api",
            "id": "d925412e-c33f-4fab-9064-76012242d45c",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.708486+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.708565+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": "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": "PLANARIA",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/87ad245c-3f4b-400d-8bd1-8f9e95bdb983/?format=api",
            "id": "87ad245c-3f4b-400d-8bd1-8f9e95bdb983",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.701454+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.701537+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": "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/efe37104-77e1-45a5-bd7a-e9f645d953c6/?format=api",
            "id": "efe37104-77e1-45a5-bd7a-e9f645d953c6",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.696128+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.696213+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": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4",
            "model_name": "stocks.specimen",
            "model_type": "PLANARIA",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        }
    ]
}