types Collection

Description

The collection of sub-types for the specified entity.

URL

/qcbin/rest/domains/{domain}/projects/{project}/customization/entities/{entity name}/types

Remarks

The entity type name is in the singular. For example, test or requirement.

HTTP Methods

GET: Retrieves the collection sub-types.

PUT: N/A

DELETE: N/A

POST: N/A

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

Returns

One of the HTTP Return Codes.

A string containing the type names and IDs.

Examples

GET Customization Entity Types Example