Browse By Tags

Sorry, but there are no more tags available to filter with.
  • Aras Rest api wrong filter behavior

    I have a request: .../server/odata/Part?$filter=(id eq '...' or id eq '...') and generation gt 0&$expand=created_by_id. I'm trying to get more then one Part. One of them is an old version of another Part (thats why i'm using ' generation gt 0 ' filter…