Author List
Authors that can be associated with an Object
usually for use with ExternalObject
s to record paper authors,
etc.
Writable Fields:
name
(optional): Full name or organisation name of the Author
. Note that at least one of name
or identifier
must be specified.
identifier
(optional): Full URL of identifier (e.g. ORCiD or ROR ID) of the Author
uuid
(optional): UUID of the Author
. If not specified a UUID is generated automatically.
Read-only Fields:
url
: Reference to the instance of the Author
, final integer is the Author
id
last_updated
: Datetime that this record was last updated
updated_by
: Reference to the user that updated this record
GET /api/author/?format=api&ordering=-last_updated
{
"count": 0,
"next": null,
"previous": null,
"results": []
}