A data product that is used by or generated by a model.

Writable Fields:

name: Name of the DataProduct, unique in the context of the triple (name, version, namespace)

version: Version identifier of the DataProduct, must conform to semantic versioning syntax

object: API URL of the associated Object

namespace: API URL of the Namespace of the DataProduct

Read-only Fields:

url: Reference to the instance of the DataProduct, final integer is the DataProduct id

last_updated: Datetime that this record was last updated

updated_by: Reference to the user that updated this record

external_object: ExternalObject API URL associated with this DataProduct

prov_report: The provenance report for this DataProduct

ro_crate: The RO Crate containing this DataProduct plus any available input files

GET /api/data_product/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "https://data.fairdatapipeline.org/api/data_product/4/?format=api",
            "internal_format": false,
            "prov_report": "https://data.fairdatapipeline.org/api/prov-report/4/",
            "ro_crate": "https://data.fairdatapipeline.org/api/ro-crate/data-product/4/",
            "last_updated": "2024-02-09T15:38:30.154875Z",
            "name": "SEIRS_model/results/figure/python",
            "version": "0.0.1",
            "updated_by": "https://data.fairdatapipeline.org/api/users/2/?format=api",
            "object": "https://data.fairdatapipeline.org/api/object/7/?format=api",
            "namespace": "https://data.fairdatapipeline.org/api/namespace/3/?format=api",
            "external_object": null
        },
        {
            "url": "https://data.fairdatapipeline.org/api/data_product/3/?format=api",
            "internal_format": false,
            "prov_report": "https://data.fairdatapipeline.org/api/prov-report/3/",
            "ro_crate": "https://data.fairdatapipeline.org/api/ro-crate/data-product/3/",
            "last_updated": "2024-02-09T15:38:21.722303Z",
            "name": "SEIRS_model/results/model_output/python",
            "version": "0.0.1",
            "updated_by": "https://data.fairdatapipeline.org/api/users/2/?format=api",
            "object": "https://data.fairdatapipeline.org/api/object/6/?format=api",
            "namespace": "https://data.fairdatapipeline.org/api/namespace/3/?format=api",
            "external_object": null
        },
        {
            "url": "https://data.fairdatapipeline.org/api/data_product/1/?format=api",
            "internal_format": false,
            "prov_report": "https://data.fairdatapipeline.org/api/prov-report/1/",
            "ro_crate": "https://data.fairdatapipeline.org/api/ro-crate/data-product/1/",
            "last_updated": "2024-02-09T15:36:30.327420Z",
            "name": "SEIRS_model/parameters",
            "version": "1.0.0",
            "updated_by": "https://data.fairdatapipeline.org/api/users/2/?format=api",
            "object": "https://data.fairdatapipeline.org/api/object/1/?format=api",
            "namespace": "https://data.fairdatapipeline.org/api/namespace/1/?format=api",
            "external_object": "https://data.fairdatapipeline.org/api/external_object/1/?format=api"
        }
    ]
}