action dataatwork_get_jobs { label: "Job Titles and Descriptions" description: "Retrieves the names, descriptions, and UUIDs of all job titles." provider: dataatwork method: GET path: "/jobs" encoding: json input: { type: "object" properties: { limit: { type: "string" } offset: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }