Podio filter_by_view returns too much information
up vote
0
down vote
favorite
I have not been able to receive anything but a full response when i use filter_by_view
$items = PodioItem::filter($appCreds->app_id,$view_id,
array('limit' => $maxItems,
'offset' => $offset,
'filters' => $filters ),
array('fields' => 'items.view(micro)'));
The following is the request
2018-11-20 17:11:16 200 POST /item/app/20144287/filter/40137598/
2018-11-20 17:11:16 Request body: {"limit":50,"offset":0,"filters":}
It appears as if the 'fields' array is not being added to the request. Any insight is appreciated
php podio
add a comment |
up vote
0
down vote
favorite
I have not been able to receive anything but a full response when i use filter_by_view
$items = PodioItem::filter($appCreds->app_id,$view_id,
array('limit' => $maxItems,
'offset' => $offset,
'filters' => $filters ),
array('fields' => 'items.view(micro)'));
The following is the request
2018-11-20 17:11:16 200 POST /item/app/20144287/filter/40137598/
2018-11-20 17:11:16 Request body: {"limit":50,"offset":0,"filters":}
It appears as if the 'fields' array is not being added to the request. Any insight is appreciated
php podio
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have not been able to receive anything but a full response when i use filter_by_view
$items = PodioItem::filter($appCreds->app_id,$view_id,
array('limit' => $maxItems,
'offset' => $offset,
'filters' => $filters ),
array('fields' => 'items.view(micro)'));
The following is the request
2018-11-20 17:11:16 200 POST /item/app/20144287/filter/40137598/
2018-11-20 17:11:16 Request body: {"limit":50,"offset":0,"filters":}
It appears as if the 'fields' array is not being added to the request. Any insight is appreciated
php podio
I have not been able to receive anything but a full response when i use filter_by_view
$items = PodioItem::filter($appCreds->app_id,$view_id,
array('limit' => $maxItems,
'offset' => $offset,
'filters' => $filters ),
array('fields' => 'items.view(micro)'));
The following is the request
2018-11-20 17:11:16 200 POST /item/app/20144287/filter/40137598/
2018-11-20 17:11:16 Request body: {"limit":50,"offset":0,"filters":}
It appears as if the 'fields' array is not being added to the request. Any insight is appreciated
php podio
php podio
asked Nov 20 at 23:21
Onome Omene
264
264
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53403106%2fpodio-filter-by-view-returns-too-much-information%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown