GET tiedostoloki/selaa/{tyyppi}?Liitetyyppi={Liitetyyppi}&AikaleimaAlku={AikaleimaAlku}&AikaleimaLoppu={AikaleimaLoppu}&Offset={Offset}&Limit={Limit}
Hakee kokoelman dokumenttimuutoksia.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
tyyppi | Dokumenttityyppi, johon haku kohdistetaan. | ApiLiitetyyppi | Required |
Liitetyyppi | Liitteen tyyppi. | string | None. |
AikaleimaAlku | Tapahtuman aikaleiman alkamisajankohta. | date | Required |
AikaleimaLoppu | Tapahtuman aikaleiman päättymisajankohta. | date | None. |
Offset | Ohitettavien tuloksien määrä. | integer | None. |
Limit | Sivun koko. | integer | None. |
Body Parameters
None.
Response Information
Resource Description
Sivutettu kokoelma dokumenttimuutoksia.PagingMetadataResponseOfApiTiedostolokiResponse
Name | Description | Type | Additional information |
---|---|---|---|
Offset | integer | None. | |
Limit | integer | None. | |
Total | integer | None. | |
Items | Collection of ApiTiedostolokiResponse | None. |
Response Formats
application/json, text/json
Sample:
{ "Offset": 1, "Limit": 2, "Total": 3, "Items": [ { "Id": 1, "Aikaleima": "2025-04-20T00:37:45.8617613+03:00", "Tapahtumatyyppi": "sample string 3", "LiiteId": 4, "EntityId": 1, "Tyyppi": "sample string 5", "Liitetyyppi": "sample string 6", "Tiedostonimi": "sample string 7" }, { "Id": 1, "Aikaleima": "2025-04-20T00:37:45.8617613+03:00", "Tapahtumatyyppi": "sample string 3", "LiiteId": 4, "EntityId": 1, "Tyyppi": "sample string 5", "Liitetyyppi": "sample string 6", "Tiedostonimi": "sample string 7" } ] }
application/xml, text/xml
Sample:
<PagingMetadataResponseOfApiTiedostolokiResponse5WcbX_PsP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Agenteq.Tampuuri.ApplicationServiceApi.Contract"> <Items> <ApiTiedostolokiResponse> <Aikaleima>2025-04-20T00:37:45.8617613+03:00</Aikaleima> <EntityId>1</EntityId> <Id>1</Id> <LiiteId>4</LiiteId> <Liitetyyppi>sample string 6</Liitetyyppi> <Tapahtumatyyppi>sample string 3</Tapahtumatyyppi> <Tiedostonimi>sample string 7</Tiedostonimi> <Tyyppi>sample string 5</Tyyppi> </ApiTiedostolokiResponse> <ApiTiedostolokiResponse> <Aikaleima>2025-04-20T00:37:45.8617613+03:00</Aikaleima> <EntityId>1</EntityId> <Id>1</Id> <LiiteId>4</LiiteId> <Liitetyyppi>sample string 6</Liitetyyppi> <Tapahtumatyyppi>sample string 3</Tapahtumatyyppi> <Tiedostonimi>sample string 7</Tiedostonimi> <Tyyppi>sample string 5</Tyyppi> </ApiTiedostolokiResponse> </Items> <Limit>2</Limit> <Offset>1</Offset> <Total>3</Total> </PagingMetadataResponseOfApiTiedostolokiResponse5WcbX_PsP>