Free meta-data key-values associated with an Object.

Writable Fields:

object: API URL of the associated Object

key: Meta-data name

value: Meta-data value

Read-only Fields:

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

last_updated: Datetime that this record was last updated

updated_by: Reference to the user that updated this record

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

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