A namespace that can be used to group DataProducts.

Writable Fields:

name: The Namespace name

full_name (optional): The full name of the Namespace

website (optional): Website URL associated with the Namespace

Read-only Fields:

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

last_updated: Datetime that this record was last updated

updated_by: Reference to the user that updated this record

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

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