# Getting Request Details By ID Endpoint: GET /requests/{id} Version: v3.0: 3.26.2.2 Security: Auth API User Token ## Path parameters: - `id` (string, required) CommDoc ID of Request ## Query parameters: - `PageNumber` (integer) - PageNumber Starts at 1 - `PageSize` (integer) - Default page size: 100 - Max page size: 500 ## Response 200 fields (application/json): - `id` (string,null) - `code` (string,null) - `description` (string,null) - `dueAt` (string,null) - `instructions` (string,null) - `notes` (string,null) - `reference` (string,null) - `requestedAt` (string,null) - `createdAt` (string) - `status` (integer) Enum: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 - `store` (object) - `store.requestEmailAddress` (string,null) 375+ only defaults to null recipient email used when sending out request information for this store - `requestor` (object) - `requestor.name` (string,null) - `requestor.email` (string,null) - `requestType` (integer) Enum: 0, 1, 2 - `lines` (object) - `lines.count` (integer) - `lines.uniqueItemCount` (integer) - `lines.totalQuantity` (number) - `lines.totalVendorPrice` (number) - `lines.nodes` (array,null) - `lines.nodes.item` (object) - `lines.nodes.item.dimension1` (string,null) - `lines.nodes.item.dimension2` (string,null) - `lines.nodes.quantity` (number,null) - `lines.nodes.vendorPrice` (number,null) ## Response 500 fields (application/json): - `message` (string,null) - `errors` (array,null) - `errors.extensions` (string,null) ## Response 429 fields