User bio
404 bio not found
Member since Oct 10, 2016
Replies:

I tried:

In main dispatcher:
<Routes>
   <Map Prefix="/v1/news"    Forward="API.Dispatch.news"/>
</Routes>

And in the sub-dispatcher:
<Routes>
   <Route Url="/:id"                        Method="GET"  Call="NewsGetItem"/>
</Routes>

And so with classmethod:

ClassMethod NewsGetItem(id As %IntegerAs %Status
{
    id
    Quit $$$OK
}

But still 404

Certifications & Credly badges:
Sébastien has no Certifications & Credly badges yet.
Global Masters badges:
Followers:
Following:
Sébastien has not followed anybody yet.