Migrated from Redmine #390 | Author: Hayden Shaw Status: Closed | Priority: High, I’m very impatient | Created: 2019-05-29
I’m experiencing a 500 internal server error when calling getClientMembershipList.
I’m passing through an empty filter array, the client id and the signature as params. If I send through an incorrect signature or even an incorrect client id, it returns a signature error which suggests to me that something isn’t quite right when it actually has results to return.
I’m using the API successfully for various other requests.
Let me know if there is any other information I can supply to try and recreate. This is blocking us from a launch so hopeful of finding a solution in the coming days.
Is there anyway I can retrieve a particular client’s memberships with the User/Admin API? I have a case where I need to create users on another system that have been made at SimplyBook first and therefore I don’t have the client hash to do anything with Client API. I’m not seeing any method that returns the client hash for a certain user within the User/Admin API.
I just went to try it but now I’m getting an error on an earlier API call in my script on getClientList(). It is returning “Request error: Method not found” but It was just days earlier.