Accessing Job Listings info via API
-
I’ve been hired to write a mobile app for a website that uses the WPJM plugin for its database. I’m trying to figure out how to get the info via API Request.
I can get the listings from
GET /my-site/wp/v2/job-listings/
, but there isn’t much data about the listings available. Listings on the website include, among many other things, an address, a tagline, a website, etc. These are allCurrently the API only gives the title, content, associated media, and a few other properties. Not even a reference to the author/owner of the listing.
Is there a way to get this information via API request?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Accessing Job Listings info via API’ is closed to new replies.