extensions Collection
Description
The extensions enabled in a project.
URL
/qcbin/rest/domains/{domain}/projects/{project}/customization/extensions
Remarks
The name attribute of the extension is used to get the resource that represents an individual extension. See extensions/{name} .
HTTP Methods
GET: Gets the collection of extensions enabled in the specified project.
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.
A string listing the extensions in the project. Either an XML string compliant with the Extensions collection schema or a string containing the data in another supported format.
Return Value Example