TeamGriddeveloper
TeamGrid Developer

automationDefinitions SDK client

6 typed @teamgrid/api-client methods for Automations, plus 1 convenience helper.

Client propertyclient.automationDefinitions
Mapped operations6
API groupsAutomations

Operation methods

Parameter declarations below are taken from the pinned TypeScript source. Request fields and responses are summarized from the matching OpenAPI operation; follow the API link for every field, constraint, example, and error description.

GET/automation-definitions
Full API operation →

automationDefinitions.list

Use this operation to list automation definitions. It returns only resources visible to the credential and applies the documented filters before producing a bounded, stable page. Required scopes, product permissions, sharing rules, workspace locks, and regional cell ownership are enforced for every request.

client.automationDefinitions.list(options: AutomationDefinitionListOptions = {})
Return form
Promise
Operation ID
listAutomationDefinitions
Required scopes
automations:read
SDK parameters
options: AutomationDefinitionListOptions
Query request fields
cursor?: stringlimit?: integerarchived?: boolean
Success
200 Array<AutomationDefinition> envelope
Declared API errors
400401403429502503
POST/automation-definitions
Full API operation →

automationDefinitions.create

Use this operation to create an automation definition. The server validates the complete payload and derives workspace ownership from the authenticated credential. Required scopes, product permissions, sharing rules, workspace locks, and regional cell ownership are enforced for every request. Use a stable Idempotency-Key when retrying so a transport timeout cannot create duplicate work.

client.automationDefinitions.create(data: AutomationDefinitionCreate, options: MutationOptions = {})
Return form
Promise
Operation ID
createAutomationDefinition
Required scopes
automations:write
Conditional scopes
custom-field-values:readlists:writeprojects:readprojects:writeproject-statements:writeservices:writetasks:readtasks:writetime-entries:write
SDK parameters
data: AutomationDefinitionCreateoptions: MutationOptions
Header request fields
Idempotency-Key: string
Request body
AutomationDefinitionCreateapplication/json
Success
201 AutomationDefinition envelope
Declared API errors
400401403409429502503
GET/automation-definitions/{id}
Full API operation →

automationDefinitions.get

Use this operation to get an automation definition. It returns the resource only when it belongs to the authenticated workspace and is visible to the credential. Required scopes, product permissions, sharing rules, workspace locks, and regional cell ownership are enforced for every request.

client.automationDefinitions.get(id: string, options?: RequestOptions)
Return form
Promise
Operation ID
getAutomationDefinition
Required scopes
automations:read
SDK parameters
id: stringoptions: RequestOptions
Path request fields
id: string
Success
200 AutomationDefinition envelope
Declared API errors
400401403404429502503
PATCH/automation-definitions/{id}
Full API operation →

automationDefinitions.update

Use this operation to update an automation definition. Only documented mutable fields are accepted; omitted fields retain their current values unless the request schema states replacement semantics. Required scopes, product permissions, sharing rules, workspace locks, and regional cell ownership are enforced for every request. Send the latest strong ETag in If-Match; stale revisions fail without overwriting a concurrent change.

client.automationDefinitions.update(id: string, data: AutomationDefinitionUpdate, options: AutomationDefinitionMutationOptions)
Return form
Promise
Operation ID
updateAutomationDefinition
Required scopes
automations:write
Conditional scopes
custom-field-values:readlists:writeprojects:readprojects:writeproject-statements:writeservices:writetasks:readtasks:writetime-entries:write
SDK parameters
id: stringdata: AutomationDefinitionUpdateoptions: AutomationDefinitionMutationOptions
Path request fields
id: string
Header request fields
If-Match: string
Request body
AutomationDefinitionUpdateapplication/json
Success
200 AutomationDefinition envelope
DELETE/automation-definitions/{id}
Full API operation →

automationDefinitions.archive

Use this operation to archive an automation definition. The operation preserves TeamGrid lifecycle and permission rules instead of bypassing them with a direct data deletion. Required scopes, product permissions, sharing rules, workspace locks, and regional cell ownership are enforced for every request. Send the latest strong ETag in If-Match; stale revisions fail without overwriting a concurrent change.

client.automationDefinitions.archive(id: string, options: AutomationDefinitionMutationOptions)
Return form
Promise
Operation ID
archiveAutomationDefinition
Required scopes
automations:write
Conditional scopes
custom-field-values:readlists:writeprojects:readprojects:writeproject-statements:writeservices:writetasks:readtasks:writetime-entries:write
SDK parameters
id: stringoptions: AutomationDefinitionMutationOptions
Path request fields
id: string
Header request fields
If-Match: string
Success
200 AutomationDefinition envelope
POST/automation-definitions/{id}/restore
Full API operation →

automationDefinitions.restore

Use this operation to restore an automation definition. The server validates the complete payload and derives workspace ownership from the authenticated credential. Required scopes, product permissions, sharing rules, workspace locks, and regional cell ownership are enforced for every request. Send the latest strong ETag in If-Match; stale revisions fail without overwriting a concurrent change.

client.automationDefinitions.restore(id: string, options: AutomationDefinitionMutationOptions)
Return form
Promise
Operation ID
restoreAutomationDefinition
Required scopes
automations:write
Conditional scopes
custom-field-values:readlists:writeprojects:readprojects:writeproject-statements:writeservices:writetasks:readtasks:writetime-entries:write
SDK parameters
id: stringoptions: AutomationDefinitionMutationOptions
Path request fields
id: string
Header request fields
If-Match: string
Success
200 AutomationDefinition envelope

Convenience helpers

These typed helpers compose mapped operations. They do not grant scopes or bypass API limits.

automationDefinitions.pages

Iterate cursor pages with a bounded PaginationOptions policy.

client.automationDefinitions.pages(options: AutomationDefinitionListOptions = {}, pagination?: PaginationOptions)
Returns AsyncGenerator

Errors and transport metadata

HTTP failures reject with TeamGridApiError, including the status, stable error documents, request ID, optional retry delay, and transport metadata. Local validation, routing, timeout, response-size, and pagination failures reject withTeamGridClientError and a stable client error code. Successful envelopes expose non-enumerable transport metadata.

See pagination and errors andclient configuration for handling guidance.

Stable documentation · Developer Platform · Reviewed 2026-08-10Edit this page ↗
Documentation feedbackWas this page useful?
Esc

Search TeamGrid Developer

Find guides, concepts and every API operation.