Problems getting data from extra table using REST

lock
push_pin
done
Answered
1

I don't get data from the "select" columns when I use "archive/dynamic". The URL I use is

  "/archive/dynamic?select=y_produkter.x_hovedgruppe,y_produkter.x_produktnr&$filter=y_produkter.id eq 16"

And the response is {"PrimaryKey":"16","EntityName":"y_produkter"}

Can anyone see what I'm doing wrong? Is there another way of getting data from extra tables?

6 h, 6 m ago | 08:13 AM

All Replies (1)

You are missing a dollar sign. 

"/archive/dynamic?$select=y_produkter.x_hovedgruppe,y_produkter.x_produktnr&$filter=y_produkter.id eq 16"

5 h, 49 m ago | 08:30 AM

Add reply