Hi,
I’m trying to get access to my activities with GetActivityById, but it doesn’t work anymore with the Swagger Playground. I tried it with scope read or readall and I tried different ids. It worked last week but doesn’t work now and I don’t know what's the problem.
{
"message": "Resource Not Found",
"errors": "
{
"resource": "Activity",
"field": "",
"code": "not found"
}
]
}
But I know there are Activities and the Ids are right.
Can someone help?