Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(content) #28183 : Edit Content: Expose Date and User Information in Content API Response #28603

Conversation

jcastro-dotcms
Copy link
Contributor

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

…Date-and-User-Information-in-Content-API-Response' into issue-28183-Edit-Content-Expose-Date-and-User-Information-in-Content-API-Response
@jcastro-dotcms jcastro-dotcms added this pull request to the merge queue May 20, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 20, 2024
@spbolton
Copy link
Contributor

The merge queue was rejected by the Flakey test I have logged here. #28615. Will add it back to the queue.

@spbolton spbolton added this pull request to the merge queue May 20, 2024
Merged via the queue into master with commit 4c3a898 May 20, 2024
25 checks passed
@spbolton spbolton deleted the issue-28183-Edit-Content-Expose-Date-and-User-Information-in-Content-API-Response branch May 20, 2024 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Edit Content: Expose Date and User Information in Content API Response
4 participants