PivotalTracker Tables
The provider models the data in API as a list of tables in a relational database that can be queried using standard SQL statements.
PivotalTracker Tables
| Name | Description |
| AccountMemberships | Return all the memberships in an account. |
| Accounts | Return a user's accounts. |
| AccountSummaries | Return the account summaries that you are a member of. |
| Activity | Return lsit of selected activity for the authenticated person. |
| Blockers | Return a list of all blockers on a story. |
| Comments | Return the specified story's comments. |
| Epics | Return a list of all epics in a project. |
| Iterations | Return a set of iterations from the project. |
| Labels | Return all of the project's label. |
| Me | Return information about the authenticated user. |
| Notifications | Return list of notifications for the authenticated user. |
| ProjectIntegrations | Return a project's integrations. |
| ProjectMemberships | Return all the memberships in a project. |
| Projects | Return all of a user's active projects. |
| ProjectWebhooks | Return the project's webhooks. |
| Releases | Return list of all releases on a project. |
| Reviews | Return list of all reviews on a story. |
| Stories | Return some or all stories for the specified project. |
| StoryTasks | Return the tasks for a specified story. |
| StoryTransitions | Return the transitions for a specified story. |
| Workspaces | Return list of workspaces for the authenticated user. |