{
"tenant": {
"data": {
"id": "string",
"type": "string",
"attributes": {
"title": "string",
"third_party_id": "string",
"owner": {
"data": {
"id": "string",
"type": "string",
"attributes": {
"name": "string"
}
}
}
}
}
},
"month_goals": {
"data": [
{
"id": "string",
"type": "string",
"attributes": {
"entityable_type": "string",
"entityable_id": "integer",
"year": "integer",
"month": "integer",
"title": "string",
"role": "string",
"days_worked": "integer array",
"kpis": {
"data": [
{
"id": "string",
"type": "string",
"attributes": {
"goal_type": "string",
"goal_value": "integer",
"actual_value": "integer",
"variance_value": "integer",
"variance_pct": "float"
}
}
]
}
}
}
]
},
"pagy": {
"items": "number",
"count": "number",
"page": "number",
"next": "number",
"prev": "number"
}
}