Changes

stoney core: Resellers Resource - REST API

154 bytes added, 07:59, 14 May 2014
/* Reseller collection retrieval (GET) */
The service responds with a HTTP status code 200 (OK) on success and returns the various resellers.
If you don't add a sort attribute, the collection will be sorted by '''id''' (ascending). If you would like a sorted collection answer, the query parameter sort must be added with the object's sort attribute(s) as the value: <code>https://api.example.com/v1/resellers?sort=resellerName,isActive</code>. For further information on filtering, sorting and searching, visit [[stoney_core:_REST_API#Filtering.2C_sorting_and_searching | stoney core: REST API]].
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 information.
SLB, editor, reviewer
3,368
edits