projects Collection
Description
The projects in a domain.
URL
/qcbin/rest/domains/{domain}/projects
HTTP Methods
GET: Gets the collection of projects in the specified domain.
PUT: N/A
DELETE: N/A
POST: N/A
Media Type |
GET
|
PUT
|
DELETE
|
POST
|
---|---|---|---|---|
application/xml |
![]() |
-
|
-
|
-
|
application/json |
-
|
-
|
-
|
-
|
Returns
One of the HTTP Return Codes.
An XML string compliant with the Projects collection schema, listing the projects in the domain.
Return Value Example
<Projects> <Project Name="PROJECT_NAME"/> </Projects>