Hi,
I want to get media check result for a particular person.
Below steps i am following:-
- I am fetching groupId from Get top level group API
- Using that groupId and Name of person to search, I am creating a simple case
- Using case system id received from step 2, I am calling simple Media check result API.
Request Body i am using for media check result-
{ "pagination": { "itemsPerPage": 25, "sort": "NEW_TO_OLD" }}I m getting result in postman but when I am trying to get same I am getting below error:-
http status 500, No message found.
Step1 and Step 2 is working fine and I am getting responses.
Please suggest me where i am doing mistake.