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-07-13T11:16:30.6910391+00:00", "SubscriptionId": "dec09ab6-448c-4532-ba40-3b86f827bfc1", "Source": "sample string 4" }, { "Identifier": "sample string 1", "Date": "2025-07-13T11:16:30.6910391+00:00", "SubscriptionId": "dec09ab6-448c-4532-ba40-3b86f827bfc1", "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-07-13T11:16:30.6910391+00:00</Date> <Identifier>sample string 1</Identifier> <Source>sample string 4</Source> <SubscriptionId>dec09ab6-448c-4532-ba40-3b86f827bfc1</SubscriptionId> </UserUsageHistoryModel> <UserUsageHistoryModel> <Date>2025-07-13T11:16:30.6910391+00:00</Date> <Identifier>sample string 1</Identifier> <Source>sample string 4</Source> <SubscriptionId>dec09ab6-448c-4532-ba40-3b86f827bfc1</SubscriptionId> </UserUsageHistoryModel> </ArrayOfUserUsageHistoryModel>