Skip to content

Instantly share code, notes, and snippets.

@kevinmcampos
Last active November 9, 2019 10:00
Show Gist options
  • Save kevinmcampos/b0f8c18fe478e11a06a1e9cb96fd3d7b to your computer and use it in GitHub Desktop.
Save kevinmcampos/b0f8c18fe478e11a06a1e9cb96fd3d7b to your computer and use it in GitHub Desktop.
GET /inventories
{
"filtered":6,
"total":6,
"results":[
{
"code":"AAA10305",
"status":"AVAILABLE",
"image_url":"https://www.hurusystems.com/wp-content/themes/huru/static/images/carousel_11.png",
"date_created":"2019-11-20T08:09:16.799680"
},
{
"code":"BBB30606",
"status":"DELIVERED",
"image_url":"https://www.hurusystems.com/wp-content/themes/huru/static/images/carousel_22.png",
"date_created":"2019-11-20T12:10:16.799680"
},
{
"code":"CCC50444",
"status":"LOST",
"image_url":"https://www.hurusystems.com/wp-content/themes/huru/static/images/carousel_33.png",
"date_created":"2019-11-20T15:09:21.799680"
},
{
"code":"CCC50445",
"status":"IN_REPAIR",
"image_url":"https://www.hurusystems.com/wp-content/themes/huru/static/images/carousel_44.png",
"date_created":"2019-11-18T04:22:44.799680"
},
{
"code":"CCC50446",
"status":"DELIVERED",
"image_url":"https://www.hurusystems.com/wp-content/themes/huru/static/images/carousel_55.png",
"date_created":"2019-11-16T21:09:16.799680"
},
{
"code":"BBB30608",
"status":"AVAILABLE",
"image_url":"https://www.hurusystems.com/wp-content/themes/huru/static/images/carousel_66.png",
"date_created":"2019-11-16T22:55:16.799680"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment