For the complete documentation index, see llms.txt. This page is also available as Markdown.

Terms

The Terms object represents terms as a collection of uploaded PDF or DOCX documents or links to externally hosted documents as an element of a product.

This object contains the following attributes:

Field
Type
Description

id

string

(Read-only) The identifier for the terms.

name

string, core

The name for the terms.

description

string, core

A description of the terms.

displayOrder

integer, core

The display order for the terms.

status

string, core

The status of the terms.

product

object

Represents the product to which the item is assigned.

audit

object

(Read-only) Represents the audit object.

Example

TERMS OBJECT
{
  "id": "TCS-3159-1891-0980-8679",  
  "name": "Microsoft 365 Terms of Service",
  "description": "Description of Microsoft 365 Terms of Service",
  "displayOrder": 100,
  "state": "Draft",
  "product": {
    "id": "PRD-6822-9898-4256",
    "href": "/products/PRD-6822-9898-4256",
    "name": "Microsoft 365 online services for commercial"
  },
  "audit": {
    "created": {
      "at": "2024-01-16T21:30:13.1046031",
      "by": {
        "id": "USR-0000-0001"
      }
    },
    "updated": null
  }
}

Last updated

Was this helpful?