Changes

| width="800px" |
Open Questions:
* (1) "location" JSON attribute: Der Name kann ein Problem sein wenn das Business Object ein Attribute gleichen Namens. Vielleicht können wir das rest_location nennen?* (2) URL Parameter "sort" und "q" ([[stoney_core:_REST_API#Filtering.2C_sorting_and_searching]]): Hier könnte ebenfalls der Parametername ein Problem werden wenn das Business Object ein Attribute gleichen Namens besitzt.
* Im Bereich [[stoney_core:_Resellers_Resource_-_REST_API#Reseller_element_retrieval_response_message_body]] sind die drei Parameter customers, employees und users im Beispiel alle mit dem Namen "location" gesetzt. Müssten die nicht z.B.: "customers": "https://....." heissen?
** Documetation fixed.
* (3) Gleicher Bereich: In der Zeile "location": "https://api.example.com/v1/resellers/4000001/customers" könnte die URL auch so geschrieben werden: https://api.example.com/v1/customers?belongsToResellerUID=4000001 Hier meine ich braucht es diese Relation Variante nicht?* (3) [[stoney_core:_REST_API#Relations]]: Ich würde in der jetzigen Implementierung die Relationen gerne weglassen.* (4) Gibt es in der LDAP Suche eine Möglichkeit sich in einem Knoten nur den Eintrag geben zu lassen mit dem jüngsten modifyTimestamp? Dies wäre für die Ermittlung des <code>[http://en.wikipedia.org/wiki/HTTP_ETag ETag]</code> bzw. Last-Modified wichtig.
|-
|-
 | width="40px" | 12
| width="800px" | q and sort are GET parameters and have got nothing to do with the JSON payload. Therefore we don't see a current of future issue.
| width="70px" | Info
|-
| width="40px" | 13
| width="800px" | The REST API defines the following line as a return value. This is required and will not change.
* "location": "https://api.example.com/v1/resellers/4000001/customers"
|-
| width="40px" | 13
| width="800px" | We've updated the [[stoney_core:_REST_API#Relations | Relations]] section of the documentation. It should be simpler to implement this way.
| width="70px" | Info
|-
| width="40px" | 14
| width="800px" | Yes, you have this possibility. We'll send you an example how to do this.
* Additionally we'll define how to create the hash used as the ETag.
SLB, editor, reviewer
3,368
edits