Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Created November 8, 2021 14:17
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 Hkazanci93/461545442074f16f860d35eae7bbf195 to your computer and use it in GitHub Desktop.
Save Hkazanci93/461545442074f16f860d35eae7bbf195 to your computer and use it in GitHub Desktop.
Response
{
"id": "abc",
"metrics": [
{
"id": "abc",
"value": 6,
"count": 3,
"transactionIds": [
"3rd",
"2nd",
"1st"
]
},
{
"id": "bcd",
"value": 12,
"count": 3,
"transactionIds": [
"3rd",
"2nd",
"1st"
]
},
{
"id": "fff",
"value": 1,
"count": 1,
"transactionIds": [
"3rd"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment