Home
Politecnico di Torino
Politecnico Di Torino Exam Structure
Politecnico Di Torino Exam Structure
JSON Structure for a PoliTO Students API exam session (source: polito/api-spec).
Type: object
Properties: 17
Required: 10
Education Higher Education University Technical University Italy Course Catalog Research Data Identity Federation Open Data Mobile OpenAPI
Exam is a JSON Structure definition published by Politecnico di Torino, describing 17 properties, of which 10 are required. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.
Properties
id
courseId
courseShortcode
courseName
teacherId
type
status
bookingStartsAt
bookingEndsAt
examStartsAt
examEndsAt
bookedCount
availableCount
isReschedulable
feedback
notes
moduleNumber
Meta-schema: https://json-structure.org/meta/extended/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/extended/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/politecnico-di-torino/main/json-structure/politecnico-di-torino-exam-structure.json",
"name": "Exam",
"type": "object",
"description": "JSON Structure for a PoliTO Students API exam session (source: polito/api-spec).",
"properties": {
"id": { "type": "int64" },
"courseId": { "type": "double" },
"courseShortcode": { "type": "string" },
"courseName": { "type": "string" },
"teacherId": { "type": "int64" },
"type": { "type": "string" },
"status": {
"type": "string",
"enum": ["available", "booked", "requestable", "requested", "requestAccepted", "requestRejected", "unavailable"]
},
"bookingStartsAt": { "type": ["string", "null"], "format": "date-time" },
"bookingEndsAt": { "type": "string", "format": "date-time" },
"examStartsAt": { "type": ["string", "null"], "format": "date-time" },
"examEndsAt": { "type": ["string", "null"], "format": "date-time" },
"bookedCount": { "type": "int32" },
"availableCount": { "type": "int32" },
"isReschedulable": { "type": "boolean" },
"feedback": { "type": ["string", "null"] },
"notes": { "type": ["string", "null"] },
"moduleNumber": { "type": "int32" }
},
"required": [
"id", "courseId", "courseShortcode", "courseName", "teacherId",
"type", "status", "bookingEndsAt", "bookedCount", "availableCount"
]
}
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/politecnico-di-torino-exam-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.