Person

Retrieves the collection of Person resources.

get

Retrieves the collection of Person resources.

Autorisierungen
Abfrageparameter
changed[after]stringOptional
changed[before]stringOptional
id[between]stringOptional
id[gt]stringOptional
id[gte]stringOptional
id[lt]stringOptional
id[lte]stringOptional
Antworten
200

Person collection

get
GET /people HTTP/1.1
Host: api
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

Person collection

{
  "hydra:member": [
    {
      "@id": "text",
      "@type": "text",
      "@context": "text",
      "id": 1,
      "externalId": "text",
      "firstname": "text",
      "lastname": "text",
      "foaType": "empty",
      "academicPrefix": "text",
      "academicSuffix": "text",
      "customSalutation": [
        {
          "@context": "text",
          "@id": "text",
          "@type": "text",
          "language": "/entitiy/1",
          "content": "text"
        }
      ],
      "birthday": "2025-09-13T04:28:55.315Z",
      "function": "text",
      "efn": "text",
      "lastUpdated": "2025-09-13T04:28:55.315Z",
      "textVita": "text",
      "memberId": "text",
      "membership": "text",
      "isMarkedDeleted": true,
      "isMarkedImported": true,
      "additionalTextInfo": "text",
      "accountType": "none",
      "account": "/entitiy/1",
      "mergedToPerson": "/entitiy/1",
      "language": "/entitiy/1",
      "address": {
        "@context": "text",
        "@id": "text",
        "@type": "text",
        "id": 1,
        "street": "text",
        "zip": "text",
        "city": "text",
        "phone": "text",
        "mobilePhone": "text",
        "fax": "text",
        "company": "text",
        "department": "text",
        "aux": "text",
        "state": "text",
        "country": "text",
        "email": "text",
        "careOf": "text",
        "url": "text",
        "vatId": "text"
      }
    }
  ],
  "hydra:totalItems": 1,
  "hydra:view": {
    "@id": "string",
    "type": "string",
    "hydra:first": "string",
    "hydra:last": "string",
    "hydra:previous": "string",
    "hydra:next": "string"
  },
  "hydra:search": {
    "@type": "text",
    "hydra:template": "text",
    "hydra:variableRepresentation": "text",
    "hydra:mapping": [
      {
        "@type": "text",
        "variable": "text",
        "property": "text",
        "required": true
      }
    ]
  }
}

Retrieves a Person resource.

get

Retrieves a Person resource.

Autorisierungen
Pfadparameter
idstringErforderlich

Resource identifier

Antworten
200

Person resource

get
GET /people/{id} HTTP/1.1
Host: api
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "@id": "text",
  "@type": "text",
  "@context": "text",
  "id": 1,
  "externalId": "text",
  "firstname": "text",
  "lastname": "text",
  "foaType": "empty",
  "academicPrefix": "text",
  "academicSuffix": "text",
  "customSalutation": [
    {
      "@context": "text",
      "@id": "text",
      "@type": "text",
      "language": "/entitiy/1",
      "content": "text"
    }
  ],
  "birthday": "2025-09-13T04:28:55.315Z",
  "function": "text",
  "efn": "text",
  "lastUpdated": "2025-09-13T04:28:55.315Z",
  "textVita": "text",
  "memberId": "text",
  "membership": "text",
  "isMarkedDeleted": true,
  "isMarkedImported": true,
  "additionalTextInfo": "text",
  "accountType": "none",
  "account": "/entitiy/1",
  "mergedToPerson": "/entitiy/1",
  "language": "/entitiy/1",
  "address": {
    "@context": "text",
    "@id": "text",
    "@type": "text",
    "id": 1,
    "street": "text",
    "zip": "text",
    "city": "text",
    "phone": "text",
    "mobilePhone": "text",
    "fax": "text",
    "company": "text",
    "department": "text",
    "aux": "text",
    "state": "text",
    "country": "text",
    "email": "text",
    "careOf": "text",
    "url": "text",
    "vatId": "text"
  }
}

Retrieves a Person resource.

get

Retrieves a Person resource.

Autorisierungen
Pfadparameter
idstringErforderlich

Resource identifier

Antworten
200

Person resource

get
GET /people/{id}/merge-history HTTP/1.1
Host: api
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "@context": "text",
  "@id": "text",
  "@type": "text",
  "id": 1,
  "ancestorList": [
    1
  ]
}

War das hilfreich?