---
title: "Get work request portal"
method: GET
path: "/workrequestportals/{id}"
tags: ["Work Request Portals"]
---

# Get work request portal

`GET /workrequestportals/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Successfully retrieved workRequestPortal's information

- object
  - `workRequestPortal` object, required
    - `id` integer, required — Global ID of the portal
    - `title` string — Title of the portal
    - `welcomeText` string, nullable — Description text describing the portal
    - `descriptionPlaceholder` string, nullable — Placeholder text for the description field
    - `contactInformation` string, nullable — Contact of the person creating the portal (email or phone number)
    - `portalUrl` string — Url to access the portal
    - `locationId` integer, nullable — ID of the location where the portal is located
    - `assetId` integer, nullable — ID of the asset related to the portal
    - `emailOnly` boolean, nullable — Allow request creation with email only to contact the requester
    - `sendEmailNotification` boolean, nullable — Send email notifications to the portal requesters with status updates on their requests

## Other responses

- `400` — Error with query
- `401` — Invalid token
- `404` — Could not find the specified workRequestPortal or the user cannot access it.

---

[API](https://skmtc.net/getmaintainx/apis/maintainx-api.md) · [All operations](https://skmtc.net/getmaintainx/apis/maintainx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getmaintainx/maintainx-api/revisions/ef9153fcac7c/schema)
