Support

Account

Home Forums Feature Requests REST API Reply To: REST API

  • @airesvsg

    Just to add when I use the following to list posts: https://www.MYSITEURL.com/wp-json/acf/v3/posts

    I get the following:

    [
        {
            "id": 35980,
            "acf": []
        },
        {
            "id": 33675,
            "acf": []
        },
        {
            "id": 33220,
            "acf": []
        },
        {
            "id": 32808,
            "acf": []
        },
        {
            "id": 32006,
            "acf": []
        },
        {
            "id": 31846,
            "acf": []
        },
        {
            "id": 30240,
            "acf": []
        },
        {
            "id": 28420,
            "acf": []
        },
        {
            "id": 27843,
            "acf": []
        },
        {
            "id": 27531,
            "acf": []
        }
    ]

    I am sure I have not configured something so some guidance might get me up and running on this one. Cheer, C