audits (project level)

Description

A collection of change records.

URL

/qcbin/rest/domains/{domain}/projects/{project}/audits[?query=]

Remarks

This format is used instead of the entity-level audits resource when more than a single entity is required.  The query can specify multiple entity types and entity IDs, whereas the entity-level resource can be used only for a single entity. 

HTTP Methods

GET: Returns the collection of audit records.

PUT: N/A

DELETE: N/A

POST: N/A

Media Type
GET
PUT
DELETE
POST
application/xml
check
-
-
-
application/json
check
-
-
-

Examples

The audits resource with a query:

/qcbin/rest/domains/{domain}/projects/{project}/audits?query={parent-type[test];parent-id[101 or 102 or 103]}&order-by={time[asc]} &{user[alex_alm]}.

Returns

One of the HTTP Return Codes.

An XML string compliant with the audits Schema or a string containing the data in another supported format .

Examples

GET Project-level Audits Example