Problems getting data from extra table using REST

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

18. aug. 2025 | 08:13 fm

Allt 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"

18. aug. 2025 | 08:30 fm

Lägg till svar