Shreedhar,
When you provide key along with entityset name, it is called as READ. As per OData, read will always return one record.
If you need multiple records, what you need is Filter. You need to use $filter parameter and implement it as well.
I would suggest you to get familiar with OData concepts.
OData URL conventions may be first thing to start with.