getOrg
GET/ims/oneroster/v1p1/orgs/:id
Return Specific Org.
Request
Path Parameters
id uuidrequired
Org id
Example: 08bc4b2b-3a58-43f3-899b-0a5c06959363
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...