Question
API Partial Load - error 500
When using the python API for partial loads the documentation tells you to pass the table ids in the body of the request. Does anybody have the exact syntax? Ive tried:
test = requests.post(url, headers={authorization: Bearer {}.format(api_key), table_id:"[{}]".format(tableid) })
test = requests.post(url, headers={authorization: Bearer {}.format(api_key)}, json = {table_id:"[{}]".format(tableid)})
test = requests.post(url, headers={authorization: Bearer {}.format(api_key), body:"[{}]".format(tableid) })
But I always get a 500 error.
Regards,
Joo
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.