hi
i’m trying to access to a specific field “name” of an employee using this :
http://localhost:8000/api/resource/Employee/EMP-00001/name
but it didn’t work, it displays the same resultat as this:
http://localhost:8000/api/resource/Employee/EMP-00001
i mean also all the fields not only the name field.
thanks for help