GET /quotes/{id}
Retrieves the quote record identified by the given ID value.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
id |
the ID of the quote record in the database |
path
|
|
String
|
Result
RowQuote
of type:
application/xml
application/json
the quote record
Try It Out
Request