GET api/v1/{appId}/accounts/history?date={date}
Получение списка запросов пользователя за день
URI ïàðàìåòðû
Name | Description | Type | Additional information |
---|---|---|---|
appId | string |
Required |
|
date | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Получение списка запросов пользователя за день
Collection of UserUsageHistoryModelName | Description | Type | Additional information |
---|---|---|---|
Identifier | string |
None. |
|
Date | date |
None. |
|
SubscriptionId | globally unique identifier |
None. |
|
Source | string |
None. |
Response Formats
application/json, text/json
Ïðèìåð:
[ { "Identifier": "sample string 1", "Date": "2025-03-14T06:33:59.8795043+00:00", "SubscriptionId": "5c437657-219c-4950-86fc-a917d86b5496", "Source": "sample string 4" }, { "Identifier": "sample string 1", "Date": "2025-03-14T06:33:59.8795043+00:00", "SubscriptionId": "5c437657-219c-4950-86fc-a917d86b5496", "Source": "sample string 4" } ]
application/xml, text/xml
Ïðèìåð:
<ArrayOfUserUsageHistoryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pactum.Core.Contracts.Models"> <UserUsageHistoryModel> <Date>2025-03-14T06:33:59.8795043+00:00</Date> <Identifier>sample string 1</Identifier> <Source>sample string 4</Source> <SubscriptionId>5c437657-219c-4950-86fc-a917d86b5496</SubscriptionId> </UserUsageHistoryModel> <UserUsageHistoryModel> <Date>2025-03-14T06:33:59.8795043+00:00</Date> <Identifier>sample string 1</Identifier> <Source>sample string 4</Source> <SubscriptionId>5c437657-219c-4950-86fc-a917d86b5496</SubscriptionId> </UserUsageHistoryModel> </ArrayOfUserUsageHistoryModel>