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

{
    "previous": "https://labid-demo.embl.de/api/v2/custompropertytypes/?format=api",
    "next": "https://labid-demo.embl.de/api/v2/custompropertytypes/?format=api&page=3",
    "current": 2,
    "total": 67,
    "total_pages": 4,
    "results": [
        {
            "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/d14e0512-018f-4ab4-b894-69d17367b9b5/?format=api",
            "id": "d14e0512-018f-4ab4-b894-69d17367b9b5",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.626607+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.626696+01:00",
                "category": "property"
            },
            "name": "stocks_fish_transgenic_donor_risk_group",
            "choice_label": "stocks_fish_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": "FISH",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/aa18d972-b15f-417e-a4d6-97435ace4c9e/?format=api",
            "id": "aa18d972-b15f-417e-a4d6-97435ace4c9e",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.619748+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.619826+01:00",
                "category": "property"
            },
            "name": "stocks_fish_transgenic_material_donor",
            "choice_label": "stocks_fish_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": "FISH",
            "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/898efff1-fdcd-4de5-a4c2-4c60504f69f0/?format=api",
            "id": "898efff1-fdcd-4de5-a4c2-4c60504f69f0",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.606768+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.606854+01:00",
                "category": "property"
            },
            "name": "stocks_fish_transgenic_insert_plasmid",
            "choice_label": "stocks_fish_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": "FISH",
            "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/db3b8b19-d559-4ff3-9225-7beec86af546/?format=api",
            "id": "db3b8b19-d559-4ff3-9225-7beec86af546",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.591513+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.591599+01:00",
                "category": "property"
            },
            "name": "stocks_fish_father",
            "choice_label": "stocks_fish_father",
            "description": "The paternal ancestor.",
            "public": false,
            "permissions": {
                "public": false,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "OBJECT",
            "label": "Father",
            "help_text": "The paternal 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/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/4e4b5dad-ec0f-4994-a39e-43ab93bfdf17/?format=api",
            "id": "4e4b5dad-ec0f-4994-a39e-43ab93bfdf17",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.534173+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.534254+01:00",
                "category": "property"
            },
            "name": "stocks_fish_genetic_background",
            "choice_label": "stocks_fish_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": "FISH",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/b4b7abbb-8175-4145-98b4-0056db442815/?format=api",
            "id": "b4b7abbb-8175-4145-98b4-0056db442815",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.529216+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.529297+01:00",
                "category": "property"
            },
            "name": "stocks_fish_genotype",
            "choice_label": "stocks_fish_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": "FISH",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/7749fd7c-5c69-4f1f-9596-63ad9210d0ed/?format=api",
            "id": "7749fd7c-5c69-4f1f-9596-63ad9210d0ed",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.523840+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.523922+01:00",
                "category": "property"
            },
            "name": "stocks_fish_tank_number",
            "choice_label": "stocks_fish_tank_number",
            "description": "The tank number.",
            "public": false,
            "permissions": {
                "public": false,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "TEXT",
            "label": "Tank Number",
            "help_text": "The tank number.",
            "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/9bfe3e44-8744-4746-a739-7d5709fef386/?format=api",
            "id": "9bfe3e44-8744-4746-a739-7d5709fef386",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.495122+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.495198+01:00",
                "category": "property"
            },
            "name": "stocks_cnidaria_transgenic_donor_risk_group",
            "choice_label": "stocks_cnidaria_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": "CNIDARIA",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/d2beca02-44bb-46b4-9715-6cc519f19edd/?format=api",
            "id": "d2beca02-44bb-46b4-9715-6cc519f19edd",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.488447+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.488527+01:00",
                "category": "property"
            },
            "name": "stocks_cnidaria_transgenic_material_donor",
            "choice_label": "stocks_cnidaria_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": "CNIDARIA",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/ada078fc-f36e-4c56-9aba-bdbe8f415b1b/?format=api",
            "id": "ada078fc-f36e-4c56-9aba-bdbe8f415b1b",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.449276+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.449361+01:00",
                "category": "property"
            },
            "name": "stocks_cnidaria_transgenic_insert_description",
            "choice_label": "stocks_cnidaria_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": "CNIDARIA",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/8c0045f9-fa3c-4718-841d-316f2072464b/?format=api",
            "id": "8c0045f9-fa3c-4718-841d-316f2072464b",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.440641+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.440724+01:00",
                "category": "property"
            },
            "name": "stocks_cnidaria_transgenic_insert_plasmid",
            "choice_label": "stocks_cnidaria_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": "CNIDARIA",
            "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/ef58b812-bd70-4226-b3aa-391b20e2f553/?format=api",
            "id": "ef58b812-bd70-4226-b3aa-391b20e2f553",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.423709+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.423789+01:00",
                "category": "property"
            },
            "name": "stocks_cnidaria_genetic_background",
            "choice_label": "stocks_cnidaria_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": "CNIDARIA",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/9027a4b7-f237-44fa-9c32-b2c6e3ea4c38/?format=api",
            "id": "9027a4b7-f237-44fa-9c32-b2c6e3ea4c38",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.418402+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.418482+01:00",
                "category": "property"
            },
            "name": "stocks_cnidaria_genotype",
            "choice_label": "stocks_cnidaria_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": "CNIDARIA",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/7fc49d6b-0e2f-4e0e-9d7e-130370b3c548/?format=api",
            "id": "7fc49d6b-0e2f-4e0e-9d7e-130370b3c548",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.413246+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.413327+01:00",
                "category": "property"
            },
            "name": "stocks_cnidaria_amount",
            "choice_label": "stocks_cnidaria_amount",
            "description": "Amount of animals per storage unit e.g. per boxes, cages.",
            "public": false,
            "permissions": {
                "public": false,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "TEXT",
            "label": "Amount",
            "help_text": "Amount of animals per storage unit e.g. per boxes, cages.",
            "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": "CNIDARIA",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/52ec55f7-ddd2-403e-b0b4-967d1e379b87/?format=api",
            "id": "52ec55f7-ddd2-403e-b0b4-967d1e379b87",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.407828+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.407918+01:00",
                "category": "property"
            },
            "name": "stocks_cnidaria_generation_number",
            "choice_label": "stocks_cnidaria_generation_number",
            "description": "The animal generation number.",
            "public": false,
            "permissions": {
                "public": false,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "TEXT",
            "label": "Generation Number",
            "help_text": "The animal generation number.",
            "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": "CNIDARIA",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/a13ad86d-a622-40a4-9c86-5096f45828f6/?format=api",
            "id": "a13ad86d-a622-40a4-9c86-5096f45828f6",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.316981+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.317067+01:00",
                "category": "property"
            },
            "name": "stocks_equipment_other_equipment_type",
            "choice_label": "stocks_equipment_other_equipment_type",
            "description": "",
            "public": false,
            "permissions": {
                "public": false,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "TEXT",
            "label": "Equipment Type",
            "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.equipment",
            "model_type": "OTHER",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        }
    ]
}