# List Adjustment >Also available as HTTP POST (endpoint: /api/v3/Adjustment/p) Get List of Adjustment Required Group Role: "Adjustment" - "VIEW" Endpoint: GET /api/v3/Adjustment Version: 3.1.0 Security: OAuth2_clientCredentials ## Query parameters: - `PageNumber` (number, required) Start Page Example: 1 - `PageSize` (number, required) Total data adjustment list will be shown Example: 10 - `From` (string) From date list adjustment list will be shown Example: "2023/09/01" - `To` (string) To date list adjustment list will be shown Example: "2023/09/30" - `Outlet` (string) The name of the outlet that made the adjustment Example: "Outlet1" - `State` (string) Status of adjustment (Draft / Pending / Accepted / Rejected) Example: "Accepted" - `Type` (string) Type of adjustment (Adjust / Count). If set to empty string or not send the property, it will show all adjustment Enum: "Adjust", "Count" ## Response 200 fields (application/json): - `ID` (string) ID of the adjustment - `Outlet` (string) the adjustment outlet location - `Date` (string) the date of the adjustment (yyyy/mm/dd) - `Number` (string) the adjustment number. This is primary key for the object - `SKUCount` (number) Total SKU of the inventory adjustment - `QuantitySUM` (number) Total Quantity of the inventory adjustment - `Type` (string) Adjustment Type Enum: "Adjust", "Count" - `TotalCost` (number) Total Cost of the inventory adjustment - `PIC` (string) the person in charge of the adjustment - `Note` (string) the note of adjustment - `State` (string) Adjustment Status Enum: "Draft", "Pending", "Accepted", "Rejected" ## Response 400 fields (application/json): - `Message` (string) ## Response 500 fields (application/json): - `Message` (string) - `ExceptionMessage` (string) - `ExceptionType` (string) - `StackTrace` (string)