Retrieve a listing of existing triggers that are configured for your account.
Successful Request. Triggers Retrieved Successfully.
One or more required parameters are missing or invalid.
Authentication failed (unauthorized).
Forbidden. You do not have permissions to perform this action, or your connection information is not correct.
The server is too busy to handle the request.
{- "triggers": [
- {
- "active": true,
- "name": "Set Archive Date on Assets when Expiration Date reached.",
- "rules": [
- {
- "operation": "lteq",
- "attributeId": "1f9dbc8e-41ea-4e11-add1-e13a989dd780",
- "value": "CURRENT_DATE"
}
], - "action": {
- "operation": "replace",
- "type": "metadata",
- "attributeId": "1f9dbc8e-41ea-4e11-add1-e13a989dd780",
- "value": "CURRENT_DATE"
}, - "schedule": {
- "interval": 60
}
}
], - "pagination": {
- "total": 1000,
- "before": "7140k9-44f",
- "after": "169677qp8-afe"
}
}