/spaces
logo
Documentation
API Reference
logo
Documentation
API Reference
No results found.
Introduction
Getting started with the Teamwork Spaces API
Third party app login flow
Formats and HTTP methods
Webhooks
General Structure and Conventions
Entity types
Request structure
Response structure
Reducing response size
Resource objects / entity models
Fetching a single resource
Fetching a list of resources
Pagination
Filtering
Including related entities
Creating a resource
Updating a resource
Deleting a resource
Errors
Miscellaneous
Versioning
Rate Limiting
How can I show you what I made with the API?
Powered by Stoplight

Fetching a list of resources

To fetch a list of entities, the request would look like GET {{entity-type}}.json. For example, GET spaces.json; spaces is the entity type.

See Response structure for an example response. Also, see:

  • Pagination.
  • Filtering.
  • Including related entities.

Feedback

If you have any feedback or suggestions, feel free to contact us at api@teamwork.com.