Rate this page:
GET /wiki/rest/api/label
Returns label information and a list of contents associated with the label.
Permissions required: Permission to access the Confluence site ('Can use' global permission). Only contents that the user is permitted to view is returned.
Apps cannot access this REST resource.
read:confluence-content.summary
string
Name of the label to query.
string
The type of contents that are to be returned.
Valid values: page
, blogpost
, attachment
, page_template
integer
The starting offset for the results.
0
, Format: int32
integer
The number of results to be returned.
200
, Format: int32
1 2 3
curl --request GET \
--url 'https://your-domain.atlassian.net/wiki/rest/api/label?name={name}' \
--header 'Accept: application/json'
Returned if the query fetches zero or more results.
Content type | Value |
---|---|
application/json |
Rate this page: