/
Mail Fields Api
Mail Fields Api
Inhaltsverzeichnis
Felder für die Mail Api zurückgeben
Endpunkt: GET- /api/v1/mail/fields
Version: 2.22.127
Beschreibung: Ruft Mails mithilfe eines Base Filters ab
Beispiel Request:
/api/v1/mail/fields
Beispiel Response:
200 Statuscode
[
{
"FieldName": "Id",
"TypeName": "Int64",
"IsReadOnly": true,
"BelongsTo": "AppointmentEntity"
},
{
"FieldName": "RegisterUri",
"TypeName": "String",
"IsReadOnly": true,
"BelongsTo": "AppointmentEntity"
},
{
"FieldName": "UID",
"TypeName": "String",
"IsReadOnly": true,
"BelongsTo": "AppointmentEntity"
}
]
401 Statuscode:
Kein Body
500 Statuscode:
Interner Server Error
Tritt auf wenn ein oder mehrere Services nicht aufgerufen werden können
, multiple selections available,
Related content
Mail Api
Mail Api
More like this
Abwesenheitsnotiz API
Abwesenheitsnotiz API
More like this
Verknüpfen API
Verknüpfen API
Read with this
Mail Plain Api
Mail Plain Api
More like this
Mailbox Api
Mailbox Api
More like this
Mail Tag Api
Mail Tag Api
More like this