Skip to main content

IGuideCreateOutput

Response returned after successfully creating an iGUIDE, containing IDs for the iGUIDE, default view, and initial work order.

aliasstring

The alias of the created iGUIDE

defaultViewIdstring

The ID of the Default View created

idstring

The ID of the created iGUIDE

workOrderIdstring

The ID of the initial work order created for the iGUIDE (can be used to upload Stitch TAR)

IGuideCreateOutput
{
"alias": "string",
"defaultViewId": "string",
"id": "string",
"workOrderId": "string"
}