Items
Access top-level items such as actors and use cases.
API | Description |
---|---|
GET v1/project/{proj_id}/items?kind={kind} |
Return items for a given project. If kind isn't specified, then all items will be returned. |
GET v1/item/{item_id} |
Return the item with the given ID. |
GET v1/project/{proj_id}/item/{cc_id} |
Return the item in the project that has the given CaseComplete ID. |
Issues
Access issues that are associated with items in your project.
API | Description |
---|---|
GET v1/project/{proj_id}/issues?status={status} |
Return all issues for the given project. |
Projects
Access the projects stored in your account.
API | Description |
---|---|
GET v1/projects |
Return all projects in the account. |
GET v1/project/{proj_id} |
Return the given project. |
Comments
Access comments that have been added by people you've shared your project with.
API | Description |
---|---|
GET v1/project/{proj_id}/comments |
Return all comments for the given project. |