Skip to main content

Duro PLM Connector

Duro PLM Manage Products, Components, Change Orders, and more with Duro.

Connections

Duro API Key

InputCommentsDefault
Duro API KeyThe API key for your Duro account.
Duro EnvironmentThe environment to connect to.

Actions

Create Change Order

Create a Draft Change Order

InputCommentsDefault
Connection
NameThe name of the change order to create
DescriptionA description of the change order
TypeThe type of change order to createECO
Debug RequestEnabling this flag will log out the current request.false

Get Component by ID

Get a specific component by a unique identifier

InputCommentsDefault
Connection
Component IDThe unique identifier for the component you want to retrieve
Debug RequestEnabling this flag will log out the current request.false

Get Current User

Get information about the currently authenticated user

InputCommentsDefault
Connection
Debug RequestEnabling this flag will log out the current request.false

List Change Orders

Get a list of change orders

InputCommentsDefault
Connection
Order ByThe field to order the change orders by
First N ItemsThe number of items to return5
Debug RequestEnabling this flag will log out the current request.false

List Company Users

Get account information from each user in your company library

InputCommentsDefault
Connection
Debug RequestEnabling this flag will log out the current request.false

List Components

Get a list of components

InputCommentsDefault
Connection
Library TypeThe type of library to query
First N ItemsThe number of items to return5
Debug RequestEnabling this flag will log out the current request.false

Raw Request

Make a generic request to the Duro API

InputCommentsDefault
Connection
Query or MutationGraphQL query or mutation
{
components(libraryType: GENERAL) {
connection(
first: 10
) {
totalCount
edges {
cursor
node {
id
name
created
lastModified
}
}
}
}
}
VariablesVariables to pass to the query or mutation
Variables ObjectVariables to pass to the query or mutation
Debug RequestEnabling this flag will log out the current request.false