Get micro portal

This version of the API docs is depreciated and will be taken offline soon.
Please migrate to the new version as soon as possible to avoid service disruption.

New version can be found at https://docs.wceaapi.org/

Returns a microportal by id.

Request

  • HTTP Verb: GET
  • URI: /microportal/{id}

Query Parameters

  • id: micro portal id.

Request example

$trainings = $API->getMicroportal(1234);

Output Example

array(
  "id" => 1234,
  "name" => "Professional Portal",
  "abbreviation" => "pro",
  "subdomain" => "pro.dmc",
  "status" => "Active"
)