# Getting a Count Sheet by Id Endpoint: GET /countsheets/{id} Version: v3.0: 3.26.2.4 Security: Auth API User Token ## Path parameters: - `id` (string, required) CountSheet Id ## Query parameters: - `PageNumber` (integer) Page Number for the result set. This is expected to be an integer value greater than 0. Defaults to 1 when not passed in. For more information see the Getting Started Section for Pagination. - `PageSize` (integer) Page Size - Default page size: 100 - Max page size: 500 This is expected to be an integer value greater than 0. Defaults to 100 when not passed in. For more information see the Getting Started Section for Pagination. - `Expand` (array) - `Filter` (array) - `OrderBy` (array) ## Response 200 fields (application/json): - `countSheetID` (string) countSheetID is the unique identifier for the CountSheet; formatted as GUID (example: 433ef432-f63e-4c26-a29f-39d4079d9fc9) - `description` (string,null) - `storeID` (string) - `countSheetItems` (array,null) - `countSheetItems.flagID` (string,null) - `countSheetItems.flagCode` (string,null) - `countSheetItems.flagDescription` (string,null) - `countSheetItems.itemID` (string) - `countSheetItems.placement` (integer) ## Response 500 fields (application/json): - `message` (string,null) - `errors` (array,null) - `errors.extensions` (string,null) ## Response 429 fields