Skip to content

Instantly share code, notes, and snippets.

@iCloud
Created December 10, 2015 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iCloud/eba9195e6df27ca6d4ec to your computer and use it in GitHub Desktop.
Save iCloud/eba9195e6df27ca6d4ec to your computer and use it in GitHub Desktop.
json
// http://172.16.2.68/Help/Api/GET-api-users-userId-groups-events_skip_take
{
"count": 1023,
"next": "https://api.example.org/accounts/?limit=100&offset=500", // не обязательно
"previous": "https://api.example.org/accounts/?limit=100&offset=300", // не обязательно
"results": [
{
"Id": 1,
"UserId": 2,
"UserName": "sample string 3",
"PictureLink": "sample string 4",
"Text": "sample string 5",
"Photos": [
{
"Id": 1,
"Link": "sample string 2"
},
{
"Id": 1,
"Link": "sample string 2"
}
],
"Date": "2015-12-10T14:27:51.5608482+06:00"
},
{
"Id": 1,
"UserId": 2,
"UserName": "sample string 3",
"PictureLink": "sample string 4",
"Text": "sample string 5",
"Photos": [
{
"Id": 1,
"Link": "sample string 2"
},
{
"Id": 1,
"Link": "sample string 2"
}
],
"Date": "2015-12-10T14:27:51.5608482+06:00"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment