Viewing 1 replies (of 1 total)
  • Plugin Author sk8tech

    (@sk8tech)

    Hello @maestrosombrita, you should be able to do this. However, it is not with WP REST Filter.

    You will need to register the custom post type with a rest api route first.
    You will also need to register the custom field to rest api.

    Once completed, you can verify if you can get a correct response from a GET request to the following route:
    https://xxxx/wp-json/wp/v2/property

    Once you got those steps taken care of, you should be able to send the request as you mentioned.

Viewing 1 replies (of 1 total)
  • The topic ‘GET about a post by filters’ is closed to new replies.