Unable to run feed create API on postman #207
Unanswered
paritshivani
asked this question in
Issues
Replies: 1 comment 3 replies
-
Hello @pallakartheekreddy, @HarishGangula, @swayangjit @vinukumar-vs @rajeevsathish Can we get guidance here Please?? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello team,
hope you are doing well
We have one requirement where we need to create some custom feed notifications. For this I was using following API but getting server error
Sharing curl and response here. Please help us to understand exact issue
API:
curl --location '{{host}}/api/user/feed/v1/create' \ --header 'Content-Type: text/plain' \ --header 'Authorization: Bearer -----------' \ --header 'x-authenticated-user-token: ----------' \ --data '{ "request": { "userId": "5d757783-a86a-40cd-a814-1b6a16d37cb6", "contentId": "do_1141280160518635521128", "contentType": "Course", "priority": 1, "category": "Interests", "visibility": [ "Default" ] } }'
Response:
{ "id": "api.user.feed.create", "ver": "v1", "ts": "2024-09-27 13:20:08:579+0000", "params": { "resmsgid": null, "msgid": null, "err": "UOS_0069", "status": "FAILED", "errmsg": "server error" }, "responseCode": "serverError", "result": {} }
@komalm, @AmiableAnil , @amitpriyadarshi, @reshmi-nair , @pallakartheekreddy, @HarishGangula, @swayangjit @vinukumar-vs @rajeevsathish
Beta Was this translation helpful? Give feedback.
All reactions