REST API does not return properties with Item datatype

Hi,

I am using Release 15 and trying to GET all Properties of an Item using REST API with this request:

   http://server/innovatorserver/server/odata/par('D193004BBD7D4EF390925A859A4E371D')

It does return all properties except the ones which are datatype = Item.

I am able to get the missing items properties one-by-one with such requests:

  http://server/innovatorserver/server/odata/par('D193004BBD7D4EF390925A859A4E371D')/lead_est

I tried with other ItemTypes as well and find same issue. 

Is this normal for OData or I am missing something in the API request? Or may be newer version has this issue fixed already?

Of course AML requests do return all properties though.

Regards

Parents Reply Children
No Data