Solved
Forum Discussion
AngelaIp
6 years agoIdeator I
I am not sure how this is done in REST. But your use case describes a typical Innovator behavior. When you just query for config_id, you will only get the latest version.
Try to add an additional Filter for <id condition="is not null"/> .
Would be cool if you can share the final result!
Moses_Correia
6 years agoIdeator I
GET {base url}/Part?$config_id eq '<config_id>' and id is not null
{
"error": {
"code": "NotImplemented",
"message": "Binary operation is not implemented"
}
}
Can anyone confirm if this functionality is in Aras Innovator 12's Restful API??
- hadrien_guiducci6 years agoIdeator I
I have to check but I think we finally choose the SOAP to get all generation since the rest was only providing
- a specific version if you ask with the id or the generation number
- or by default the latest generation like in your case.
Best regards
Hadrien