Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Query Parameters

Parameter

Type

Values

Mapping

Example

expand

string

(repeating)

  • all: expand all internal OsidObjects

  • <name>: expand named OsidObject

  • OsidRecord.<name>: expand named OsidObject in OsidRecord

OsidObject.get<name>()

maxResults

cardinal

(single)

stop iteration after OsidObject.getNextOsidObjects(n) returns maxResults

record

osid.id.Id

(repeating)

  • all: retrieve all OsidRecords

  • <recordId>: retrieve specified OsidRecord

OsidObject.getOsidObjectRecord(recordType)

session

osid.id.Id

(single)

key for an open OsidSession

skip

cardinal

(single)

OsidList.skip(n)

view

string

  • federated

  • isolated

  • comparative

  • plenary

  • effective

  • ….

OsidSession.use<string>View()

  • No labels