Edit

Share via


WorkItemTrackingHttpClientCompatBase.ReadReportingRevisionsGetAsync Method

Definition

Overloads

ReadReportingRevisionsGetAsync(String, IEnumerable<String>, IEnumerable<String>, String, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<ReportingRevisionsExpand>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Get a batch of work item revisions with the option of including deleted items

ReadReportingRevisionsGetAsync(Guid, IEnumerable<String>, IEnumerable<String>, String, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<ReportingRevisionsExpand>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Get a batch of work item revisions with the option of including deleted items

ReadReportingRevisionsGetAsync(String, IEnumerable<String>, IEnumerable<String>, String, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<ReportingRevisionsExpand>, Object, CancellationToken)

[Preview API] Get a batch of work item revisions with the option of including deleted items

ReadReportingRevisionsGetAsync(Guid, IEnumerable<String>, IEnumerable<String>, String, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<ReportingRevisionsExpand>, Object, CancellationToken)

[Preview API] Get a batch of work item revisions with the option of including deleted items

ReadReportingRevisionsGetAsync(IEnumerable<String>, IEnumerable<String>, String, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<ReportingRevisionsExpand>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Get a batch of work item revisions with the option of including deleted items

ReadReportingRevisionsGetAsync(IEnumerable<String>, IEnumerable<String>, String, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<ReportingRevisionsExpand>, Object, CancellationToken)

[Preview API] Get a batch of work item revisions with the option of including deleted items

ReadReportingRevisionsGetAsync(Guid, IEnumerable<String>, IEnumerable<String>, Nullable<Int32>, Nullable<DateTime>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Get a batch of work item revisions

ReadReportingRevisionsGetAsync(Guid, Boolean, IEnumerable<String>, IEnumerable<String>, Nullable<Int32>, Nullable<DateTime>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Get a batch of work item revisions with the option of including deleted items

ReadReportingRevisionsGetAsync(String, IEnumerable<String>, IEnumerable<String>, Nullable<Int32>, Nullable<DateTime>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Get a batch of work item revisions

ReadReportingRevisionsGetAsync(Boolean, IEnumerable<String>, IEnumerable<String>, Nullable<Int32>, Nullable<DateTime>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Get a batch of work item revisions with the option of including deleted items

ReadReportingRevisionsGetAsync(IEnumerable<String>, IEnumerable<String>, Nullable<Int32>, Nullable<DateTime>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Get a batch of work item revisions

ReadReportingRevisionsGetAsync(String, Boolean, IEnumerable<String>, IEnumerable<String>, Nullable<Int32>, Nullable<DateTime>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Get a batch of work item revisions with the option of including deleted items

ReadReportingRevisionsGetAsync(String, IEnumerable<String>, IEnumerable<String>, String, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<ReportingRevisionsExpand>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Get a batch of work item revisions with the option of including deleted items

public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch> ReadReportingRevisionsGetAsync (string project, System.Collections.Generic.IEnumerable<string> fields = null, System.Collections.Generic.IEnumerable<string> types = null, string continuationToken = null, Nullable<DateTime> startDateTime = null, Nullable<bool> includeIdentityRef = null, Nullable<bool> includeDeleted = null, Nullable<bool> includeTagRef = null, Nullable<bool> includeLatestOnly = null, Nullable<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingRevisionsExpand> expand = null, Nullable<bool> includeDiscussionChangesOnly = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member ReadReportingRevisionsGetAsync : string * seq<string> * seq<string> * string * Nullable<DateTime> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingRevisionsExpand> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch>
override this.ReadReportingRevisionsGetAsync : string * seq<string> * seq<string> * string * Nullable<DateTime> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingRevisionsExpand> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch>

Parameters

project
String

Project ID or project name

fields
IEnumerable<String>

A list of fields to return in work item revisions. Omit this parameter to get all reportable fields.

types
IEnumerable<String>

A list of types to filter the results to specific work item types. Omit this parameter to get work item revisions of all work item types.

continuationToken
String

Specifies the watermark to start the batch from. Omit this parameter to get the first batch of revisions.

startDateTime
Nullable<DateTime>

Date/time to use as a starting point for revisions, all revisions will occur after this date/time. Cannot be used in conjunction with 'watermark' parameter.

includeIdentityRef
Nullable<Boolean>

Return an identity reference instead of a string value for identity fields.

includeDeleted
Nullable<Boolean>

Specify if the deleted item should be returned.

includeTagRef
Nullable<Boolean>

Specify if the tag objects should be returned for System.Tags field.

includeLatestOnly
Nullable<Boolean>

Return only the latest revisions of work items, skipping all historical revisions

expand
Nullable<ReportingRevisionsExpand>

Return all the fields in work item revisions, including long text fields which are not returned by default

includeDiscussionChangesOnly
Nullable<Boolean>

Return only the those revisions of work items, where only history field was changed

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

ReadReportingRevisionsGetAsync(Guid, IEnumerable<String>, IEnumerable<String>, String, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<ReportingRevisionsExpand>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Get a batch of work item revisions with the option of including deleted items

public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch> ReadReportingRevisionsGetAsync (Guid project, System.Collections.Generic.IEnumerable<string> fields = null, System.Collections.Generic.IEnumerable<string> types = null, string continuationToken = null, Nullable<DateTime> startDateTime = null, Nullable<bool> includeIdentityRef = null, Nullable<bool> includeDeleted = null, Nullable<bool> includeTagRef = null, Nullable<bool> includeLatestOnly = null, Nullable<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingRevisionsExpand> expand = null, Nullable<bool> includeDiscussionChangesOnly = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member ReadReportingRevisionsGetAsync : Guid * seq<string> * seq<string> * string * Nullable<DateTime> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingRevisionsExpand> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch>
override this.ReadReportingRevisionsGetAsync : Guid * seq<string> * seq<string> * string * Nullable<DateTime> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingRevisionsExpand> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch>

Parameters

project
Guid

Project ID

fields
IEnumerable<String>

A list of fields to return in work item revisions. Omit this parameter to get all reportable fields.

types
IEnumerable<String>

A list of types to filter the results to specific work item types. Omit this parameter to get work item revisions of all work item types.

continuationToken
String

Specifies the watermark to start the batch from. Omit this parameter to get the first batch of revisions.

startDateTime
Nullable<DateTime>

Date/time to use as a starting point for revisions, all revisions will occur after this date/time. Cannot be used in conjunction with 'watermark' parameter.

includeIdentityRef
Nullable<Boolean>

Return an identity reference instead of a string value for identity fields.

includeDeleted
Nullable<Boolean>

Specify if the deleted item should be returned.

includeTagRef
Nullable<Boolean>

Specify if the tag objects should be returned for System.Tags field.

includeLatestOnly
Nullable<Boolean>

Return only the latest revisions of work items, skipping all historical revisions

expand
Nullable<ReportingRevisionsExpand>

Return all the fields in work item revisions, including long text fields which are not returned by default

includeDiscussionChangesOnly
Nullable<Boolean>

Return only the those revisions of work items, where only history field was changed

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

ReadReportingRevisionsGetAsync(String, IEnumerable<String>, IEnumerable<String>, String, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<ReportingRevisionsExpand>, Object, CancellationToken)

[Preview API] Get a batch of work item revisions with the option of including deleted items

public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch> ReadReportingRevisionsGetAsync (string project, System.Collections.Generic.IEnumerable<string> fields, System.Collections.Generic.IEnumerable<string> types, string continuationToken, Nullable<DateTime> startDateTime, Nullable<bool> includeIdentityRef, Nullable<bool> includeDeleted, Nullable<bool> includeTagRef, Nullable<bool> includeLatestOnly, Nullable<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingRevisionsExpand> expand, object userState, System.Threading.CancellationToken cancellationToken);
abstract member ReadReportingRevisionsGetAsync : string * seq<string> * seq<string> * string * Nullable<DateTime> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingRevisionsExpand> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch>
override this.ReadReportingRevisionsGetAsync : string * seq<string> * seq<string> * string * Nullable<DateTime> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingRevisionsExpand> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch>

Parameters

project
String

Project ID or project name

fields
IEnumerable<String>

A list of fields to return in work item revisions. Omit this parameter to get all reportable fields.

types
IEnumerable<String>

A list of types to filter the results to specific work item types. Omit this parameter to get work item revisions of all work item types.

continuationToken
String

Specifies the watermark to start the batch from. Omit this parameter to get the first batch of revisions.

startDateTime
Nullable<DateTime>

Date/time to use as a starting point for revisions, all revisions will occur after this date/time. Cannot be used in conjunction with 'watermark' parameter.

includeIdentityRef
Nullable<Boolean>

Return an identity reference instead of a string value for identity fields.

includeDeleted
Nullable<Boolean>

Specify if the deleted item should be returned.

includeTagRef
Nullable<Boolean>

Specify if the tag objects should be returned for System.Tags field.

includeLatestOnly
Nullable<Boolean>

Return only the latest revisions of work items, skipping all historical revisions

expand
Nullable<ReportingRevisionsExpand>

Return all the fields in work item revisions, including long text fields which are not returned by default

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

ReadReportingRevisionsGetAsync(Guid, IEnumerable<String>, IEnumerable<String>, String, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<ReportingRevisionsExpand>, Object, CancellationToken)

[Preview API] Get a batch of work item revisions with the option of including deleted items

public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch> ReadReportingRevisionsGetAsync (Guid project, System.Collections.Generic.IEnumerable<string> fields, System.Collections.Generic.IEnumerable<string> types, string continuationToken, Nullable<DateTime> startDateTime, Nullable<bool> includeIdentityRef, Nullable<bool> includeDeleted, Nullable<bool> includeTagRef, Nullable<bool> includeLatestOnly, Nullable<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingRevisionsExpand> expand, object userState, System.Threading.CancellationToken cancellationToken);
abstract member ReadReportingRevisionsGetAsync : Guid * seq<string> * seq<string> * string * Nullable<DateTime> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingRevisionsExpand> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch>
override this.ReadReportingRevisionsGetAsync : Guid * seq<string> * seq<string> * string * Nullable<DateTime> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingRevisionsExpand> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch>

Parameters

project
Guid

Project ID

fields
IEnumerable<String>

A list of fields to return in work item revisions. Omit this parameter to get all reportable fields.

types
IEnumerable<String>

A list of types to filter the results to specific work item types. Omit this parameter to get work item revisions of all work item types.

continuationToken
String

Specifies the watermark to start the batch from. Omit this parameter to get the first batch of revisions.

startDateTime
Nullable<DateTime>

Date/time to use as a starting point for revisions, all revisions will occur after this date/time. Cannot be used in conjunction with 'watermark' parameter.

includeIdentityRef
Nullable<Boolean>

Return an identity reference instead of a string value for identity fields.

includeDeleted
Nullable<Boolean>

Specify if the deleted item should be returned.

includeTagRef
Nullable<Boolean>

Specify if the tag objects should be returned for System.Tags field.

includeLatestOnly
Nullable<Boolean>

Return only the latest revisions of work items, skipping all historical revisions

expand
Nullable<ReportingRevisionsExpand>

Return all the fields in work item revisions, including long text fields which are not returned by default

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

ReadReportingRevisionsGetAsync(IEnumerable<String>, IEnumerable<String>, String, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<ReportingRevisionsExpand>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Get a batch of work item revisions with the option of including deleted items

public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch> ReadReportingRevisionsGetAsync (System.Collections.Generic.IEnumerable<string> fields = null, System.Collections.Generic.IEnumerable<string> types = null, string continuationToken = null, Nullable<DateTime> startDateTime = null, Nullable<bool> includeIdentityRef = null, Nullable<bool> includeDeleted = null, Nullable<bool> includeTagRef = null, Nullable<bool> includeLatestOnly = null, Nullable<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingRevisionsExpand> expand = null, Nullable<bool> includeDiscussionChangesOnly = null, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member ReadReportingRevisionsGetAsync : seq<string> * seq<string> * string * Nullable<DateTime> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingRevisionsExpand> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch>
override this.ReadReportingRevisionsGetAsync : seq<string> * seq<string> * string * Nullable<DateTime> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingRevisionsExpand> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch>

Parameters

fields
IEnumerable<String>

A list of fields to return in work item revisions. Omit this parameter to get all reportable fields.

types
IEnumerable<String>

A list of types to filter the results to specific work item types. Omit this parameter to get work item revisions of all work item types.

continuationToken
String

Specifies the watermark to start the batch from. Omit this parameter to get the first batch of revisions.

startDateTime
Nullable<DateTime>

Date/time to use as a starting point for revisions, all revisions will occur after this date/time. Cannot be used in conjunction with 'watermark' parameter.

includeIdentityRef
Nullable<Boolean>

Return an identity reference instead of a string value for identity fields.

includeDeleted
Nullable<Boolean>

Specify if the deleted item should be returned.

includeTagRef
Nullable<Boolean>

Specify if the tag objects should be returned for System.Tags field.

includeLatestOnly
Nullable<Boolean>

Return only the latest revisions of work items, skipping all historical revisions

expand
Nullable<ReportingRevisionsExpand>

Return all the fields in work item revisions, including long text fields which are not returned by default

includeDiscussionChangesOnly
Nullable<Boolean>

Return only the those revisions of work items, where only history field was changed

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

ReadReportingRevisionsGetAsync(IEnumerable<String>, IEnumerable<String>, String, Nullable<DateTime>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<ReportingRevisionsExpand>, Object, CancellationToken)

[Preview API] Get a batch of work item revisions with the option of including deleted items

public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch> ReadReportingRevisionsGetAsync (System.Collections.Generic.IEnumerable<string> fields, System.Collections.Generic.IEnumerable<string> types, string continuationToken, Nullable<DateTime> startDateTime, Nullable<bool> includeIdentityRef, Nullable<bool> includeDeleted, Nullable<bool> includeTagRef, Nullable<bool> includeLatestOnly, Nullable<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingRevisionsExpand> expand, object userState, System.Threading.CancellationToken cancellationToken);
abstract member ReadReportingRevisionsGetAsync : seq<string> * seq<string> * string * Nullable<DateTime> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingRevisionsExpand> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch>
override this.ReadReportingRevisionsGetAsync : seq<string> * seq<string> * string * Nullable<DateTime> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Nullable<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingRevisionsExpand> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch>

Parameters

fields
IEnumerable<String>

A list of fields to return in work item revisions. Omit this parameter to get all reportable fields.

types
IEnumerable<String>

A list of types to filter the results to specific work item types. Omit this parameter to get work item revisions of all work item types.

continuationToken
String

Specifies the watermark to start the batch from. Omit this parameter to get the first batch of revisions.

startDateTime
Nullable<DateTime>

Date/time to use as a starting point for revisions, all revisions will occur after this date/time. Cannot be used in conjunction with 'watermark' parameter.

includeIdentityRef
Nullable<Boolean>

Return an identity reference instead of a string value for identity fields.

includeDeleted
Nullable<Boolean>

Specify if the deleted item should be returned.

includeTagRef
Nullable<Boolean>

Specify if the tag objects should be returned for System.Tags field.

includeLatestOnly
Nullable<Boolean>

Return only the latest revisions of work items, skipping all historical revisions

expand
Nullable<ReportingRevisionsExpand>

Return all the fields in work item revisions, including long text fields which are not returned by default

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

ReadReportingRevisionsGetAsync(Guid, IEnumerable<String>, IEnumerable<String>, Nullable<Int32>, Nullable<DateTime>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Get a batch of work item revisions

public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch> ReadReportingRevisionsGetAsync (Guid project, System.Collections.Generic.IEnumerable<string> fields, System.Collections.Generic.IEnumerable<string> types, Nullable<int> watermark, Nullable<DateTime> startDateTime, Nullable<bool> includeIdentityRef, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member ReadReportingRevisionsGetAsync : Guid * seq<string> * seq<string> * Nullable<int> * Nullable<DateTime> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch>
override this.ReadReportingRevisionsGetAsync : Guid * seq<string> * seq<string> * Nullable<int> * Nullable<DateTime> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch>

Parameters

project
Guid

Project ID

fields
IEnumerable<String>

A list of fields to return in work item revisions. Omit this parameter to get all reportable fields.

types
IEnumerable<String>

A list of types to filter the results to specific work item types. Omit this parameter to get work item revisions of all work item types.

watermark
Nullable<Int32>

Specifies the watermark to start the batch from. Omit this parameter to get the first batch of revisions.

startDateTime
Nullable<DateTime>

Date/time to use as a starting point for revisions, all revisions will occur after this date/time. Cannot be used in conjunction with 'watermark' parameter.

includeIdentityRef
Nullable<Boolean>

Return an identity reference instead of a string value for identity fields.

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

ReadReportingRevisionsGetAsync(Guid, Boolean, IEnumerable<String>, IEnumerable<String>, Nullable<Int32>, Nullable<DateTime>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Get a batch of work item revisions with the option of including deleted items

public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch> ReadReportingRevisionsGetAsync (Guid project, bool includeDeleted, System.Collections.Generic.IEnumerable<string> fields, System.Collections.Generic.IEnumerable<string> types, Nullable<int> watermark, Nullable<DateTime> startDateTime, Nullable<bool> includeIdentityRef, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member ReadReportingRevisionsGetAsync : Guid * bool * seq<string> * seq<string> * Nullable<int> * Nullable<DateTime> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch>
override this.ReadReportingRevisionsGetAsync : Guid * bool * seq<string> * seq<string> * Nullable<int> * Nullable<DateTime> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch>

Parameters

project
Guid

Project ID

includeDeleted
Boolean

Specify if the deleted item should be returned.

fields
IEnumerable<String>

A list of fields to return in work item revisions. Omit this parameter to get all reportable fields.

types
IEnumerable<String>

A list of types to filter the results to specific work item types. Omit this parameter to get work item revisions of all work item types.

watermark
Nullable<Int32>

Specifies the watermark to start the batch from. Omit this parameter to get the first batch of revisions.

startDateTime
Nullable<DateTime>

Date/time to use as a starting point for revisions, all revisions will occur after this date/time. Cannot be used in conjunction with 'watermark' parameter.

includeIdentityRef
Nullable<Boolean>

Return an identity reference instead of a string value for identity fields.

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

ReadReportingRevisionsGetAsync(String, IEnumerable<String>, IEnumerable<String>, Nullable<Int32>, Nullable<DateTime>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Get a batch of work item revisions

public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch> ReadReportingRevisionsGetAsync (string project, System.Collections.Generic.IEnumerable<string> fields, System.Collections.Generic.IEnumerable<string> types, Nullable<int> watermark, Nullable<DateTime> startDateTime, Nullable<bool> includeIdentityRef, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member ReadReportingRevisionsGetAsync : string * seq<string> * seq<string> * Nullable<int> * Nullable<DateTime> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch>
override this.ReadReportingRevisionsGetAsync : string * seq<string> * seq<string> * Nullable<int> * Nullable<DateTime> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch>

Parameters

project
String

Project ID or project name

fields
IEnumerable<String>

A list of fields to return in work item revisions. Omit this parameter to get all reportable fields.

types
IEnumerable<String>

A list of types to filter the results to specific work item types. Omit this parameter to get work item revisions of all work item types.

watermark
Nullable<Int32>

Specifies the watermark to start the batch from. Omit this parameter to get the first batch of revisions.

startDateTime
Nullable<DateTime>

Date/time to use as a starting point for revisions, all revisions will occur after this date/time. Cannot be used in conjunction with 'watermark' parameter.

includeIdentityRef
Nullable<Boolean>

Return an identity reference instead of a string value for identity fields.

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

ReadReportingRevisionsGetAsync(Boolean, IEnumerable<String>, IEnumerable<String>, Nullable<Int32>, Nullable<DateTime>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Get a batch of work item revisions with the option of including deleted items

public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch> ReadReportingRevisionsGetAsync (bool includeDeleted, System.Collections.Generic.IEnumerable<string> fields, System.Collections.Generic.IEnumerable<string> types, Nullable<int> watermark, Nullable<DateTime> startDateTime, Nullable<bool> includeIdentityRef, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member ReadReportingRevisionsGetAsync : bool * seq<string> * seq<string> * Nullable<int> * Nullable<DateTime> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch>
override this.ReadReportingRevisionsGetAsync : bool * seq<string> * seq<string> * Nullable<int> * Nullable<DateTime> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch>

Parameters

includeDeleted
Boolean

Specify if the deleted item should be returned.

fields
IEnumerable<String>

A list of fields to return in work item revisions. Omit this parameter to get all reportable fields.

types
IEnumerable<String>

A list of types to filter the results to specific work item types. Omit this parameter to get work item revisions of all work item types.

watermark
Nullable<Int32>

Specifies the watermark to start the batch from. Omit this parameter to get the first batch of revisions.

startDateTime
Nullable<DateTime>

Date/time to use as a starting point for revisions, all revisions will occur after this date/time. Cannot be used in conjunction with 'watermark' parameter.

includeIdentityRef
Nullable<Boolean>

Return an identity reference instead of a string value for identity fields.

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

ReadReportingRevisionsGetAsync(IEnumerable<String>, IEnumerable<String>, Nullable<Int32>, Nullable<DateTime>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Get a batch of work item revisions

public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch> ReadReportingRevisionsGetAsync (System.Collections.Generic.IEnumerable<string> fields, System.Collections.Generic.IEnumerable<string> types, Nullable<int> watermark, Nullable<DateTime> startDateTime, Nullable<bool> includeIdentityRef, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member ReadReportingRevisionsGetAsync : seq<string> * seq<string> * Nullable<int> * Nullable<DateTime> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch>
override this.ReadReportingRevisionsGetAsync : seq<string> * seq<string> * Nullable<int> * Nullable<DateTime> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch>

Parameters

fields
IEnumerable<String>

A list of fields to return in work item revisions. Omit this parameter to get all reportable fields.

types
IEnumerable<String>

A list of types to filter the results to specific work item types. Omit this parameter to get work item revisions of all work item types.

watermark
Nullable<Int32>

Specifies the watermark to start the batch from. Omit this parameter to get the first batch of revisions.

startDateTime
Nullable<DateTime>

Date/time to use as a starting point for revisions, all revisions will occur after this date/time. Cannot be used in conjunction with 'watermark' parameter.

includeIdentityRef
Nullable<Boolean>

Return an identity reference instead of a string value for identity fields.

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to

ReadReportingRevisionsGetAsync(String, Boolean, IEnumerable<String>, IEnumerable<String>, Nullable<Int32>, Nullable<DateTime>, Nullable<Boolean>, Object, CancellationToken)

[Preview API] Get a batch of work item revisions with the option of including deleted items

public virtual System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch> ReadReportingRevisionsGetAsync (string project, bool includeDeleted, System.Collections.Generic.IEnumerable<string> fields, System.Collections.Generic.IEnumerable<string> types, Nullable<int> watermark, Nullable<DateTime> startDateTime, Nullable<bool> includeIdentityRef, object userState = null, System.Threading.CancellationToken cancellationToken = null);
abstract member ReadReportingRevisionsGetAsync : string * bool * seq<string> * seq<string> * Nullable<int> * Nullable<DateTime> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch>
override this.ReadReportingRevisionsGetAsync : string * bool * seq<string> * seq<string> * Nullable<int> * Nullable<DateTime> * Nullable<bool> * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.ReportingWorkItemRevisionsBatch>

Parameters

project
String

Project ID or project name

includeDeleted
Boolean

Specify if the deleted item should be returned.

fields
IEnumerable<String>

A list of fields to return in work item revisions. Omit this parameter to get all reportable fields.

types
IEnumerable<String>

A list of types to filter the results to specific work item types. Omit this parameter to get work item revisions of all work item types.

watermark
Nullable<Int32>

Specifies the watermark to start the batch from. Omit this parameter to get the first batch of revisions.

startDateTime
Nullable<DateTime>

Date/time to use as a starting point for revisions, all revisions will occur after this date/time. Cannot be used in conjunction with 'watermark' parameter.

includeIdentityRef
Nullable<Boolean>

Return an identity reference instead of a string value for identity fields.

userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Applies to