Automations
Get all Automations
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
startnumberOptionalExample:
The page No
0limitnumber · min: 1 · max: 50OptionalExample:
The Page Size
10platformIdstringRequiredExample:
Platform ID
622f03eb770f6bba0b8facaaHeader parameters
X-TexAu-ContextstringRequired
Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’
Responses
200
Automations fetch successful
application/json
successbooleanRequired
messagestringRequiredExample:
Automations fetch successfultotalnumberRequired
401
Unauthorized access
403
Your plan does not have API access
422
Requested workspace does not belongs to you
500
Error while fetching Automations
get
/api/v1/public/automationsGet Automation By ID
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
automationIdstringRequired
Header parameters
X-TexAu-ContextstringRequired
Pass orgUserId and workspaceId as ‘{"orgUserId":"123","workspaceId":"123"}’
Responses
200
Automation fetched successfully
application/json
successbooleanRequired
messagestringRequiredExample:
Automation fetched successfully401
Unauthorized access
403
Your plan does not have API access
404
Automation does not exists
422
Requested workspace does not belongs to you
500
Error in fetching automation
get
/api/v1/public/automations/{automationId}Last updated