Subdomain
Success
const response = await fetch('/v2/public/{subdomain}/jobs', { method: 'GET', headers: {}, }); const data = await response.json();
{ "Results": [], "Count": 0, "Page": 0, "PerPage": 0, "Pages": { "First": "text", "Prev": "text", "Next": "text", "Last": "text" }, "IdResults": [], "OriginalCount": 0 }