An OX Controller
GET /campaign/8ddcff04-d7b6-11e3-8fa4-05e9912a1276
file: code/Winxle-Admin/CampaignController.pm 23: sub item_GET { 24: my ( $self, $req, $uuid ) = @_; 25: 26: my $c = $self->campaign_model->view($uuid); 27: return $req->new_json_response($c); 28: }