Podio API Documentation

Importer: Get info

GET /importer/{file_id}/info

Returns the import information about the given file.

Usage
PHP Client
PodioImporter.php
PodioImporter::info( $file_id );
Ruby Gem
importer.rb
Podio::Importer.get_info( file_id )
Parameters
file_id*
Required.
Response { "row_count": The total number of rows in the file, "columns": The columns in the file [ { "id:" The id of the column, "name": The name of the column }, ... (more columns) ] }

Sandbox

Try the operation "/importer/{file_id}/info"

You can simulate the API request by filling out the arguments below, and press the submit button to see the response.

You need to be logged in to Podio to use the Sandbox. Login here