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=type
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=type&page=2",
    "current": 1,
    "total": 67,
    "total_pages": 4,
    "results": [
        {
            "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/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/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/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/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/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/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/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/68be694c-b7ff-44ba-b6bf-baf7ec4eac7d/?format=api",
            "id": "68be694c-b7ff-44ba-b6bf-baf7ec4eac7d",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:31.994128+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:31.994256+01:00",
                "category": "property"
            },
            "name": "stocks_antibody_ab_type",
            "choice_label": "stocks_antibody_ab_type",
            "description": "Indicates if this antibody is a primary or a secondary Ab.",
            "public": false,
            "permissions": {
                "public": false,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "TEXT",
            "label": "Ab Type",
            "help_text": "Indicates if this antibody is a primary or a secondary Ab.",
            "default": "PRIMARY",
            "has_default": true,
            "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": "OPTIONAL",
            "value_choices": [
                [
                    "PRIMARY",
                    "PRIMARY"
                ],
                [
                    "SECONDARY",
                    "SECONDARY"
                ]
            ],
            "choices_value": "id",
            "choices_label": "name",
            "choices_api": null,
            "preferred_view_widget": "SELECT",
            "preferred_edit_widget": "SELECT",
            "preferred_list_widget": "SELECT",
            "field_meta": "b9bb221d-f305-4530-aeb2-a316165b2417",
            "model_name": "stocks.consumable",
            "model_type": "ANTIBODY",
            "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/0a26623f-8488-460c-ba90-1415df50927b/?format=api",
            "id": "0a26623f-8488-460c-ba90-1415df50927b",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.025592+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.025684+01:00",
                "category": "property"
            },
            "name": "stocks_antibody_conjugate",
            "choice_label": "stocks_antibody_conjugate",
            "description": "Indicates the compound that is conjugated to this antibody.",
            "public": false,
            "permissions": {
                "public": false,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "TEXT",
            "label": "Conjugate",
            "help_text": "Indicates the compound that is conjugated to this antibody.",
            "default": "",
            "has_default": false,
            "multiple": false,
            "is_protocol_parameter": false,
            "autocomplete": "",
            "searchable": true,
            "readonly": false,
            "sortable": true,
            "cv_category": null,
            "mandatory": false,
            "validations": [],
            "visibility": "ALWAYS",
            "edit_visibility": "ALWAYS",
            "list_visibility": "OPTIONAL",
            "value_choices": null,
            "choices_value": "id",
            "choices_label": "name",
            "choices_api": null,
            "preferred_view_widget": "TEXT",
            "preferred_edit_widget": "TEXTINPUT",
            "preferred_list_widget": "TEXT",
            "field_meta": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4",
            "model_name": "stocks.consumable",
            "model_type": "ANTIBODY",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/266ee96b-ecca-496e-976f-5f63a5aa2092/?format=api",
            "id": "266ee96b-ecca-496e-976f-5f63a5aa2092",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.036928+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.037008+01:00",
                "category": "property"
            },
            "name": "stocks_antibody_dilution",
            "choice_label": "stocks_antibody_dilution",
            "description": "Dilution used.",
            "public": false,
            "permissions": {
                "public": false,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "TEXT",
            "label": "Dilution used",
            "help_text": "Dilution used.",
            "default": "",
            "has_default": false,
            "multiple": false,
            "is_protocol_parameter": false,
            "autocomplete": "",
            "searchable": true,
            "readonly": false,
            "sortable": true,
            "cv_category": null,
            "mandatory": false,
            "validations": [],
            "visibility": "ALWAYS",
            "edit_visibility": "ALWAYS",
            "list_visibility": "ALWAYS",
            "value_choices": null,
            "choices_value": "id",
            "choices_label": "name",
            "choices_api": null,
            "preferred_view_widget": "TEXT",
            "preferred_edit_widget": "TEXTINPUT",
            "preferred_list_widget": "TEXT",
            "field_meta": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4",
            "model_name": "stocks.consumable",
            "model_type": "ANTIBODY",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/4b4c3a7f-8c54-46f4-89ba-b5e41769ff82/?format=api",
            "id": "4b4c3a7f-8c54-46f4-89ba-b5e41769ff82",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.042017+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.042104+01:00",
                "category": "property"
            },
            "name": "stocks_antibody_clone_name",
            "choice_label": "stocks_antibody_clone_name",
            "description": "The name/identifier given by the manufacturer to the hybridoma clone producing this antibody.",
            "public": false,
            "permissions": {
                "public": false,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "TEXT",
            "label": "Clone name",
            "help_text": "The name/identifier given by the manufacturer to the hybridoma clone producing this antibody.",
            "default": "",
            "has_default": false,
            "multiple": false,
            "is_protocol_parameter": false,
            "autocomplete": "",
            "searchable": true,
            "readonly": false,
            "sortable": true,
            "cv_category": null,
            "mandatory": false,
            "validations": [],
            "visibility": "ALWAYS",
            "edit_visibility": "ALWAYS",
            "list_visibility": "ALWAYS",
            "value_choices": null,
            "choices_value": "id",
            "choices_label": "name",
            "choices_api": null,
            "preferred_view_widget": "TEXT",
            "preferred_edit_widget": "TEXTINPUT",
            "preferred_list_widget": "TEXT",
            "field_meta": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4",
            "model_name": "stocks.consumable",
            "model_type": "ANTIBODY",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "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/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/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/999c9f6c-885f-4bf3-a500-cca741dd8a88/?format=api",
            "id": "999c9f6c-885f-4bf3-a500-cca741dd8a88",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.218509+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.218595+01:00",
                "category": "property"
            },
            "name": "stocks_consumable_other_consumable_type",
            "choice_label": "stocks_consumable_other_consumable_type",
            "description": "",
            "public": false,
            "permissions": {
                "public": false,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "TEXT",
            "label": "Consumable 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.consumable",
            "model_type": "OTHER",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/65ea50d1-d36c-4f58-a2d3-2a7da3dc84a7/?format=api",
            "id": "65ea50d1-d36c-4f58-a2d3-2a7da3dc84a7",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.137721+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.137800+01:00",
                "category": "property"
            },
            "name": "stocks_oligo_sequence",
            "choice_label": "stocks_oligo_sequence",
            "description": "Primer sequence, only IUPAC codes are accepted.",
            "public": false,
            "permissions": {
                "public": false,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "TEXT",
            "label": "Sequence",
            "help_text": "Primer sequence, only IUPAC codes are accepted.",
            "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": "OPTIONAL",
            "value_choices": null,
            "choices_value": "id",
            "choices_label": "name",
            "choices_api": null,
            "preferred_view_widget": "TEXT",
            "preferred_edit_widget": "TEXTINPUT",
            "preferred_list_widget": "TEXT",
            "field_meta": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4",
            "model_name": "stocks.consumable",
            "model_type": "OLIGO",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/2c7f5d9a-7de3-4c94-a1cb-e7bbad7f854b/?format=api",
            "id": "2c7f5d9a-7de3-4c94-a1cb-e7bbad7f854b",
            "created_by": "admin",
            "modified_by": "admin",
            "created": {
                "name": "created",
                "value": "2025-12-16T09:31:32.192017+01:00",
                "category": "property"
            },
            "modified": {
                "name": "modified",
                "value": "2025-12-16T09:31:32.192098+01:00",
                "category": "property"
            },
            "name": "stocks_oligo_modifications",
            "choice_label": "stocks_oligo_modifications",
            "description": "Modifications, free text.",
            "public": false,
            "permissions": {
                "public": false,
                "actions": {}
            },
            "unit_choices_api": null,
            "type": "TEXT",
            "label": "Modifications",
            "help_text": "Modifications, free text.",
            "default": "",
            "has_default": false,
            "multiple": false,
            "is_protocol_parameter": false,
            "autocomplete": "",
            "searchable": true,
            "readonly": false,
            "sortable": true,
            "cv_category": null,
            "mandatory": false,
            "validations": [],
            "visibility": "ALWAYS",
            "edit_visibility": "ALWAYS",
            "list_visibility": "OPTIONAL",
            "value_choices": null,
            "choices_value": "id",
            "choices_label": "name",
            "choices_api": null,
            "preferred_view_widget": "TEXT",
            "preferred_edit_widget": "TEXTINPUT",
            "preferred_list_widget": "TEXT",
            "field_meta": "ca1f6072-9c3a-4b1c-8e1c-14e53370e4f4",
            "model_name": "stocks.consumable",
            "model_type": "OLIGO",
            "owner": "admin",
            "owned_by": "SYSTEM_GROUP"
        },
        {
            "url": "https://labid-demo.embl.de/api/v2/custompropertytypes/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"
        }
    ]
}