-
Notifications
You must be signed in to change notification settings - Fork 11k
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
feat: get contact by id endpoint #33041
Conversation
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #33041 +/- ##
========================================
Coverage 59.70% 59.70%
========================================
Files 2551 2551
Lines 62792 62792
Branches 14102 14102
========================================
Hits 37492 37492
Misses 22893 22893
Partials 2407 2407
Flags with carried forward coverage won't be shown. Click here to find out more. |
4e0a0bb
to
838b7af
Compare
|
1c93671
to
81d6c87
Compare
mute feature test cases added mute feature lint errors fixed unit tests mute feature lint error resolved mute feature lint error resolved mute feature lint error resolved mute feature lint error resolved mute feature ci: Include hidden files when uploading artifacts (RocketChat#33286) feat: get contact by id endpoint (RocketChat#33041)
Proposed changes (including videos or screenshots)
Implemented a new endpoint to retrieve contact info by id.
[GET]
api/v1/omnichannel/contacts.get?contactId=123
response example:
Issue(s)
Steps to test or reproduce
Further comments
SCI-36