{
"opencollection": "1.0.0",
"info": {
"name": "Workday Recruiting REST Applicants agentDefinition API",
"version": "v41.2"
},
"request": {
"auth": {
"type": "oauth2",
"flow": "authorization_code",
"authorizationUrl": "https://{tenant}.workday.com/authorize",
"accessTokenUrl": "https://{tenant}.workday.com/ccx/oauth2/token",
"credentials": {
"clientId": "{{clientId}}",
"clientSecret": "{{clientSecret}}"
}
}
},
"items": [
{
"info": {
"name": "agentDefinition",
"type": "folder"
},
"items": [
{
"info": {
"name": "This operation returns the specific Agent Definition including Skills and certain Tools used in those Skills.",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/agentDefinition"
},
"docs": "This operation returns the specific Agent Definition including Skills and certain Tools used in those Skills. Each definition can contain many Skills, and in those Skills they *may* contain Tools based on the Invocation / Execution Type. Generally REST APIs will be listed here.\n\nSecured by: Development, Setup: Agents"
},
{
"info": {
"name": "Based on the A2A Agent Card specification, this REST operation allows you to create an Agent Definition in Workday.",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://{tenant}.workday.com/ccx/api/recruiting/v41.2/agentDefinition",
"body": {
"type": "multipart-form",
"data": []
}
},
"docs": "Based on the A2A Agent Card specification, this REST operation allows you to create an Agent Definition in Workday, while also highlighting the specific Workday APIs/Resources that the Agent is allowed access to. It will update an existing instance IF one already exists with the same *name*, *provider organization*, and *version*.\n\nSecured by: Development, Setup: Agents"
}
]
}
],
"bundled": true
}