Components
Overview
Required Headers
curl 'https://api.durohub.com/graphql' \
-H 'x-api-key: YOUR_API_KEY' \
-H 'x-organization: @your-org' \
-H 'x-library: @your-org/your-library' \
-H 'Content-Type: application/json' \
-d '{"query": "..."}'Querying Components
Get a Single Component
List Components
Filter Options
Field
Type
Description
Advanced Filtering
Creating Components
CreateComponentInput Fields
Field
Type
Required
Description
Example Response
Updating Components
UpdateComponentInput Fields
Field
Type
Description
Deleting Components
Component States and Revisions
State
State
Description
Revisions
Working with Assemblies
Complete cURL Example
Next Steps
Last updated
Was this helpful?