latestOpenAPI 3.0.02026-08-2217901.1 MB

ef9153fcac7c

Work Request Portals

Get work request portal

get/workrequestportals/{id}

Path parameters

idinteger required

ID of the workRequestPortal

Response

Successfully retrieved workRequestPortal's information

Example response

{
  "workRequestPortal": {
    "id": 963,
    "title": "Shipping Portal",
    "welcomeText": "Use this portal for all request related to our shipping activities",
    "descriptionPlaceholder": "Describe your request",
    "contactInformation": "Jimmy@example.com",
    "portalUrl": "https://app.getmaintainx.com/request-portal/ae9d33c8-ef78-44c4-925d-352878db0993",
    "locationId": 852,
    "assetId": 852,
    "emailOnly": true,
    "sendEmailNotification": true
  }
}