-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(content) #28183 : Edit Content: Expose Date and User Informatio…
…n in Content API Response (#28603) ### Proposed Changes * Exposes audit information to all Contentlets in dotCMS. Here's the list of audit properties that are being exposed, and how they can be accessed by the different consumers: | Attribute | REST Endpoint | Elasticsearch | GraphQL | | -------- | ------- | ------- | ------- | | `creationDate` | `creationDate` | `creationDate` | `creationDate` | | `owner` | `owner` | `owner` | `owner` | | `ownerName` | `ownerName` | Only the User ID is available | Reachable inside the "owner" object | | `modDate` | `modDate` | `modDate` | `modDate` | | `modUser` | `modUser` | `modUser` | `modUser` | | `modUserName` | `modUserName` | Only the User ID is available | Reachable inside the "modUser" object | | `publishDate` | `publishDate` | `sysPublishDate` | `publishDate` | | `publishUser` | `publishUser` | `sysPublishUser` | `publishUser` | | `publishUserName` | `publishUserName` | Only the User ID is available | Reachable inside the "publishUser" object |
- Loading branch information
1 parent
de8117a
commit 4c3a898
Showing
10 changed files
with
1,995 additions
and
828 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.