Skip to content

Question about 'filter' parameter in deals/v2 endpoint #7

@stplat

Description

@stplat

Hello,

I'm trying to use the 'filter' parameter in the deals/v2 endpoint but keep getting a 400 error with the message "Invalid 'filter' value". The documentation does not specify what values are valid for this parameter. Could you please provide some examples or clarify the correct usage of the 'filter' parameter?

Thank you!

$response = $this->client->request('GET', 'deals/v2', [
    'query' => [
        'key' => $this->apiKey,
        'shops' => implode(',', $shops),
        'limit' => $limit,
        'filter' => 'type:game'
    ]
]);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions