Forum Discussion

Moses_Correia's avatar
Moses_Correia
Ideator I
6 years ago
Solved

ARAS RESTful API: How do I get a list of all generations for a part?

I'm attempting to get a full part history (14 generations worth) of a part.  I know the config_id is a value shared between all 14 parts; however, I can't seem to construct the REST call to return al...
  • c_theillaumas's avatar
    6 years ago

    Hello,

    It work on 11.0 SP15, I Can't test on SP12

    use GET {base url}/Part?$filter=generation gt 0 or GET {base url}/Part?$filter=id ne null

    With a body  : "config_id" : "<config_id>"}