POST request to optain "batch_id" for XLSX export
Hi
I get a error returned from my POST request send to
"https://api.podio.com/item/app/XYZ/export/xlsx"
(XYZ = APP_ID)
The respons i get are
{"error_parameters":{},"error_detail":null,"error_propagate":false,"request":{"url":"http:\/\/api.podio.com\/item\/app\/26611399\/export\/xlsx","query_string":"","method":"POST"},"error_description":"Invalid value null (null): must be object","error":"invalid_value"}
I do have a conection as i can get a valid response when i send a GET request to
"https://api.podio.com/item/app/XYZ"
i use the grant_type=app to connect to podio
-
NO still get Error
{"error_parameters":{},"error_detail":null,"error_propagate":false,"request":{"url":"http:\/\/api.podio.com\/item\/app\/26611399\/export\/xlsx","query_string":"","method":"POST"},"error_description":"Invalid value null (null): must be object","error":"invalid_value"}
\/xlsx' was not found..","error":"not_found"} -
update:
Found a post descriping that a Get shouled be used insted of POST.
still an error:
{"error_parameters":{},"error_detail":null,"error_propagate":false,"request":{"url":"http:\/\/api.podio.com\/item\/app\/26611399\/export\/xlsx\/","query_string":"","method":"GET"},"error_description":"No matching operation could be found. The path '\/item\/app\/26611399\/export\/xlsx\/' was not found..","error":"not_found"}
Please sign in to leave a comment.
Comments
3 comments