Location Contents
Attributes
Endpoints
List Location Contents
get /api/location_contentsGet the location contents from the PPG database and return a JSON response.
Arguments
- binId uuid
- countDate DateTime
- creationDate DateTime
- currentQuantity Decimal
- id uuid
- locationId uuid
- materialId uuid
- type Integer
Request with curl
curl "http://[Your IP]/api/location_contents" \
-X
get
\-H "Content-Type: application/json" \-H "Authorization: Bearer [Your JWT Access Token]"
Example Response
{
"location contents": [{
}]
}]
}