Skip to content

Instantly share code, notes, and snippets.

@kaiomagalhaes
Created November 4, 2021 11:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kaiomagalhaes/918c60051c54a5e02e32de5ebd69c914 to your computer and use it in GitHub Desktop.
Save kaiomagalhaes/918c60051c54a5e02e32de5ebd69c914 to your computer and use it in GitHub Desktop.
json.json
{
"offset": 2,
"page_size": 20,
"total_pages": 3,
"data": [
{
"id": 1,
"date": "10/21/2021",
"product": {
"name": "Box",
"id": 1,
"avatar_url": "https://robohash.org/box.png"
},
"user": {
"name": "Austin Wellington",
"id": 1,
"avatar_url": "https://robohash.org/austin.png"
},
"activity_type": {
"id": 1,
"name": "Report Entry - Automated testing tool"
},
"risk": {
"id": 1,
"name": "none"
]
},
{
"id": 2,
"date": "10/21/2021",
"product": {
"name": "Microsoft",
"id": 2,
"avatar_url": "https://robohash.org/microsoft.png"
},
"user": {
"name": "Caroline Maura",
"id": 2,
"avatar_url": "https://robohash.org/caroline.png"
},
"activity_type": {
"id": 2,
"name": "Test — Automated Testing Tool"
},
"risk": {
"id": 2,
"name": "High"
]
},
{
"id": 3,
"date": "10/21/2021",
"product": {
"name": "Microsoft",
"id": 2,
"avatar_url": "https://robohash.org/microsoft.png"
},
"user": {
"name": "Austin Wellington",
"id": 1,
"avatar_url": "https://robohash.org/austin.png"
},
"activity_type": {
"id": 3,
"name": "Report Entry — Product Changes"
},
"risk": {
"id": 3,
"name": "Medium"
]
},
{
"id": 4,
"date": "10/21/2021",
"product": {
"name": "Microsoft",
"id": 2,
"avatar_url": "https://robohash.org/microsoft.png"
},
"user": {
"name": "Austin Wellington",
"id": 1,
"avatar_url": "https://robohash.org/austin.png"
},
"activity_type": {
"id": 4,
"name": "Report Entry — Validation Accelerator Pack"
},
"risk": {
"id": 3,
"name": "Medium"
]
},
{
"id": 5,
"date": "10/21/2021",
"product": {
"name": "DocuSign",
"id": 3,
"avatar_url": "https://robohash.org/docusign.png"
},
"user": {
"name": "Austin Wellington",
"id": 1,
"avatar_url": "https://robohash.org/austin.png"
},
"activity_type": {
"id": 5,
"name": "Report Entry — USDM Automated Testing Tool"
},
"risk": {
"id": 4,
"name": "Low"
]
},
{
"id": 6,
"date": "10/21/2021",
"product": {
"name": "DocuSign",
"id": 3,
"avatar_url": "https://robohash.org/docusign.png"
},
"user": {
"name": "Caroline Maura",
"id": 2,
"avatar_url": "https://robohash.org/caroline.png"
},
"activity_type": {
"id": 2,
"name": "Test — Automated Testing Tool"
},
"risk": {
"id": 1,
"name": "None"
]
},
{
"id": 7,
"date": "10/21/2021",
"product": {
"name": "SAP",
"id": 4,
"avatar_url": "https://robohash.org/sap.png"
},
"user": {
"name": "Caroline Maura",
"id": 2,
"avatar_url": "https://robohash.org/caroline.png"
},
"activity_type": {
"id": 6,
"name": "Test — USDM Automated Testing Tool"
},
"risk": {
"id": 1,
"name": "None"
]
},
{
"id": 8,
"date": "10/21/2021",
"product": {
"name": "Google Cloud",
"id": 5,
"avatar_url": "https://robohash.org/googlecloud.png"
},
"user": {
"name": "Caroline Maura",
"id": 2,
"avatar_url": "https://robohash.org/caroline.png"
},
"activity_type": {
"id": 2,
"name": "Test — Automated Testing Tool"
},
"risk": {
"id": 4,
"name": "Low"
]
},
{
"id": 9,
"date": "10/21/2021",
"product": {
"name": "Google Cloud",
"id": 5,
"avatar_url": "https://robohash.org/googlecloud.png"
},
"user": {
"name": "Caroline Maura",
"id": 2,
"avatar_url": "https://robohash.org/caroline.png"
},
"activity_type": {
"id": 2,
"name": "Test — Automated Testing Tool"
},
"risk": {
"id": 4,
"name": "Low"
]
},
{
"id": 10,
"date": "10/21/2021",
"product": {
"name": "Google Cloud",
"id": 5,
"avatar_url": "https://robohash.org/googlecloud.png"
},
"user": {
"name": "Caroline Maura",
"id": 2,
"avatar_url": "https://robohash.org/caroline.png"
},
"activity_type": {
"id": 2,
"name": "Test — Automated Testing Tool"
},
"risk": {
"id": 2,
"name": "High"
]
},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment