Optional
options: IRequestOptionsStatic
Readonly
RESOURCE_Comment create request.
Project ID or project name
Wiki ID or wiki name.
Wiki page ID.
Add a reaction on a wiki page comment.
Project ID or project name
Wiki ID or wiki name
Wiki page ID
ID of the associated comment
Type of the reaction being added
Optional
apiVersion: stringUploads an attachment on a comment on a wiki page.
Content to upload
Project ID or project name
Wiki ID or wiki name.
Wiki page ID.
Creates a new page view stats resource or updates an existing page view stats resource.
Project ID or project name
Wiki ID or wiki name.
Wiki version.
Wiki page path.
Optional
oldPath: stringOld page path. This is optional and required to rename path in existing page view stats.
Optional
apiVersion: stringCreates the wiki resource.
Parameters for the wiki creation.
Optional
project: stringProject ID or project name
Delete a comment on a wiki page.
Project ID or project name
Wiki ID or name.
Wiki page ID.
Comment ID.
Delete a reaction on a wiki page comment.
Project ID or project name
Wiki ID or name
Wiki page ID
ID of the associated comment
Type of the reaction being deleted
Deletes the wiki corresponding to the wiki ID or wiki name provided.
Wiki ID or wiki name.
Optional
project: stringProject ID or project name
Gets all wikis in a project or collection.
Optional
project: stringProject ID or project name
Downloads an attachment on a comment on a wiki page.
Project ID or project name
Wiki ID or wiki name.
Wiki page ID.
Attachment ID.
Returns a comment associated with the Wiki Page.
Project ID or project name
Wiki ID or wiki name.
Wiki page ID.
ID of the comment to return.
Optional
excludeDeleted: booleanSpecify if the deleted comment should be skipped.
Optional
expand: CommentExpandOptionsSpecifies the additional data retrieval options for comments.
Gets a list of users who have reacted for the given wiki comment with a given reaction type. Supports paging, with a default page size of 100 users at a time.
Project ID or project name
Wiki ID or wiki name.
Wiki page ID.
ID of the associated comment
Type of the reaction for which the engaged users are being requested
Optional
top: numberNumber of enagaged users to be returned in a given page. Optional, defaults to 100
Optional
skip: numberNumber of engaged users to be skipped to page the next set of engaged users, defaults to 0
Gets metadata or content of the wiki page for the provided page id. Content negotiation is done based on the Accept
header sent in the request.
Project ID or project name
Wiki ID or wiki name..
Wiki page ID.
Optional
recursionLevel: VersionControlRecursionTypeRecursion level for subpages retrieval. Defaults to None
(Optional).
Optional
includeContent: booleanTrue to include the content of the page in the response for Json content type. Defaults to false (Optional)
Gets metadata or content of the wiki page for the provided page id. Content negotiation is done based on the Accept
header sent in the request.
Project ID or project name
Wiki ID or wiki name..
Wiki page ID.
Optional
recursionLevel: VersionControlRecursionTypeRecursion level for subpages retrieval. Defaults to None
(Optional).
Optional
includeContent: booleanTrue to include the content of the page in the response for Json content type. Defaults to false (Optional)
Returns page detail corresponding to Page ID.
Project ID or project name
Wiki ID or wiki name.
Wiki page ID.
Optional
pageViewsForDays: numberlast N days from the current day for which page views is to be returned. It's inclusive of current day.
Returns pageable list of Wiki Pages
Wiki batch page request.
Project ID or project name
Wiki ID or wiki name.
Optional
versionDescriptor: GitVersionDescriptorGitVersionDescriptor for the page. (Optional in case of ProjectWiki).
Gets metadata or content of the wiki page for the provided path. Content negotiation is done based on the Accept
header sent in the request.
Project ID or project name
Wiki ID or wiki name.
Optional
path: stringWiki page path.
Optional
recursionLevel: VersionControlRecursionTypeRecursion level for subpages retrieval. Defaults to None
(Optional).
Optional
versionDescriptor: GitVersionDescriptorGitVersionDescriptor for the page. Defaults to the default branch (Optional).
Optional
includeContent: booleanTrue to include the content of the page in the response for Json content type. Defaults to false (Optional)
Gets metadata or content of the wiki page for the provided path. Content negotiation is done based on the Accept
header sent in the request.
Project ID or project name
Wiki ID or wiki name.
Optional
path: stringWiki page path.
Optional
recursionLevel: VersionControlRecursionTypeRecursion level for subpages retrieval. Defaults to None
(Optional).
Optional
versionDescriptor: GitVersionDescriptorGitVersionDescriptor for the page. Defaults to the default branch (Optional).
Optional
includeContent: booleanTrue to include the content of the page in the response for Json content type. Defaults to false (Optional)
Gets the wiki corresponding to the wiki ID or wiki name provided.
Wiki ID or wiki name.
Optional
project: stringProject ID or project name
Returns a pageable list of comments.
Project ID or project name
Wiki ID or wiki name.
Wiki page ID.
Optional
top: numberMax number of comments to return.
Optional
continuationToken: stringUsed to query for the next page of comments.
Optional
excludeDeleted: booleanSpecify if the deleted comments should be skipped.
Optional
expand: CommentExpandOptionsSpecifies the additional data retrieval options for comments.
Optional
order: CommentSortOrderOrder in which the comments should be returned.
Optional
parentId: numberCommentId of the parent comment.
Update a comment on a wiki page.
Comment update request.
Project ID or project name
Wiki ID or wiki name.
Wiki page ID.
Comment ID.
Updates the wiki corresponding to the wiki ID or wiki name provided using the update parameters.
Update parameters.
Wiki ID or wiki name.
Optional
project: stringProject ID or project name
Add a comment on a wiki page.