Get strategy metrics

get/users/{id}/domains/{domainId}/strategies/metrics

Retrieve today's strategy metrics for the current user and domain.

Request Samples

1

Response Samples

1[
2 {}
3]

Path Parameters

NameTypeRequiredDescription
domainId
string
true

Specifies the identifier for the relevant domain.

id
string
true

Specifies the current user's identifier.

Query Parameters

NameTypeRequiredDescription
today
string
true

Specifies the current date, in UTC, at midnight of the local user's time zone offset (for example, August 28th 2016 @ 9:00 PM EST -> 2016-08-29T01:00:00Z)

<= 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