Retrieve personal metrics

head/users/{user_id}/strategies/metrics

Retrieves the headers for personal metrics for a given user.

Request Samples

1

Response Samples

1{
2 "content": {}
3}

Path Parameters

NameTypeRequiredDescription
user_id
string
true

Specifies the identifier for the given user.

Query Parameters

NameTypeRequiredDescription
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

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
400Bad Request

The request was invalid.

Schema
500Internal Server Error

The request could not be fulfilled because of an unexpected server error.

Schema