The collection of lists connected to fields of the specified entity type.
/qcbin/rest/domains/{domain}/projects/{project}/customization/entities/{entity name}/lists
The collection contains lists used to populate values of fields of the specified entity type.
The entity type name is in the singular. For example, test or requirement.
To get all the used lists in the project, use the used-lists Collection
GET: Returns the project lists related to the entity.
PUT: N/A
DELETE: N/A
POST: N/A
Media Type |
GET
|
PUT
|
DELETE
|
POST
|
---|---|---|---|---|
application/xml |
![]() |
-
|
-
|
-
|
application/json |
![]() |
-
|
-
|
-
|
One of the HTTP Return Codes.
An XML string compliant with the Lists Schema or a string containing the data in another supported format.
|