result:
{
"message": "null for uri: http://wikizzza.com/rest/api/user/bulk/migration",
"status-code": 404
}
Process finished with exit code 0
use this :
url = "http://wikizzza.com/rest/api/user/bulk/migration"
headers = {
"Accept": "application/json"
}
response = requests.request(
"GET",
url,
headers=headers,
auth=session.auth
)
print(json.dumps(json.loads(response.text), sort_keys=True, indent=4, separators=(",", ": ")))
Hello @Jiaxin Qin !
As I understand, you need to develop a solution that uses data returned by our platform but the results are not the expected ones.
Since your needs are more in line with development, I believe you will be able to find quite the qualified input from our sister Community, the Developer Community!
You can raise your question here:
Let us hear from you!
dont get account id
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.