---
title: "OData end point to get a list of all items"
method: GET
path: "/api/item"
tags: ["Item"]
---

# OData end point to get a list of all items

`GET /api/item`

## Response `200`

OK

- ItemDTO[]
  - `description` string
  - `code` string
  - `salePrice` number, double, required
  - `isOverrideHourlyRate` boolean
  - `isDeleted` boolean — 
  - `createdDate` string, date-time — 
  - `lastModifiedDate` string, date-time — 
  - `createdBy` UserRef
    - `guid` string, uuid
    - `displayName` string — 
    - `name` string — 
    - `timeZoneId` string
  - `lastModifiedBy` UserRef
    - `guid` string, uuid
    - `displayName` string — 
    - `name` string — 
    - `timeZoneId` string
  - `tax1Guid` string, uuid — Used to set the reference in POST and PUT
  - `tax1` SalesTaxRef
    - `guid` string, uuid
    - `name` string, required
    - `rate` number, double, required
    - `isCompound` boolean, required — If set to true this will be considered to be a "Compound Tax". A compound tax is a special tax that is calculated after and on top of a primary tax. In Canada, Quebec and Prince Edward Island use compound taxes of 8.5% and 10% respectively.
  - `tax2Guid` string, uuid — Used to set the reference in POST and PUT
  - `tax2` SalesTaxRef
    - `guid` string, uuid
    - `name` string, required
    - `rate` number, double, required
    - `isCompound` boolean, required — If set to true this will be considered to be a "Compound Tax". A compound tax is a special tax that is calculated after and on top of a primary tax. In Canada, Quebec and Prince Edward Island use compound taxes of 8.5% and 10% respectively.
  - `chartOfAccountId` integer
  - `chartOfAccountGuid` string, uuid — Used to set the reference in POST and PUT
  - `chartOfAccountName` string
  - `guid` string, uuid
  - `name` string, required

---

[API](https://skmtc.net/practicepanther/apis/legacy-api-v1.md) · [All operations](https://skmtc.net/practicepanther/apis/legacy-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/practicepanther/legacy-api-v1/revisions/a444c5b1e78b/schema)
