Revisions journal
list
request
GET /api/v2/revisions?size=150 HTTP/1.1
Parameter | Description |
---|---|
|
goods type |
|
revision status |
|
department id |
|
date of creation from |
|
date of creation to |
|
response
{
"content" : [ {
"revisionId" : 3,
"createdAt" : "2020-05-22T15:02:00",
"departmentName" : "Первый магазин",
"type" : "GLASSES",
"status" : "FINISHED",
"listedNum" : 535,
"foundNum" : 1,
"listedSum" : 1877489.0,
"foundSum" : 2600.0
} ],
"totalPages" : 1,
"totalElements" : 1,
"size" : 150,
"page" : 0,
"number" : 0,
"pageable" : {
"pageSize" : 150,
"pageNumber" : 0
},
"totalResult" : null
}
Path | Type | Description |
---|---|---|
|
|
an array of filtered revisions |
|
|
revision created datetime |
|
|
goods type |
|
|
revision status |
|
|
department name |
|
|
total sum |
|
|
found sum |
|
|
total number |
|
|
found sum |
|
|
total purchasing sum of goods |
|
|
found purchasing sum of goods |