Changes

stoney core: Resellers Resource - REST API

219 bytes added, 15:52, 12 December 2013
/* Reseller collection retrieval (GET) */
To retrieve existing resellers, the client needs to send a HTTP <code>GET</code> request on the reseller's collection resource URI <code>https://api.example.com/v1/resellers</code>.
The service responds with a HTTP status code 200 (OK) on success and returns the various resellers.
 
Note that the service will only return a limited amount of objects at once and provides links for retrieving further objects. Refer to the [[stoney_core:_REST_API#Pagination|Pagination chapter]] for more informations.
==== Reseller collection etrieval request message ====
SLB
385
edits