Skip to main content
GET
/
ims
/
oneroster
/
rostering
/
v1p2
/
demographics
/
{sourcedId}
Get a specific Demographic record
curl --request GET \
  --url https://api.alpha-1edtech.ai/ims/oneroster/rostering/v1p2/demographics/{sourcedId} \
  --header 'Authorization: Bearer <token>'
{
  "demographics": {
    "sourcedId": "<string>",
    "status": "active",
    "birthDate": "<string>",
    "sex": "male",
    "americanIndianOrAlaskaNative": "<string>",
    "asian": "<string>",
    "blackOrAfricanAmerican": "<string>",
    "nativeHawaiianOrOtherPacificIslander": "<string>",
    "white": "<string>",
    "demographicRaceTwoOrMoreRaces": "<string>",
    "hispanicOrLatinoEthnicity": "<string>",
    "countryOfBirthCode": "<string>",
    "stateOfBirthAbbreviation": "<string>",
    "cityOfBirth": "<string>",
    "publicSchoolResidenceStatus": "<string>",
    "dateLastModified": "2023-11-07T05:31:56Z",
    "metadata": {}
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

sourcedId
string
required

The unique identifier for the demographics record

Query Parameters

fields
string

Comma-separated list of fields to include in the response

Example:

"sourcedId,name"

Response

Demographics record retrieved successfully

demographics
object
required

Represents a student's demographics information.