For Developers

Create Alias

POST https://ed.link/api/v2/graph/classes/:class_id/assignments/:assignment_id/aliases

Create a new Alias for the given Assignment.

ParameterTypeDescription
class_idstringThe UUID of the desired Class.
assignment_idstringThe UUID of the desired Assignment.

Request Body

The request body should be a JSON object containing an identifier string and a type string.

Like this:

{
    "identifier": "11111",
    "type": "someOtherNamespace"
}

Sample Request

axios.post(`https://ed.link/api/v2/graph/classes/${class_id}/assignments/${assignment_id}/aliases`, {
    headers: {
        authorization: `Bearer ${integration_access_token}`
    },
    data: {
        identifier: '123456789',
        type: 'myAliasNamespace'
    }
});

Sample Response

{
    "$request": "00000000-0000-0000-0000-000000000000",
    "$data": {
        "identifier": "123456789",
        "type": "myAliasNamespace",
        "rule_ids": [],
        "references": {}
    }
}

Supported Providers

  • aeries
  • aspen
  • blackbaud
  • blackboard
  • brightspace
  • canvas
  • classgather
  • facts
  • google
  • illuminate
  • microsoft
  • moodle
  • oneroster
  • powerschool
  • schoology
  • lti
  • skyward
  • veracross
  • qmlativ
  • infinitecampus
  • rapididentity
  • sapphire
  • genesis
  • rediker
  • renweb
  • synergy
  • managebac
  • tyler
  • banner
  • frontline
  • ascender