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(%27{id}%27) | 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(%27{id}%27) | Returns the details of a specific WorkItem. |
WorkItemResp createWorkItem(workItem, oauth2client, credentials)
Creates a new WorkItem.
Name | Type | Description | Notes |
---|---|---|---|
workItem | WorkItem |
- Content-Type: application/json
- Accept: application/vnd.api+json, application/json
deleteWorkItem(id, oauth2client, credentials)
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(opts, oauth2client, credentials)
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, oauth2client, credentials)
Returns the details of a specific WorkItem.
Name | Type | Description | Notes |
---|---|---|---|
id | String |
- Content-Type: application/json
- Accept: application/vnd.api+json, application/json