The GET method requests a representation of the specified resource. Requests using GET should only retrieve data and should have no other effect.
| Directions for use (REST) The REST service interface must use the HTTP verb most suitable for the operation as indicated in RFC 7231 | 
| Message broker the GET method is used to consume messages from queues and topics / subscriptions; | 
| REST interface processing rules | 
| Standard Methods | 
| List The List method must use an HTTP GET verb. | 
| Get |