Using Real Time container APIs
Hi
While triggering a real-time container with a container REST service as provided OOTB by Pega CDH (I am trying to hit the service via Postman), I am able to establish a connection to the container successfully but not able to fetch the offers configured with that RTC.
The sample message received is as follows:
{
"Status": "OK",
"ContainerList": [
{
"Status": "OK",
"Message": "No offers available",
"ContainerName": "MyContainer"
}
]
}
Please suggest !