Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version. Compare with Current ·  View Page History
DescriptionGet a list of violations

URL

/api/violations

MethodGET

Security

Requires User role on project

Examples

  1. Get all the versions from project Sonar (key = org.codehaus.sonar:sonar):



  2. Get all the versions and alerts from project Sonar (key = org.codehaus.sonar:sonar between January 1st, 2012 and August 31st, 2012):



  3. Get global events from October 8th, 2012:



Parameters

Parameter

Description

Required

Default Value

Value

resource

id or key of the project

No

Get global events if not set

org.codehaus.sonar:sonar

categories

Comma-separated list of category filters (case-sensitive)

No

None

Version,Alert

fromDateTime

ISO-8601 datetime (inclusive)

No

None

2010-12-25T23:59:59+0100

toDateTime

ISO-8601 datetime (inclusive)

No

None

2010-12-25T23:59:59+0100

fromDate

Date (inclusive)

No

None

2010-12-25

toDate

Date (inclusive)

No

None

2010-12-25

formatResponse formats: xml or jsonNoxml 
Labels
  • None