Get personal metrics by strategy
get/users/{user_id}/strategies/{strategy_id}/metrics
Returns personal metrics for a given user and strategy.
| Name | Type | Required | Description |
|---|---|---|---|
strategy_id | string | true | Specifies the identifier for the given strategy. |
user_id | string | true | Specifies the identifier for the given user. |
| Name | Type | Required | Description |
|---|---|---|---|
begin | string | true | Specifies the start date in UTC at midnight of the local users time zone offset (for example, August 28th 2016 @ 12:00 AM EST -> 2016-08-28T04:00:00.000Z) <= 100 characters |
end | string | true | Specifies the end date in UTC at end of day of the local users time zone offset (for example, August 28th 2016 @ 11:59 PM EST -> 2016-08-29T03:59:59.999Z) <= 100 characters |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Headers | Schema |
| 400 | Bad Request | The request was invalid. | Schema | |
| 500 | Internal Server Error | The request could not be fulfilled because of an unexpected server error. | Schema |