Podio API Documentation

Importer: Get preview

POST /importer/{file_id}/preview/{row}

Returns a preview for the given row

Usage
PHP Client
PodioImporter.php
PodioImporter::preview( $file_id, $row, $attributes = array() );
Ruby Gem
importer.rb
Podio::Importer.preview( file_id, row, options )
Parameters
file_id*
Required.
row*
Required.
Request

The mapping to be used. See the import operation for details.

Response { "fields": The values for each field [ { "field_id": The id of the field, "type": The type of field, "external_id": The external id of the field, "label": The label of the field, "config": The configuration for the field, "values": The values for the field }, ... (more fields) ], "tags": The tags for the item [ "{tag}", ... (more tags) ] }

Sandbox

The sandbox only handles GET operations for now.