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. 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
list-items are read-only. Edit lists from the user interface.
Header Parameters
- See Standard Headers
Example
**** 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)
{
"data": [
{
"type": "list-item",
"id": 349,
"logical-identifier": "hp.qc.rbqm-functional-complexity-levels",
"name": "RBQM Functional Complexity Levels",
"parent": {
"id": 0,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 352,
"logical-identifier": "hp.qc.rbqm-functional-complexity-levels.1",
"name": "1",
"parent": {
"id": 349,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 351,
"logical-identifier": "hp.qc.rbqm-functional-complexity-levels.2",
"name": "2",
"parent": {
"id": 349,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 350,
"logical-identifier": "hp.qc.rbqm-functional-complexity-levels.3",
"name": "3",
"parent": {
"id": 349,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 346,
"logical-identifier": "hp.qc.testing-mode",
"name": "Testing Mode",
"parent": {
"id": 0,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 348,
"logical-identifier": "hp.qc.testing-mode.functional-test",
"name": "FUNCTIONAL_TEST",
"parent": {
"id": 346,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 347,
"logical-identifier": "hp.qc.testing-mode.dual-test",
"name": "DUAL_TEST",
"parent": {
"id": 346,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 342,
"logical-identifier": "hp.qc.configurations",
"name": "Configurations",
"parent": {
"id": 0,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 343,
"logical-identifier": "hp.qc.coverage-mode",
"name": "Coverage Mode",
"parent": {
"id": 0,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 345,
"logical-identifier": "hp.qc.coverage-mode.selected-configurations",
"name": "Selected Configurations",
"parent": {
"id": 343,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 344,
"logical-identifier": "hp.qc.coverage-mode.all-configurations",
"name": "All Configurations",
"parent": {
"id": 343,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 328,
"logical-identifier": "hp.qc.rbt-testing-levels",
"name": "RBT Testing Levels",
"parent": {
"id": 0,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 332,
" : "hp.qc.rbt-testing-levels.none",
"name": "4-None",
"parent": {
"id": 328,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 331,
"logical-identifier": "hp.qc.rbt-testing-levels.basic",
"name": "3-Basic",
"parent": {
"id": 328,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 330,
"logical-identifier": "hp.qc.rbt-testing-levels.full",
"name": "1-Full",
"parent": {
"id": 328,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 329,
"logical-identifier": "hp.qc.rbt-testing-levels.partial",
"name": "2-Partial",
"parent": {
"id": 328,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 333,
"logical-identifier": "hp.qc.requirement-status",
"name": "Requirement Status",
"parent": {
"id": 0,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 340,
"logical-identifier": "hp.qc.requirement-status.requirements-setup-completed",
"name": "1-Requirements Setup Completed",
"parent": {
"id": 333,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 341,
"logical-identifier": "hp.qc.requirement-status.test-execution-completed",
"name": "5-Test Execution Completed",
"parent": {
"id": 333,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 339,
"logical-identifier": "hp.qc.requirement-status.closed",
"name": "Closed",
"parent": {
"id": 333,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 338,
"logical-identifier": "hp.qc.requirement-status.cancelled",
"name": "Cancelled",
"parent": {
"id": 333,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 337,
"logical-identifier": "hp.qc.requirement-status.test-plan-setup-completed",
"name": "2-Test Plan Setup Completed",
"parent": {
"id": 333,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 336,
"logical-identifier": "hp.qc.requirement-status.running-tests-in-qc",
"name": "4-Running Tests in Quality Center",
"parent": {
"id": 333,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 335,
"logical-identifier": "hp.qc.requirement-status.test-lab-setup-completed",
"name": "3-Test Lab Setup Completed",
"parent": {
"id": 333,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 334,
"logical-identifier": "hp.qc.requirement-status.new",
"name": "New",
"parent": {
"id": 333,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 324,
"logical-identifier": "hp.qc.scope-item-priority",
"name": "Scope Item Priority",
"parent": {
"id": 0,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 327,
"logical-identifier": "hp.qc.scope-item-priority.medium",
"name": "2-Medium",
"parent": {
"id": 324,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 326,
"logical-identifier": "hp.qc.scope-item-priority.low",
"name": "1-Low",
"parent": {
"id": 324,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 325,
"logical-identifier": "hp.qc.scope-item-priority.high",
"name": "3-High",
"parent": {
"id": 324,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 317,
"logical-identifier": "hp.qc.rbt-business-impact-levels",
"name": "RBT Business Impact Levels",
"parent": {
"id": 0,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 320,
"logical-identifier": "hp.qc.rbt-business-impact-levels.a",
"name": "A",
"parent": {
"id": 317,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 319,
"logical-identifier": "hp.qc.rbt-business-impact-levels.c",
"name": "C",
"parent": {
"id": 317,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 318,
"logical-identifier": "hp.qc.rbt-business-impact-levels.b",
"name": "B",
"parent": {
"id": 317,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 321,
"logical-identifier": "hp.qc.model-prototype",
"name": "Model Prototype",
"parent": {
"id": 0,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 323,
"logical-identifier": "hp.qc.model-prototype.as-is",
"name": "As-Is",
"parent": {
"id": 321,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 322,
"logical-identifier": "hp.qc.model-prototype.to-be",
"name": "To-Be",
"parent": {
"id": 321,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 35,
"logical-identifier": "hp.platform.versions",
"name": "Versions",
"parent": {
"id": 0,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 309,
"logical-identifier": "hp.qc.coverage-status",
"name": "Coverage Status",
"parent": {
"id": 0,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 315,
"logical-identifier": "hp.qc.coverage-status.n-a",
"name": "N/A",
"parent": {
"id": 309,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 316,
"logical-identifier": "hp.qc.coverage-status.not-completed",
"name": "Not Completed",
"parent": {
"id": 309,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 314,
"logical-identifier": "hp.qc.coverage-status.blocked",
"name": "Blocked",
"parent": {
"id": 309,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 312,
"logical-identifier": "hp.qc.coverage-status.failed",
"name": "Failed",
"parent": {
"id": 309,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 313,
"logical-identifier": "hp.qc.coverage-status.not-covered",
"name": "Not Covered",
"parent": {
"id": 309,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 311,
"logical-identifier": "hp.qc.coverage-status.passed",
"name": "Passed",
"parent": {
"id": 309,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 310,
"logical-identifier": "hp.qc.coverage-status.no-run",
"name": "No Run",
"parent": {
"id": 309,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 304,
"logical-identifier": "hp.qc.plan-status",
"name": "Plan Status",
"parent": {
"id": 0,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 307,
"logical-identifier": "hp.qc.plan-status.imported",
"name": "Imported",
"parent": {
"id": 304,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 308,
"logical-identifier": "hp.qc.plan-status.design",
"name": "Design",
"parent": {
"id": 304,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 306,
"logical-identifier": "hp.qc.plan-status.ready",
"name": "Ready",
"parent": {
"id": 304,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 305,
"logical-identifier": "hp.qc.plan-status.repair",
"name": "Repair",
"parent": {
"id": 304,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 82,
"logical-identifier": "hp.platform.vc-status",
"name": "VC Status",
"parent": {
"id": 0,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 83,
"logical-identifier": "hp.platform.vc-status.checked-out",
"name": "Checked_Out",
"parent": {
"id": 82,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 84,
"logical-identifier": "hp.platform.vc-status.checked-in",
"name": "Checked_In",
"parent": {
"id": 82,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 85,
"logical-identifier": "hp.platform.vc-status.read-only",
"name": "Read_Only",
"parent": {
"id": 82,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 293,
"logical-identifier": "hp.qc.parameter-types",
"name": "Parameter Types",
"parent": {
"id": 0,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 299,
"logical-identifier": "hp.qc.parameter-types.password",
"name": "Password",
"parent": {
"id": 293,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 298,
"logical-identifier": "hp.qc.parameter-types.date",
"name": "Date",
"parent": {
"id": 293,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 297,
"logical-identifier": "hp.qc.parameter-types.table",
"name": "Table",
"parent": {
"id": 293,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 295,
"logical-identifier": "hp.qc.parameter-types.boolean",
"name": "Boolean",
"parent": {
"id": 293,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 296,
"logical-identifier": "hp.qc.parameter-types.number",
"name": "Number",
"parent": {
"id": 293,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 294,
"logical-identifier": "hp.qc.parameter-types.string",
"name": "String",
"parent": {
"id": 293,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 300,
"logical-identifier": "hp.qc.activity-status",
"name": "Activity Status",
"parent": {
"id": 0,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 303,
"logical-identifier": "hp.qc.activity-status.requirement-authoring",
"name": "Requirement Authoring",
"parent": {
"id": 300,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 302,
"logical-identifier": "hp.qc.activity-status.requirement-review",
"name": "Requirement Review",
"parent": {
"id": 300,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 301,
"logical-identifier": "hp.qc.activity-status.test-authoring",
"name": "Test Authoring",
"parent": {
"id": 300,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 287,
"logical-identifier": "hp.qc.severity",
"name": "Severity",
"parent": {
"id": 0,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 292,
"logical-identifier": "hp.qc.severity.medium",
"name": "2-Medium",
"parent": {
"id": 287,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 291,
"logical-identifier": "hp.qc.severity.urgent",
"name": "5-Urgent",
"parent": {
"id": 287,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 290,
"logical-identifier": "hp.qc.severity.low",
"name": "1-Low",
"parent": {
"id": 287,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 289,
"logical-identifier": "hp.qc.severity.very-high",
"name": "4-Very High",
"parent": {
"id": 287,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 288,
"logical-identifier": "hp.qc.severity.high",
"name": "3-High",
"parent": {
"id": 287,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 283,
"logical-identifier": "hp.qc.rbqm-risk-levels",
"name": "RBQM Risk Levels",
"parent": {
"id": 0,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 286,
"logical-identifier": "hp.qc.rbqm-risk-levels.a",
"name": "A",
"parent": {
"id": 283,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 285,
"logical-identifier": "hp.qc.rbqm-risk-levels.c",
"name": "C",
"parent": {
"id": 283,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 284,
"logical-identifier": "hp.qc.rbqm-risk-levels.b",
"name": "B",
"parent": {
"id": 283,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 277,
"logical-identifier": "hp.qc.test-running-status",
"name": "Test Running Status",
"parent": {
"id": 0,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 279,
"logical-identifier": "hp.qc.test-running-status.closed",
"name": "Closed",
"parent": {
"id": 277,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 278,
"logical-identifier": "hp.qc.test-running-status.open",
"name": "Open",
"parent": {
"id": 277,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 179,
"logical-identifier": "hp.platform.task-progress",
"name": "Task Progress",
"parent": {
"id": 0,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 182,
"logical-identifier": "hp.platform.task-progress.running",
"name": "Running",
"parent": {
"id": 179,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 180,
"logical-identifier": "hp.platform.task-progress.failed",
"name": "Failed",
"parent": {
"id": 179,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 181,
"logical-identifier": "hp.platform.task-progress.succeeded",
"name": "Succeeded",
"parent": {
"id": 179,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 1,
"logical-identifier": "hp.platform.yes-no",
"name": "YesNo",
"parent": {
"id": 0,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 24,
"logical-identifier": "hp.platform.yes-no.yes",
"name": "Y",
"parent": {
"id": 1,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 23,
"logical-identifier": "hp.platform.yes-no.no",
"name": "N",
"parent": {
"id": 1,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 280,
"logical-identifier": "hp.qc.component-instance-fail-condition",
"name": "Component Instance Fail Condition",
"parent": {
"id": 0,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 282,
"logical-identifier": "hp.qc.component-instance-fail-condition.exit",
"name": "Exit",
"parent": {
"id": 280,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 281,
"logical-identifier": "hp.qc.component-instance-fail-condition.continue",
"name": "Continue",
"parent": {
"id": 280,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 270,
"logical-identifier": "hp.qc.status",
"name": "Status",
"parent": {
"id": 0,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 275,
"logical-identifier": "hp.qc.status.n-a",
"name": "N/A",
"parent": {
"id": 270,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 276,
"logical-identifier": "hp.qc.status.not-completed",
"name": "Not Completed",
"parent": {
"id": 270,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 274,
"logical-identifier": "hp.qc.status.blocked",
"name": "Blocked",
"parent": {
"id": 270,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 273,
"logical-identifier": "hp.qc.status.failed",
"name": "Failed",
"parent": {
"id": 270,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 272,
"logical-identifier": "hp.qc.status.passed",
"name": "Passed",
"parent": {
"id": 270,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 271,
"logical-identifier": "hp.qc.status.no-run",
"name": "No Run",
"parent": {
"id": 270,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 267,
"logical-identifier": "hp.qc.link-type",
"name": "Link Type",
"parent": {
"id": 0,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 269,
"logical-identifier": "hp.qc.link-type.related",
"name": "Related",
"parent": {
"id": 267,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 268,
"logical-identifier": "hp.qc.link-type.duplicate",
"name": "Duplicate",
"parent": {
"id": 267,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 266,
"logical-identifier": "hp.qc.all-projects",
"name": "All Projects",
"parent": {
"id": 0,
"type": "list-item"
}
}, {
"type": "list-item",
"id": 260,
"logical-identifier": "hp.qc.priority",
"name": "Priority",
"parent": {
"id": 0,
"type": "list-item"
}
}
],
"total-count": 185
}

