***Core traceability object used to represent any data object such DataProduct, CodeRepoRelease, etc. ***

Writable Fields:

description (optional): Free text description of the Object

storage_location (optional): The URL of the StorageLocation which is the location of the physical data of this object, if applicable

authors (optional): List of Author URLs associated with this Object

uuid (optional): UUID of the Object. If not specified a UUID is generated automatically.

file_type (optional): FileType of this Object

Read-only Fields:

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

last_updated: Datetime that this record was last updated

updated_by: Reference to the user that updated this record

components: List of ObjectComponents API URLs associated with this Object

data_products: List of DataProduct API URLs if one or more is associated with this Object

code_repo_release: The CodeRepoRelease API URL if one is associated with this Object

quality_control: The QualityControl API URL if one is associated with this Object

licences: List of Licence API URLs associated with this Object

keywords: List of Keyword API URLs associated with this Object

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

{
    "count": 0,
    "next": null,
    "previous": null,
    "results": []
}