Post request

Hi all, i want to get post json request data, is this done with oxRegistry::getConfig()->getRequestParameter() as is when http method is get?

If I understand you correctly, you search for this:

$values = oxRegistry::getConfig()->getRequestParameter( 'postvalues' );
echo json_encode($values);

yes, i wasn’t sure if oxid might have some other ‘technique’ for geting post parameters from request.
Thanks a lot