API for querying used in? #5602
-
I'm trying to find a api that I can call which will tell me what assembly a part is used in. For example I've for a part number 100 (1k 0805 resistors) which is used in assembly parts 133 and 155. I've had a read through the API docs but don't see anything related to "used in" Is this hidden in some API? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm away from my computer right now but you could work this out by looking at the "used in" tab on the part page. Use the developer tools in your browser to look at what API calls are being made to load that table. |
Beta Was this translation helpful? Give feedback.
I'm away from my computer right now but you could work this out by looking at the "used in" tab on the part page. Use the developer tools in your browser to look at what API calls are being made to load that table.