Guest User

Untitled

a guest
Nov 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. $items = PodioItem::filter($appCreds->app_id,$view_id,
  2. array('limit' => $maxItems,
  3. 'offset' => $offset,
  4. 'filters' => $filters ),
  5. array('fields' => 'items.view(micro)'));
  6.  
  7. 2018-11-20 17:11:16 200 POST /item/app/20144287/filter/40137598/
  8. 2018-11-20 17:11:16 Request body: {"limit":50,"offset":0,"filters":[]}
Add Comment
Please, Sign In to add comment