ALM 12.5x REST API Reference
List-items

The list-items resource returns metadata about the project lists.

URI

/qcbin/api/domains/DOMAIN_NAME/projects/PROJECT_NAME/list-items

Remarks

List-item properties

Name Comments
id The list item's ID.
logical-identifier The identifier of the item in code.
name The label of the field. For the top-level in a list, it is the list name. For children, the value.
parent

The list to which the item belongs. "parent": {"id": <x>, "type": "list-item"}

If the id is zero (0), this item is a top-level list. Otherwise, the ID of the containing list-item.

type Generally list-item.

Limitations

Header Parameters

Example

list-items
Copy Code
****  Request ***
GET /qcbin/api/domains/DOMAIN_NAME/projects/PROJECT_NAME/list-items HTTP/1.1
Accept: application/json, */*
Accept-Language: en-US
Accept-Encoding: gzip, deflate
Host: myserver:8080
Cookie:
JSESSIONID=lhoqn9rpk83upuq00o38dxgr;
QCSession=MzIyNztPNEFyek00VnBRTkJNMEZBNWduaVBBKio7UkVTVCBjbGllbnQ7IDsg;
ALM_USER=79f1938c55ea14bcee71b55668ab615c8e45b698c9b3d79fae698d706d622200;
XSRF-TOKEN=941eb982ca45f2a8d9e8d4da0dce4b811f5aa2a1382d3f143675c6275ae263ac;
LWSSO_COOKIE_KEY=UmSpTTOQi2cjw8_FT8Vky_-6bh2k0hI3Tqa6OhnBIlx0uznxr-trv-u4pOLOD-9e2zzwZlEk72i1H5Tl-jiYjq2gy79L6BlNRNI7uuC_SkJvnZm9y10nKAIO7eEjvyN2-HnHRwsilalaRGvZtN90JNMj3t142d-JyQLpre0ZzgnMMGBwBqnyvtk5LLArEvRywyfaq9UUr6YCOteszXdO-g5KuaaYWy0LkS3QafJqHXrYSzmTRhg_XnKvRqDgoxH4mNbfc0U_8ia8n3-vVQzrmd1tU-edSlPxvPeHzl2R0FMH44jJezu2dInXYn9AZEF0

***  Response *****
HTTP/1.1 200 OK
Cache-Control: no-cache, max-age=0
Pragma: no-cache
Date: Mon, 1 Dec 2014 14:59:36 GMT
Content-Type: application/json
Vary: Accept-Encoding, User-Agent
Content-Length: 14101
Server: Jetty(9.1.3.v20140225)

Sample Return Value