Questions tagged [restful-url]

Representational state transfer (REST) is a style of software architecture for distributed hypermedia systems such as the World Wide Web.

https://en.wikipedia.org/wiki/Representational_state_transfer

1351 questions
-5
votes
1 answer

Rest API resource naming convention

I have a students table which contains all his basic details with below schema. SsnId is the primary key {"name" : "Jack", "age" : 10, "ssnId": "12345" } I have another table students_by_region. A student can belong to multiple regions. The region…
1 2 3
90
91