Skip to content

Instantly share code, notes, and snippets.

@SugarCRMExamples
Last active August 29, 2015 13:57
Show Gist options
  • Save SugarCRMExamples/9623178 to your computer and use it in GitHub Desktop.
Save SugarCRMExamples/9623178 to your computer and use it in GitHub Desktop.
# GET rest/v10/Contacts?fields=id,name,top_opp&max_num=2
{
"next_offset": 2,
"records": [
{
"id": "f2d4042e-6d9e-88af-3c00-53271512e333",
"name": "Tabitha Johansson",
"date_modified": "2014-03-17T15:29:16+00:00",
"_acl": {
"fields": {}
},
"top_opp": "Rest in Peas Burger",
"_module": "Contacts"
},
{
"id": "f23e19e3-a59e-8985-4202-5327156a36a9",
"name": "Kuchi Kopi",
"date_modified": "2014-03-17T15:29:16+00:00",
"_acl": {
"fields": {}
},
"top_opp": "Rest in Peas Burger",
"_module": "Contacts"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment