Asana · Schema

TimePeriodCompact

A generic Asana Resource, containing a globally unique identifier.

CollaborationProductivityProject ManagementProjectTask ManagementTaskWorkflows

Properties

Name Type Description
gid string Globally unique identifier of the resource, as a string.
resource_type string The base type of this resource.
end_on string The localized end date of the time period in `YYYY-MM-DD` format.
start_on string The localized start date of the time period in `YYYY-MM-DD` format.
period string The cadence and index of the time period. The value is one of: `FY`, `H1`, `H2`, `Q1`, `Q2`, `Q3`, or `Q4`.
display_name string A string representing the cadence code and the fiscal year.
View JSON Schema on GitHub

JSON Schema

asana-timeperiodcompact-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TimePeriodCompact",
  "title": "TimePeriodCompact",
  "description": "A generic Asana Resource, containing a globally unique identifier.",
  "type": "object",
  "properties": {
    "gid": {
      "description": "Globally unique identifier of the resource, as a string.",
      "type": "string",
      "readOnly": true,
      "example": "12345",
      "x-insert-after": false
    },
    "resource_type": {
      "description": "The base type of this resource.",
      "type": "string",
      "readOnly": true,
      "example": "time_period",
      "x-insert-after": "gid"
    },
    "end_on": {
      "type": "string",
      "description": "The localized end date of the time period in `YYYY-MM-DD` format.",
      "example": "2019-09-14"
    },
    "start_on": {
      "type": "string",
      "description": "The localized start date of the time period in `YYYY-MM-DD` format.",
      "example": "2019-09-13"
    },
    "period": {
      "type": "string",
      "description": "The cadence and index of the time period. The value is one of: `FY`, `H1`, `H2`, `Q1`, `Q2`, `Q3`, or `Q4`.",
      "enum": [
        "FY",
        "H1",
        "H2",
        "Q1",
        "Q2",
        "Q3",
        "Q4"
      ],
      "example": "Q1"
    },
    "display_name": {
      "type": "string",
      "description": "A string representing the cadence code and the fiscal year.",
      "example": "Q1 FY22"
    }
  }
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/asana-timeperiodcompact"
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.