How to retrieve an item's app_item_id

Answered

Comments

1 comment

  • Albert Bunick

    Got it

    $item->app_item_id;
    $item->app_item_id_formatted;

    If you're still using API 3.0 then you wil need to add

    $this->property('app_item_id_formatted', 'string');
    $this->property('app_item_id', 'integer');

    To the item construct in lib/PodioItem.php

    0
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk