[PER-10397] Update endpoints for getting an existing share link#919
Merged
aasandei-vsp merged 3 commits intomainfrom Feb 23, 2026
Merged
[PER-10397] Update endpoints for getting an existing share link#919aasandei-vsp merged 3 commits intomainfrom
aasandei-vsp merged 3 commits intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #919 +/- ##
==========================================
+ Coverage 48.25% 48.47% +0.21%
==========================================
Files 350 350
Lines 11320 11331 +11
Branches 1892 1895 +3
==========================================
+ Hits 5463 5493 +30
+ Misses 5667 5649 -18
+ Partials 190 189 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
8fe3f35 to
8b0db1d
Compare
cecilia-donnelly
approved these changes
Feb 13, 2026
Member
cecilia-donnelly
left a comment
There was a problem hiding this comment.
Thank you! Looks great 👍
The new share-link endpoint from record can get the share link based on the record id. ISSUE: PER-10397
The new share-link endpoint from folder can get the share link based on the folder id. ISSUE: PER-10397
In order to get the share-link for an item, a call to either record or folder will be made using the id. ISSUE: PER-10397
8b0db1d to
c9da30a
Compare
omnignorant
approved these changes
Feb 23, 2026
Member
omnignorant
left a comment
There was a problem hiding this comment.
Looks good to me! Worked as expected.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
STEPS TO TEST:
Record share link:
EXPECTED: The existing share link is populated.
EXPECTED: The share cand be previewed for unlisted or can accept share for restricted
Folder share link:
EXPECTED: The existing share link is populated.
EXPECTED: The share cand be previewed for unlisted or can accept share for restricted
ISSUE: PER-10397