GET api/v1/{appId}/accounts/history?date={date}

Получение списка запросов пользователя за день

URI ïàðàìåòðû

NameDescriptionTypeAdditional information
appId

string

Required

date

date

None.

Body Parameters

None.

Response Information

Resource Description

Получение списка запросов пользователя за день

Collection of UserUsageHistoryModel
NameDescriptionTypeAdditional 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": "2024-04-02T23:48:13.1582961+00:00",
    "SubscriptionId": "03e48793-df6a-46c6-b53d-22cd866eae3d",
    "Source": "sample string 4"
  },
  {
    "Identifier": "sample string 1",
    "Date": "2024-04-02T23:48:13.1582961+00:00",
    "SubscriptionId": "03e48793-df6a-46c6-b53d-22cd866eae3d",
    "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>2024-04-02T23:48:13.1582961+00:00</Date>
    <Identifier>sample string 1</Identifier>
    <Source>sample string 4</Source>
    <SubscriptionId>03e48793-df6a-46c6-b53d-22cd866eae3d</SubscriptionId>
  </UserUsageHistoryModel>
  <UserUsageHistoryModel>
    <Date>2024-04-02T23:48:13.1582961+00:00</Date>
    <Identifier>sample string 1</Identifier>
    <Source>sample string 4</Source>
    <SubscriptionId>03e48793-df6a-46c6-b53d-22cd866eae3d</SubscriptionId>
  </UserUsageHistoryModel>
</ArrayOfUserUsageHistoryModel>