Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API: mailings Feld wird nicht mitgeschickt bei additional_emails Objekten #348

Open
andystoeggle opened this issue Oct 7, 2024 · 0 comments
Labels

Comments

@andystoeggle
Copy link

Aktuelles Verhalten

Additional_emails wird im aktuellen Stand der API nur auf dem /api/people Endpoint zurueckgegeben. Dort sehen die Objekte folgendermassen aus (Prod und Test pbs.puzzle.ch):

"included": [
  {
    "id": "12345",
    "type": "additional_emails",
    "attributes": {
      "label": "Urgrossmami",
      "public": true,
      "contactable_id": 1234,
      "contactable_type": "Person",
      "email": "[email protected]"
    }

Passt auch zum publizierten Schema.

Gewünschtes Verhalten

Es gibt bei zusaetzlichen Mailaddressen ja das public Feld sowie das mailings Feld, dieses scheint hier aber weggelassen worden zu sein. Ich wuerde erwarten, dass dieses auch im Schema und somit auch in den erhaltenen Objekten ist.

Schritte zu reproduzieren

curl -H "Accept: application/vnd.api+json" -H "X-TOKEN: fresh_token" "https://db.scout.ch/api/people?include=additional_emails"

Wann ist der Fehler aufgetreten?

No response

hitobito version

2.3.0

Organisation

PBS/MiData

Screenshots, weiterer Kontext

No response

ToDos

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant