Sugar Network/API: Difference between revisions

Line 112: Line 112:
* {{Code|result}}, an array of dictionaries with resource object properties, dictionaries contain at least {{Code|guid}} property.
* {{Code|result}}, an array of dictionaries with resource object properties, dictionaries contain at least {{Code|guid}} property.


<div id="GET-resource"></div>
<div id="GET_resource"></div>


  '''GET''' /''RESOURCE''/''GUID''[?reply=''PROP''[,..]]
  '''GET''' /''RESOURCE''/''GUID''[?reply=''PROP''[,..]]
Line 121: Line 121:
* properties that were specified in {{Code|reply}} argument(s), at least {{Code|guid}}.
* properties that were specified in {{Code|reply}} argument(s), at least {{Code|guid}}.


<div id="GET-property"></div>
<div id="GET_property"></div>


  '''GET''' /''RESOURCE''/''GUID''/''PROP''
  '''GET''' /''RESOURCE''/''GUID''/''PROP''