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": 0,
    "next": null,
    "previous": null,
    "results": []
}