{ "opencollection": "1.0.0", "info": { "name": "Automation Anywhere API Task Execution AccessDetails WorkItemModels API", "version": "2019" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "WorkItemModels", "type": "folder" }, "items": [ { "info": { "name": "Create a work item model", "type": "http" }, "http": { "method": "POST", "url": "https://{controlRoomUrl}/orchestrator/v1/hotbot/workitemmodels", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new work item model that defines the data schema for work items in associated queues. A work item model specifies the attribute names and types that each work item must contain, enabling structured data processing by bots." }, { "info": { "name": "Get a work item model by ID", "type": "http" }, "http": { "method": "GET", "url": "https://{controlRoomUrl}/orchestrator/v1/hotbot/workitemmodels/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique numeric identifier of the work item model" } ] }, "docs": "Retrieves a specific work item model by its numeric identifier, including the full list of attributes defining the model's data schema." } ] } ], "bundled": true }