List publication authorships.

Fields

id (integer)

Primary key.

name (object)

Names of publication authorship, defined by language.

None

GET /v1/research/publication:authorship/?format=api
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "name": {
                "de": "Erstautor*in",
                "en": "Firstauthor"
            }
        },
        {
            "id": 2,
            "name": {
                "de": "Erst_u_Corresp. Autor*in",
                "en": "Erst_u_Corresp. Author"
            }
        },
        {
            "id": 4,
            "name": {
                "de": "Corresp. Autor*in",
                "en": "Corresp. Author"
            }
        },
        {
            "id": 6,
            "name": {
                "de": "Co-Autor*in",
                "en": "Co-Author"
            }
        },
        {
            "id": 7,
            "name": {
                "de": "Study_Group_Member",
                "en": "Study_Group_Member"
            }
        },
        {
            "id": 10,
            "name": {
                "de": "ohne Adressangabe",
                "en": "without affiliation"
            }
        }
    ]
}