Skip to content

Instantly share code, notes, and snippets.

@mitani
Created February 25, 2014 20:44
Show Gist options
  • Save mitani/d56433bc8ffe19d9aff1 to your computer and use it in GitHub Desktop.
Save mitani/d56433bc8ffe19d9aff1 to your computer and use it in GitHub Desktop.
curl -X GET -H OAuth-Token:8f027f7a-266a-dcd0-8dc4-530cfa3ce6d4 -H Cache-Control:no-cache -H Postman-Token:a86bc38a-8c3f-d364-fbfe-282e41b10645 http://server/pro720/rest/v10/Accounts/demo_burger_palace/link/contacts?filter[0][last_name][$starts]=b&filter[0][first_name][$starts]=b&filter[0][$favorite]=_this
GET /pro720/rest/v10/Accounts/demo_burger_palace/link/contacts?filter%5B0%5D%5Blast_name%5D%5B%24starts%5D=b&filter%5B0%5D%5Bfirst_name%5D%5B%24starts%5D=b&filter%5B0%5D%5B%24favorite%5D=_this HTTP/1.1
Host: server
OAuth-Token: 8f027f7a-266a-dcd0-8dc4-530cfa3ce6d4
Cache-Control: no-cache
Postman-Token: fc8df8eb-c475-28bc-ca03-6b7ee511a069
{
"next_offset": -1,
"records": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment