Podio API Documentation

Questions: Create question

POST /question/{ref_type}/{ref_id}/

Creates a new question on the given object. Supported object types are "status" and "comment".

Usage
PHP Client
PodioQuestion.php
PodioQuestion::create( $ref_type, $ref_id, $attributes = array() );
Parameters
ref_type*
Required.
ref_id*
Required.
Request { "text": The text of the question, "options": The list of options [ "{text)": The text for the option, ... (more options) ] }
Response { "question_id": The id of the newly created question }

Sandbox

The sandbox only handles GET operations for now.