Getting an error while evaluating batch segment ondemand
”errors”:{
“400”:[{
“code”:”UPAPI-05455-400”
”message” : “There is a problem in segment job validation. Error: Empty segment list!!!”
}
]
}
Segment id to be evaluated is passed in the payload of Post call
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hello @hrya
It appears you are missing the enclosing brackets.
[
{
“segmentId”: “256b926a-8732-45ac-bafe-11185087f417”
}
]
Please see the following link as reference:
Views
Replies
Total Likes
Can you please provide the payload which you are attempting to use?
Views
Replies
Total Likes
Views
Replies
Total Likes
Hello @hrya
It appears you are missing the enclosing brackets.
[
{
“segmentId”: “256b926a-8732-45ac-bafe-11185087f417”
}
]
Please see the following link as reference:
Views
Replies
Total Likes
Views
Likes
Replies