GET changelog/{resource}?from={from}&to={to}&enableSessionDelete={enableSessionDelete}

Get change log by resource and date range

Request Information

URI Parameters

NameDescriptionTypeAdditional information
resource

Resource name

string

Required

from

Start date

string

Required

to

End date

string

Required

enableSessionDelete

Set to True if a session will be created to store retrieve changed log so you can issue a removal later. Default is false.

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

Interprise.Web.Services.Http.MetadataListOfInterprise.Web.Services.Models.ChangeLog
NameDescriptionTypeAdditional information
data

Collection of Interprise.Web.Services.Http.DataNodeOfInterprise.Web.Services.Models.ChangeLog

None.

links

Interprise.Web.Services.Http.LinksNode

None.

Response Formats

Sample not available.