GET api/Login?login={login}&password={password}
Cheks if credentials true, returns person_id > 0, if credentials false 0
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| login |
Username/Login/Email |
string |
Required |
| password | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Person ID
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int>1</int>