Problems getting data from extra table using REST

lock
push_pin
done
Besvaret
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?

2 t, 43 m siden | 08.13 AM

Alle Svar (1)

You are missing a dollar sign. 

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

2 t, 26 m siden | 08.30 AM

Tilføj svar