Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.gospott.com/{publicTenantSlug}/vacancy-portal/jobs
{ "publicJobBoardPostings": [ { "id": "<string>", "externalJobTitle": "<string>", "jobDescription": "<string>", "location": { "street1": "<string>", "street2": "<string>", "postalCode": "<string>", "city": "<string>", "region": "<string>", "state": "<string>", "country": "<string>", "rawCityCountry": "<string>", "latitude": 123, "longitude": 123, "formattedAddress": "<string>" }, "publishedAt": "2023-11-07T05:31:56Z" } ], "pagination": { "cursor": "<string>" } }
Get all publicly posted jobs for a tenant.
1 <= x <= 250
Show child attributes