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 an extension.

Field Name
Data Type
Description

id

string

The business identifier of the terms.

Example: ETC-1234-1234-1234

href

string

The resource URI of the terms.

Example: /extensions/EXT-6822-9898-4256/terms/ETC-1234-1234-1234

name

string

The name of the terms.

Example: Terms of Service

description

string

A description of the terms.

Example: Terms of Service description

displayOrder

integer

The display order of the terms.

Example: 100

status

enum

The status of the terms object. Allowed values: draft, published, unpublished, or deleted.

extension

object

The extension to which the terms item belongs.

audit

object

A reference to the audit object.

Example response

  {
  "id": "ETC-1234-1234-1234",
  "href": "/extensions/EXT-6822-9898-4256/terms/ETC-1234-1234-1234",
  "name": "Microsoft 365 Terms of Service",
  "description": "Description of Microsoft 365 Terms of Service",
  "displayOrder": 100,
  "state": "Draft",
  "extension": {
    "id": "EXT-6822-9898-4256",
    "href": "/extensions/EXT-6822-9898-4256",
    "name": "Microsoft AI Cloud Partner"
  },
  "audit": {
    "created": {
      "at": "2024-01-16T21:30:13.1046031",
      "by": {
        "id": "USR-0000-0001"
      }
    },
    "updated": null
  }
}

Last updated

Was this helpful?