Retrieves the Custom Form (specified by typedId
), including all details.
OK
Invalid typedId
specified in the path param.
Custom Form with the specified typedId
was not found.
{- "response": {
- "node": "string",
- "data": [
- {
- "version": 0,
- "typedId": "string",
- "uniqueName": "string",
- "label": "string",
- "parentTypedId": null,
- "typeId": 0,
- "userGroupEdit": null,
- "userGroupViewDetails": null,
- "module": null,
- "results": null,
- "inputs": [
- {
- "name": "string",
- "label": "string",
- "lookupTableId": null,
- "url": null,
- "type": "string",
- "value": 0,
- "valueHint": null,
- "readOnly": null,
- "filter": null,
- "parameterGroup": null,
- "required": true,
- "labelTranslations": null,
- "addUnknownValues": null,
- "typedId": null,
- "alwaysEditable": null,
- "inputs": [
- { }
], - "parameterConfig": {
- "formatType": "string",
- "resultName": "string",
- "resultLabel": "string"
}, - "formattingOptions": { },
- "valueOptions": null
}
], - "outputs": [
- {
- "resultName": "string",
- "resultLabel": "string",
- "result": null,
- "excludeFromExport": true,
- "warnings": null,
- "alertMessage": null,
- "alertType": null,
- "displayOptions": null,
- "formatType": "string",
- "suffix": null,
- "resultType": null,
- "cssProperties": null,
- "userGroup": null,
- "resultGroup": null,
- "overrideValueOptions": null,
- "overrideAllowEmpty": true,
- "labelTranslations": null,
- "overridable": true,
- "overridden": true,
- "resultDescription": null
}
], - "calculationStatus": 0,
- "submitDate": null,
- "workflowStatus": "string",
- "formStatus": "string",
- "submittedByName": null,
- "approvedByName": null,
- "deniedByName": null,
- "createdByName": null,
- "lastUpdateByName": null,
- "approvalRequiredEmailAttachments": [
- { }
], - "serverMessagesExtended": null,
- "createDate": "string",
- "createdBy": 0,
- "lastUpdateDate": "string",
- "lastUpdateBy": 0,
- "attribute1": null,
- "attribute2": null,
- "attribute3": null,
- "attribute4": null,
- "attribute5": null,
- "attribute6": null,
- "attribute7": null,
- "attribute8": null,
- "attribute9": null,
- "attribute10": null,
- "attribute11": null,
- "attribute12": null,
- "attribute13": null,
- "attribute14": null,
- "attribute15": null,
- "attribute16": null,
- "attribute17": null,
- "attribute18": null,
- "attribute19": null,
- "attribute20": null,
- "attribute21": null,
- "attribute22": null,
- "attribute23": null,
- "attribute24": null,
- "attribute25": null,
- "attribute26": null,
- "attribute27": null,
- "attribute28": null,
- "attribute29": null,
- "attribute30": null,
- "customFormTypeObject": {
- "version": 0,
- "typedId": "string",
- "uniqueName": "string",
- "label": "string",
- "headerFormulaName": "string",
- "workflowFormulaName": null,
- "userGroupEdit": null,
- "userGroupViewDetails": null,
- "embedded": true,
- "supportedParentTypeCodes": [
- { }
], - "module": "string",
- "configuration": {
- "default": {
- "icon": "string",
- "name": "string",
- "tabs": {
- "details": { }
}, - "translationKey": "string"
}
}, - "createDate": "string",
- "createdBy": 0,
- "lastUpdateDate": "string",
- "lastUpdateBy": 0
}
}
], - "status": 0
}
}