Microsoft Word · Example Payload

Javascript Api Content Control Example

DocumentsMicrosoft 365OfficeProductivityWord Processing

Javascript Api Content Control Example is an example object payload from Microsoft Word, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtagtitletypetextappearancecannotDeletecannotEdit

Example Payload

Raw ↑
{
  "id": "500456",
  "tag": "customer_name",
  "title": "Customer Name",
  "type": "RichText",
  "text": "Contoso Ltd.",
  "appearance": "BoundingBox",
  "cannotDelete": false,
  "cannotEdit": false
}