Culture Amp · Schema
PerformanceCycle
Describes a performance cycle in the Culture Amp Public API
HREmployee EngagementPerformance ManagementPeople AnalyticsSurveysHuman Resources
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The identifier used by Culture Amp to identify the performance cycle |
| name | string | The name of the performance cycle |
| state | string | The state of the performance cycle |
| createdAt | string | The date the performance cycle was created in the source system |
| updatedAt | string | The date the performance cycle was last updated in the source system |
| processedAt | string | The date the performance cycle was last processed by the public API |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/culture-amp/main/json-schema/culture-amp-performance-cycle-schema.json",
"title": "PerformanceCycle",
"description": "Describes a performance cycle in the Culture Amp Public API",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The identifier used by Culture Amp to identify the performance cycle"
},
"name": {
"type": "string",
"description": "The name of the performance cycle"
},
"state": {
"type": "string",
"description": "The state of the performance cycle",
"enum": ["active", "closed", "ready"]
},
"createdAt": {
"type": "string",
"description": "The date the performance cycle was created in the source system",
"format": "date-time"
},
"updatedAt": {
"type": "string",
"description": "The date the performance cycle was last updated in the source system",
"format": "date-time"
},
"processedAt": {
"type": "string",
"description": "The date the performance cycle was last processed by the public API",
"format": "date-time"
}
},
"required": ["id", "name", "state", "createdAt", "updatedAt", "processedAt"]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/culture-amp-performance-cycle"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
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.
A second provider on the same verified email joins the account you already have.