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

Add the folder ID to the endpoint /api/v1/folder/byPath #30699

Closed
Tracked by #29873
nicobytes opened this issue Nov 19, 2024 · 3 comments · Fixed by #30725
Closed
Tracked by #29873

Add the folder ID to the endpoint /api/v1/folder/byPath #30699

nicobytes opened this issue Nov 19, 2024 · 3 comments · Fixed by #30725

Comments

@nicobytes
Copy link
Contributor

nicobytes commented Nov 19, 2024

Parent Issue

#29873

User Story

Add the folder ID to the endpoint /api/v1/folder/byPath. Currently, this endpoint responds with the following structure:

Screenshot 2024-11-19 at 10 35 36 AM

However, users need the folder ID to retrieve more information about a specific folder.

Acceptance Criteria

Include the folder ID in the response of the endpoint /api/v1/folder/byPath for each entity.

Proposed Objective

Core Features

Proposed Priority

Please Select

External Links... Slack Conversations, Support Tickets, Figma Designs, etc.

No response

Assumptions & Initiation Needs

No response

Quality Assurance Notes & Workarounds

No response

Sub-Tasks & Estimates

No response

@jcastro-dotcms jcastro-dotcms moved this from In Progress to In Review in dotCMS - Product Planning Nov 20, 2024
github-merge-queue bot pushed a commit that referenced this issue Nov 22, 2024
…lder/byPath` Endpoint (#30725)

### Proposed Changes
* Including both the Folder's Identifier and Inode to the JSON response,
as Folders created in olde versions of dotCMS have different values for
them.
* Updating the Postman test to validate the new attributes.
@github-project-automation github-project-automation bot moved this from In Review to Internal QA in dotCMS - Product Planning Nov 22, 2024
@github-project-automation github-project-automation bot moved this from Internal QA to Current Sprint Backlog in dotCMS - Product Planning Nov 22, 2024
@jcastro-dotcms jcastro-dotcms moved this from Current Sprint Backlog to Internal QA in dotCMS - Product Planning Nov 22, 2024
@jcastro-dotcms jcastro-dotcms removed their assignment Nov 22, 2024
@hmoreras
Copy link
Contributor

pass internal QA:

The endpoint now has an id.

image

@hmoreras hmoreras removed their assignment Nov 25, 2024
@hmoreras hmoreras moved this from Internal QA to QA - Backlog in dotCMS - Product Planning Nov 25, 2024
@hmoreras hmoreras self-assigned this Nov 25, 2024
@bryanboza
Copy link
Member

Fixed, passed according to the postman test:
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment