Interface ConfluenceRestClientLabelInfoApi
ConfluenceRestClientLabelInfoApi
-
Method Summary
Modifier and TypeMethodDescriptionGetLabelV1(@NotNull String name, @Nullable String type, @Nullable Integer start, @Nullable Integer limit) GetLabelV1 Get label information Returns label information and a list of contents associated with the label.
-
Method Details
-
GetLabelV1
LabelDetails GetLabelV1(@NotNull @NotNull String name, @Nullable @Nullable String type, @Nullable @Nullable Integer start, @Nullable @Nullable Integer limit) GetLabelV1 Get label information Returns label information and a list of contents associated with the label. **[Permissions](https://confluence.atlassian.com/x/_AozKw) required**: Permission to access the Confluence site ('Can use' global permission). Only contents that the user is permitted to view is returned.- Parameters:
name- Name of the label to query.type- The type of contents that are to be returned.start- The starting offset for the results.limit- The number of results to be returned.
-