• Hi, i’m use this plugin to filter json res api response like

    https://www.example.it/test/alert_app/wp-json/wp/v2/posts

    I’m able to filter for example title and content of posts with
    ?fields=title.rendered,content.rendered parameters

    But if i try to filter a third level deep fields it doesn’t works: How to get id?
    Help thanks
    [
    {
    “_embedded”: {
    “author”: [
    {
    “id”: 1,
    “name”: “admin”
    }
    ]
    }
    }
    ],
    “wp:featuredmedia”: [],
    “wp:term”: []
    }
    }
    ]

  • The topic ‘How to filter json level deep > 3’ is closed to new replies.