Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You find the JSON in the display pattern editor in JSON preview:
Image Removed

...

  1. kind: shows the type of content, e.g., ContentDoc for content items or ListItemDoc for list items.

  2. fileTransferId: shows all assigned contentPermissionSets

  3. ownerTokenId: shows the id of the owner

  4. contentType: shows the type of content, e.g., File or Virtual

  5. backup information

  6. contentSchemaId: is the underlying schema of type file type or virtual type with the assigned layers.

    1. In data, you find all available metadata values from the item

  7. brokenReferenceIds, RelationTargetIds, and IndirectReferenceIds are for system checks to ensure data integrity. You can use those fields to check for any broken references in the system to fix them.

  8. lifeCycle: is the state of the item, whereas inactive items are no longer available in the system

  9. id: the ID of the item which is also shown in the URL when opening the item in the item detail view

  10. docType: refers to the kind and the corresponding index in the database, e.g., ContentDoc or ListItemDoc

  11. audit: shows information about creation and modification.

...

You can see the JSON of an item by{ opening up the item detail view and check in the developer tools (Chrome F12) in the network the response for the corresponding item, shown as id: Image Removed

...