# The AvailableActions Object ### Description The `Activity` object is used to see all available model/operation combinations for an integration. ### Usage Example Fetch all the actions available for the `Zenefits` integration.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AvailableActions",
"title": "AvailableActions",
"type": "object",
"properties": {
"integration": {
"$ref": "#/components/schemas/AccountIntegration"
},
"passthrough_available": {
"type": "boolean"
},
"available_model_operations": {
"type": "array",
"items": {
"$ref": "#/components/schemas/ModelOperation"
}
}
},
"required": [
"integration",
"passthrough_available"
],
"description": "# The AvailableActions Object\n### Description\nThe `Activity` object is used to see all available model/operation combinations for an integration.\n\n### Usage Example\nFetch all the actions available for the `Zenefits` integration."
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.