Cs_Service

<back to all web services

GetDashboardRequest

The following routes are available for this service:
GET/rest/Dashboard
GET/rest/Dashboard/{guestId}
GetDashboardRequest Parameters:
NameParameterData TypeRequiredDescription
GuestIdpathint?No
DashboardResponseData Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
ZimmerformstringNo
GastnameformstringNo
GeburtsdatumformDateTimeNo
AufnahmeformDateTimeNo
PflegestufeformstringNo
PflegeberichteformList<Pflegebericht>NoArray[] von Pflegeberichten
Pflegebericht Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
WichtigformboolNo
DatumformDateTimeNo
SchichtformintNo1=früh, 2=spät, 3=nacht
TextformstringNo
HerkunftformstringNo1=Handeingabe, 2=Arztbericht, 3=Visitebericht, 4=Bedarfsmedikation, 5=Sozialdienst, 6=Therapiebericht
KorrekturformboolNo
KorrekturIdformint?No
AenderungVonformstringNo
AenderungAmformDateTimeNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /csv/reply/GetDashboardRequest HTTP/1.1 
Host: 058.service.xn--hwstationr-y5a.de 
Content-Type: text/csv
Content-Length: length

{"GuestId":0}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"Id":0,"Zimmer":"String","Gastname":"String","Geburtsdatum":"\/Date(-62135596800000-0000)\/","Aufnahme":"\/Date(-62135596800000-0000)\/","Pflegestufe":"String","Pflegeberichte":[{"Id":0,"Wichtig":false,"Datum":"\/Date(-62135596800000-0000)\/","Schicht":0,"Text":"String","Herkunft":"String","Korrektur":false,"KorrekturId":0,"AenderungVon":"String","AenderungAm":"\/Date(-62135596800000-0000)\/"}]}