Similar to https://answers.laserfiche.com/questions/167247/Laserfiche-Forms-WEBAPI-Sign-in-with-LFDSSTS#179122
HTTP call is : (using postman)
POST /forms/webapi/v1/Authentication/LogIn HTTP/1.1
Host: Laserficheformsserver.here.com
Content-Type: application/json
{username: "fakeusername", password: "1C9AAC6720080228BD"}
I get a different error
{
"errors": [
{
"status": 400,
"code": "FailedToAuthenticateToServer",
"message": "An error occurred during sign-in. Please try again or, if the issue persists, contact your system administrator. [LFF17-FailedToAuthenticateToServer]"
}
]
}
My goal is to show the in-progress forms like the monitor page, but through an API call so other users can see the status.