Hello Forum Users,
I'm trying for about 4 hours to receive some items by the applicationsids property.
Working System is php.
Query parameter:
Test 1:
[ "output" => "extend",
'applicationids' => ['477']
]
#
Test 3:
[ "output" => "extend",
'applicationids' => 477
]
Test 4:
[ "output" => "extend",
'applicationids' => [477]
]
Test 5:
[ "output" => "extend",
'application' => 477
]
Test 6:
[ "output" => "extend",
'application' => [477]
]
I've tried to find a solution but couldn't find one.
Is here anybody with the same problem or any kind of solution?
Thanks a lot
Robson
I'm trying for about 4 hours to receive some items by the applicationsids property.
Working System is php.
Query parameter:
Test 1:
[ "output" => "extend",
'applicationids' => ['477']
]
#
Test 3:
[ "output" => "extend",
'applicationids' => 477
]
Test 4:
[ "output" => "extend",
'applicationids' => [477]
]
Test 5:
[ "output" => "extend",
'application' => 477
]
Test 6:
[ "output" => "extend",
'application' => [477]
]
I've tried to find a solution but couldn't find one.
Is here anybody with the same problem or any kind of solution?
Thanks a lot
Robson