There was an error while loading. Please reload this page.
/plural-resource
A Collection URL will return a collection of resource object representations.
e.g. /users returns a collection of all User objects
/users
User
/plural-resource/{id}
{id}
An Element URL will return a single resource object representation, based on the id attribute.
id
e.g. /users/1 returns the single User object, whose id is 1
/users/1
1
The API represented 3 resources: Users, Projects, and Files, where:
Users
Projects
Files