Kizspy | Question: 35
(Choose 1 answer)
Which query correctly finds all products where the Name property ends with the string 'Edition'?
A. GET /Products?$filter-endswith(Name, 'Edition')
B. GET /Products?$filter-Name.endsWith('Edition')
C. GET /Products?$filter=last(Name) eq 'Edition'
D. GET /Products?$filter=Name like '%Edition'
FJOVERFLOW.COM