For AI agents: visit https://developer.teamgridapp.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Jump to Content
TeamGrid Developer HubAPI Documentation
HomeGuidesAPI ReferenceChangelog
API DocumentationWeb AppWebsiteLog InTeamGrid Developer Hub
API Reference
Web AppWebsiteLog In

General

  • TeamGrid API
  • Authentication
  • Pagination
  • Archived elements
  • WebHooks
  • Rate limit

Teams

  • /teamsget

Users

  • /usersget

Contacts

  • /contactsget
  • /contacts/{_id}get
  • /contactspost
  • /contacts/{_id}put

Projects

  • /projectsget
  • /projects/{_id}get
  • /projectspost
  • /projects/{_id}put

Tasks

  • /tasksget
  • /tasks/{_id}get
  • /taskspost
  • /tasks/{_id}put
  • /tasks/{_id}del
  • /tasks/{_id}/startTrackingpost
  • /tasks/{_id}/stopTrackingpost

Times

  • /timesget
  • /times/{_id}get
  • /timespost
  • /times/{_id}put
  • /times/{_id}del

Services

  • /servicesget
  • /services/{_id}get

Tags

  • /tagsget
  • /tags/{_id}get

Lists

  • /listsget
  • /lists/{_id}get
  • /listspost
  • /lists/{_id}put
  • /lists/{_id}del

Webhooks

  • /webhooksget
  • /webhooks/{_id}get
  • /webhookspost
  • /webhooks/{_id}del

Scheduled Work

  • /scheduledWorkget

Journal Entries

  • /journalEntriesget
  • /journalEntries/{_id}get
  • /journalEntriespost
  • /journalEntries/{_id}put
  • /journalEntries/{_id}del

Project Templates

  • /projectTemplatesget
  • /projectTemplates/{_id}get
  • /projectTemplatespost
  • /projectTemplates/{_id}put
  • /projectTemplates/{_id}del
Powered by 
  1. General

TeamGrid API

The TeamGrid API is a RESTful interface, providing programmatic access to your team data. The API accepts JSON in requests and returns JSON content in all of its responses, including errors. Only the UTF-8 character encoding is supported for both requests and responses.

Updated less than a minute ago


Updated less than a minute ago