Skip to main content

getLineItemsForClass

GET 

/ims/oneroster/v1p1/classes/:id/lineItems

Return the collection of line items (Columns) in the gradebook for this class.

Request

Path Parameters

    id uuidrequired

    id

    Example: 4753c206-c7f4-4f60-a8b0-d585eb1f4aa8

Query Parameters

    limit number

    Possible values: >= 1 and <= 2500

    Default value: 100

    The number of results to return

    Example: https://public-api-ap-se-2.ehgqa.com/ims/oneroster/v1p1/orgs?limit=10
    offset number

    The index of the first record to return. (zero indexed)

    Example: https://public-api-ap-se-2.ehgqa.com/ims/oneroster/v1p1/orgs?limit=10&offset=10
    sort string

    Default value: dateLastModified

    The sort query parameter allows collections to be returned in a specific order based on a single data element from the resource's core attributes. The sort parameter specifies the field to sort by (e.g., ?sort=familyName).

    Example: https://public-api-ap-se-2.ehgqa.com/ims/oneroster/v1p1/orgs?sort=familyName
    orderBy string

    Possible values: [asc, desc]

    Default value: desc

    orderBy MAY be used in the request to ask for the collection to be ordered ascending (asc) or descending (desc).

    Example: https://public-api-ap-se-2.ehgqa.com/ims/oneroster/v1p1/orgs?sort=familyName&orderBy=asc
    filter any

    Please find the following link to see information on filtering here.

Responses

Schema
    lineItems object[]required
  • Array [
  • assignDate stringrequired

    Date string (ISO 8601)

    dueDate stringrequired

    Date string (ISO 8601)

    sourcedId uuidrequired
    title stringrequired
    description stringrequired
    resultValueMin numberrequired
    resultValueMax numberrequired
    class objectrequired
    type string

    Possible values: [org, course, term, class, user, lineItem]

    sourcedId stringrequired
    category object
    type string

    Possible values: [org, course, term, class, user, lineItem]

    sourcedId stringrequired
    status string
  • ]
Loading...