Skip to main content
POST
SearchAutomations

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Authorization
string
header
required

This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.

Body

application/json

The SearchAutomationsRequest message.

appId
string

The appId field.

pageSize
integer<int32>

The pageSize field.

pageToken
string

The pageToken field.

query
string

The query field.

refs
(Automation Template Ref · object | null)[] | null

The refs field.

The AutomationTemplateRef message.

triggerTypes
enum<string>[] | null

The triggerTypes field.

Available options:
TRIGGER_TYPE_UNSPECIFIED,
TRIGGER_TYPE_USER_PROFILE_CHANGE,
TRIGGER_TYPE_APP_USER_CREATE,
TRIGGER_TYPE_APP_USER_UPDATE,
TRIGGER_TYPE_UNUSED_ACCESS,
TRIGGER_TYPE_USER_CREATED,
TRIGGER_TYPE_GRANT_FOUND,
TRIGGER_TYPE_GRANT_DELETED,
TRIGGER_TYPE_WEBHOOK,
TRIGGER_TYPE_SCHEDULE,
TRIGGER_TYPE_FORM,
TRIGGER_TYPE_SCHEDULE_APP_USER,
TRIGGER_TYPE_ACCESS_CONFLICT

Response

200 - application/json

Successful response

The SearchAutomationsResponse message.

list
Automation · object[] | null

The list field.

nextPageToken
string

The nextPageToken field.