{ "summary": "List Job Requisitions", "description": "Example response from listing open job requisitions in Workday Recruiting", "value": { "total": 2, "data": [ { "id": "4cc7772d9hg560d10f9d7963dc6c7245", "descriptor": "REQ-2026-0001", "href": "https://wd2-impl-services1.workday.com/ccx/service/tenant/jobRequisitions/4cc7772d9hg560d10f9d7963dc6c7245", "jobTitle": "Senior Software Engineer", "status": { "id": "open", "descriptor": "Open" }, "hiringManager": { "id": "3aa5550b7fe348b98d7b5741ba4a5023", "descriptor": "John Smith" }, "department": { "id": "b5de02d5da9344bebc54c3a6e8d8dbf2", "descriptor": "Engineering" }, "location": { "id": "8a7b2c1d3e4f5a6b7c8d9e0f1a2b3c4d", "descriptor": "San Francisco, CA" }, "targetStartDate": "2026-07-01", "numberOfOpenings": 2, "candidateCount": 15 }, { "id": "5dd8883eaih671e21gaef8074ed7e356", "descriptor": "REQ-2026-0002", "href": "https://wd2-impl-services1.workday.com/ccx/service/tenant/jobRequisitions/5dd8883eaih671e21gaef8074ed7e356", "jobTitle": "Product Manager", "status": { "id": "open", "descriptor": "Open" }, "hiringManager": { "id": "9ee4421fabc789d56hbfg5185fe8f467", "descriptor": "Alice Johnson" }, "department": { "id": "d7fg24f7fc1566dded76e5c8gafefdh4", "descriptor": "Product" }, "location": { "id": "8a7b2c1d3e4f5a6b7c8d9e0f1a2b3c4d", "descriptor": "San Francisco, CA" }, "targetStartDate": "2026-06-15", "numberOfOpenings": 1, "candidateCount": 8 } ] } }