There is no standard for REST however the accepted way would be
GET /orders/view/23
Not using the custom headers and hence the 23 after view assumes to be the id hence you would have a function that takes in the id and hence produces just that information.