GET api/Authentication/GetSessionId?applicationId={applicationId}&developerId={developerId}
The get session id.
Request Informationen
URI Parameter
| Name | Beschreibung | Typ | Zusatzinformation |
|---|---|---|---|
| applicationId |
The application id. |
integer |
Required |
| developerId |
The developer id. |
integer |
Required |
Body Parameter
Keine.
Response Informationen
Response Formate
application/json, text/json
Beispiel
{
"SessionId": "1234567890",
"Header": null
}
application/xml, text/xml
Beispiel
<GetSessionIdResponse xmlns="http://schemas.datacontract.org/2004/07/Inso.WebAPI.Domain.Models" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <Header i:nil="true" /> <SessionId>1234567890</SessionId> </GetSessionIdResponse>
application/octet-stream
Beispiel
<GetSessionIdResponse xmlns="http://schemas.datacontract.org/2004/07/Inso.WebAPI.Domain.Models" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Header i:nil="true"/><SessionId>1234567890</SessionId></GetSessionIdResponse>