Changes

Jump to: navigation, search

stoney core: People Resource - REST API

891 bytes added, 14:11, 7 February 2014
= Overview =
The REST API describes the ('''Re'''presentational '''S'''tate '''T'''ransfer '''A'''pplication '''P'''rogramming '''I'''nterface) of the people resource to be used by [[:Category:stoney core|stoney core]], [[:Category:stoney conductor|stoney conductor]] and other [[:Category:Self-Service Modules|Self-Service Modules]] or third party applications.
Basically, we want to be able to do the following things:
* Create a new person (POST).
* Retrieve multiple people in the form of a list (GET).
* Retrieve a single person (GET).
* Update an existing person (PUT).
* Update one or more values of an existing person (PATCH).
* Delete a single persone (DELETE).
 
To get an idea what happens behind the screens, have a look at the [[stoney core: People Resource Mapping (REST - LDAP)]] documentation located in the [[:Category:Mapping (REST - LDAP)|Mapping (REST - LDAP)]] category.
[[Category:REST API]][[Category:stoney core]]
3,368
edits