Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

catissuecoreopenspecimen/rest/ng/users/validatePassword/{password}

...

Below are the attributes which need to be sent in the request body:

Parameter
Details
passwordPassword  Password that needs to be validate


http[s]:<host>:<port>/catissuecoreopenspecimen/rest/ng/users/validatePassword/{password}

Use this URL to validate password in caTissue openSpecimen application.


Result:

The response of this request will contains the details of the validated password.

Below is the example of the validate password:

URLcatissuecoreopenspecimen/rest/ng/users/validatePassword/{password}
MethodPOST
Requestapplication / json

Response

true / false

...

code
Applies to
Status Message
200All resourcesPassword has been validated successfully
400All requestsPassword is not in required format
500All requestsInternal server error, Encountered encountered server error while performing operations

 

 

 

...