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

Pagination

Requests that return multiple items will be paginated to 50 items by default. You can specify further pages with the ?page parameter. You can also set a custom page size with the ?limit parameter. The maximum limit of items is 500.