latestOpenAPI 3.0.02026-08-2217901.1 MB

ef9153fcac7c

Procedure Templates

Get procedure template

get/proceduretemplates/{id}

Path parameters

idinteger required

ID of the procedureTemplate

Query parameters

expandstring[]

Response

Successfully retrieved procedureTemplate's information

Example response

{
  "procedureTemplate": {
    "createdAt": "2022-01-01T00:00:00.000Z",
    "deletedAt": "2022-01-01T00:00:00.000Z",
    "updatedAt": "2022-01-01T00:00:00.000Z",
    "rows": [
      {
        "id": 1,
        "label": "Metal Parts: broken, loose, dented, rusty, missing",
        "type": "INSPECTION_CHECK",
        "choices": [
          "Partially"
        ],
        "attachmentId": 1,
        "attachments": [
          {
            "id": 12345,
            "mimeType": "image/png",
            "fileName": "image.png",
            "url": "http://example.com/image.png",
            "createdAt": "2022-01-01T00:00:00.000Z",
            "width": 220,
            "height": 100
          }
        ],
        "urls": [
          {
            "label": "MaintainX Website",
            "link": "www.getmaintainx.com"
          }
        ]
      }
    ]
  }
}