All URIs are relative to https://developer.api.autodesk.com/
| Method | HTTP request | Description |
|---|---|---|
| createWorkItem | POST /autocad.io/us-east/v2/WorkItems | Creates a new WorkItem. |
| deleteWorkItem | DELETE /autocad.io/us-east/v2/WorkItems('{id}') | Removes a specific WorkItem. |
| getAllWorkItems | GET /autocad.io/us-east/v2/WorkItems | Returns the details of all WorkItems. |
| getWorkItem | GET /autocad.io/us-east/v2/WorkItems('{id}') | Returns the details of a specific WorkItem. |
WorkItemResp createWorkItem(workItem)
Creates a new WorkItem.
| Name | Type | Description | Notes |
|---|---|---|---|
| workItem | WorkItem |
- Content-Type: application/json
- Accept: application/vnd.api+json, application/json
deleteWorkItem(id)
Removes a specific WorkItem.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String |
null (empty response body)
- Content-Type: application/json
- Accept: application/vnd.api+json, application/json
DesignAutomationWorkItems getAllWorkItems(skip)
Returns the details of all WorkItems.
| Name | Type | Description | Notes |
|---|---|---|---|
| skip | Integer | [optional] |
- Content-Type: application/json
- Accept: application/vnd.api+json, application/json
WorkItemResp getWorkItem(id)
Returns the details of a specific WorkItem.
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String |
- Content-Type: application/json
- Accept: application/vnd.api+json, application/json