| Description | Get a list of user properties |
URL | /api/user_properties |
| Method | GET |
Security | Authentication required |
Examples
Get all the logged in user's properties:
Get the 'notification.ChangesInReviewAssignedToMeOrCreatedByMe.EmailNotificationChannel' logged in user's property:
Parameters
Parameter | Description | Required | Default Value |
|---|---|---|---|
id | Key of the user property | No | None |
| format | Response formats: xml or json | No | xml |
Create an Event
| Description | Create an event. |
URL | /api/events |
| Method | POST |
| Security | Requires Project Administrator role to create an event. |
Examples
- Create an event on project org.apache.struts:struts with administrator admin/admin:
- Category: Alert
- Name: myAlertName
Description: myAlertDescription
Parameters
Parameter | Description | Required | Default Value | Value | ||
|---|---|---|---|---|---|---|
resource | id or key of the project | ? | org.codehaus.sonar:sonar | |||
category | Category | ? | Version | |||
name |
| |||||
description |
| |||||
| Autres paramètres ??? | ||||||
|

