Provide access to userscript files for a given context. Even anonymous users have access to this service.
When Userscripts for Confluence is installed, then this service is automatically called on each access of a user to a resource on Confluence. It checks whether the current contexts activates a userscript by matching the activation record.
The activation record contains the following properties.
Name |
Short Description |
Since |
|
The comma-separated list of space keys that activate that userscript. |
1.0 |
|
The comma-separated list of page labels that activate that userscript. |
1.0 |
|
The comma-separated list of group names that activate that userscript. |
1.0 |
|
The comma-separated list of user names that activate that userscript. |
1.0 |
Query Parameters
The web service defines the following query parameters.
Page Identifier
The unique identifier of a Confluence page in form of a long integer value.
ID |
page-id
|
Data Type |
|
Since |
1.0
|
The page identifier uniquely identifies a page on a Confluence site.
Details
Note that this service can be used by anyone.
Resources
Related REST service.