GET v2/rti/{rtiID}/stats
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| rtiID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RTIStatModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Title | string |
None. |
|
| Quantity | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"title": "sample string 1",
"quantity": 2.0
}