---
title: "Retrieves the collection of Term resources."
method: GET
path: "/terms"
tags: ["Term"]
---

# Retrieves the collection of Term resources.

`GET /terms`

Retrieves the collection of Term resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

Term collection

- Term[]
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `name` string — Name for the term e.g. Net 30
  - `type` string, nullable — Type of the Sales term e.g. STANDARD
  - `discountPercent` string, nullable — Discount percentage available against an amount if paid with discount days.
  - `discountDays` integer, nullable — Discount applies if paid within this number of days
  - `dayOfMonthDue` integer, nullable — Payment must be received by this day of the month
  - `discountDayOfMonth` integer, nullable — Discount applies if paid before this day of month
  - `dueNextMonthDays` integer, nullable — Payment due next month if issued that many days before the day of month due.
  - `dueDays` integer, nullable — NUmber of days from delivery of goods/services until the payment is due
  - `active` boolean — Whether or not the entity is enabled for use by the application
  - `created` string, nullable — Date and time the term was created
  - `modified` string, nullable — Date and time the term was last modified
  - `directory` string, nullable

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
