types-subtype fields Collection

Description

The fields that apply to the specified sub-types for the specified entity.

URL

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

Remarks

Get the subtype ID from the return value of the types Collection.

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

HTTP Methods

GET: Retrieves collection of fields that apply to the specified sub-type.

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.

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

Examples

GET Customization Entity Subtype fields Example