I am new to rest, I have an entity called availableJobPositions. I want to get most Interesting job by sending a person skills. which url is good in restful:
api/positions/skill/most-intersting?skills[]=php&skills[]=mysql
or
api/most-intersting-job?skills[]=php&skills[]=mysql
thanks in advance