getSchool
GET/ims/oneroster/v1p1/schools/:id
Return specific school. A School is an instance of an Org.
Request
Path Parameters
id uuidrequired
School id
Example: 1679c31e-c8af-4bb2-9fb7-dfed249c4b93
Responses
- 200
- 400
- 401
- 403
- 404
- 500
- application/json
- Schema
- Example (from schema)
Schema
org objectrequired
status stringrequired
Possible values: [active
, tobedeleted
]
dateLastModified stringrequired
Date string (ISO 8601)
sourcedId uuidrequired
name stringrequired
identifier stringrequired
type stringrequired
{
"org": {
"status": "active",
"dateLastModified": "string",
"sourcedId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"identifier": "string",
"type": "string"
}
}
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
Loading...