{
"opencollection": "1.0.0",
"info": {
"name": "Atlassian Admin Account Label Info API",
"version": "1.0.0"
},
"request": {
"auth": {
"type": "bearer",
"token": "{{bearerToken}}"
}
},
"items": [
{
"info": {
"name": "Label Info",
"type": "folder"
},
"items": [
{
"info": {
"name": "Atlassian Get Label Information",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.atlassian.com/wiki/rest/api/label",
"params": [
{
"name": "name",
"value": "",
"type": "query",
"description": "Name of the label to query."
},
{
"name": "type",
"value": "",
"type": "query",
"description": "The type of contents that are to be returned."
},
{
"name": "start",
"value": "",
"type": "query",
"description": "The starting offset for the results."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The number of results to be returned."
}
]
},
"docs": "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."
}
]
}
],
"bundled": true
}