def get(self): """GET operation for the endpoint class. Returns: A redirect to the appropriate API version as specified by the accept or custom header. """ return route_api("allunusualjobsendpoint")
def get(self): """GET operation for the endpoint class. Returns: A redirect to the appropriate API version as specified by the accept or custom header. """ return route_api('allunusualjobsendpoint')
def get(self): """GET operation for the endpoint class. Returns: A redirect to the appropriate API version as specified by the accept or custom header. """ return route_api("skillnameautocompleteendpoint")
def get(self): """GET operation for the endpoint class. Returns: A redirect to the appropriate API version as specified by the accept or custom header. """ return route_api('skillnameautocompleteendpoint')
def get(self, id=None): """GET operation for the endpoint class. Args: id: Optional skill UUID. Returns: A redirect to the appropriate API version as specified by the accept or custom header. """ return route_api("skillnameandfrequencyendpoint", id=id)
def get(self, id=None): """GET operation for the endpoint class. Args: id: Optional job UUID. Returns: A redirect to the appropriate API version as specified by the accept or custom header. """ return route_api("associatedjobsforjobendpoint", id=id)
def get(self, id=None): """GET operation for the endpoint class. Args: id: Optional skill UUID. Returns: A redirect to the appropriate API version as specified by the accept or custom header. """ return route_api('skillnameandfrequencyendpoint', id=id)
def get(self, id=None): """GET operation for the endpoint class. Args: id: Optional job UUID. Returns: A redirect to the appropriate API version as specified by the accept or custom header. """ return route_api('associatedjobsforjobendpoint', id=id)
def get(self, id=None): """GET operation for the endpoint class. Args: id: Optional O*NET SOC Code to query for. All job titles if none specified. Returns: A redirect to the appropriate API version as specified by the accept or custom header. """ return route_api("jobtitlefromonetcodeendpoint", id=id)
def get(self, id=None): """GET operation for the endpoint class. Args: id: Optional O*NET SOC Code to query for. All job titles if none specified. Returns: A redirect to the appropriate API version as specified by the accept or custom header. """ return route_api('jobtitlefromonetcodeendpoint', id=id)