Login Resource
Service: Login Resource
-
Base URL:
http://zm.irdresearch.org/mrest/login
- Description
The Login Service is responsible to make the user login in to the ZM Application.
-
Request Format
Requests must be sent using HTTP POST method.
-
Response Format
- Content-Type:
application/json - Success Response: A 200 OK HTTP status code with the appropriate JSON response body.
- Failure Response: A 200 OK HTTP status code with no JSON content, only a
codevalue of2to indicate failure due to an incomplete operation or unknown reasons. - Server Error Response: A 500 Internal Server Error HTTP status code when a server-side error occurs.