get http-functions

Hi,

The Field Key for the firstName field is title . So…

Not this:
.eq(“firstName”, request.path[0])

But this:
.eq(“title”, request.path[0])

I hope this helps.

Yisrael