GET FormTypes?formTypeId={formTypeId}
Retrieves a form type by its Id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
formTypeId |
Id of the form type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the form type.
Name | Description | Type | Additional information |
---|---|---|---|
Data | FormType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "FormTypeId": "b115a65e-9d10-4d51-a44a-844d36fd634f", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "a4a99764-ed3b-4d50-befe-dac1607efe6f", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "5a0d0618-18b1-4195-ba31-354d8269f5a2", "CreateDate": "2025-08-23T22:44:46.5504613-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-23T22:44:46.5504613-07:00", "LastModifiedUser": "sample string 7" }, "FrequencyNeeded": 1, "ValueNeededDate": "2025-08-23T22:44:46.5504613-07:00", "Active": true, "Fields": [ { "FormTypeFieldId": "57e37d5e-dc52-4319-b6c6-12e879a4728d", "Section": { "FormTypeSectionId": "710359e4-82dd-4274-88c0-e0f986983f0f", "Name": "sample string 1", "Label": "sample string 2", "DisplayOrder": 1, "IsRepeatable": true, "VisibleExpression": "sample string 4", "SourceSystemId": "sample string 5" }, "Name": "sample string 1", "Label": "sample string 2", "Description": "sample string 3", "DataType": { "DataTypeId": "80e108d2-e8b7-4e89-aa16-1a257795943e", "Name": "sample string 1" }, "Unit": { "UnitId": "caa1aa4d-0476-46f7-a552-950b88de308e", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "53b7dab4-6387-4ec1-86ac-a93938a9e502", "CreateDate": "2025-08-23T22:44:46.5504613-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-23T22:44:46.5504613-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "88eb1720-7f68-4851-8a96-e8c83e923ae1", "FieldId": "52283cfc-7704-43f3-9380-718054b50e48", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "88eb1720-7f68-4851-8a96-e8c83e923ae1", "FieldId": "52283cfc-7704-43f3-9380-718054b50e48", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "ValueExpression": "sample string 5", "RequiredExpression": "sample string 6", "IsAttachment": true, "DefaultValueExpression": "sample string 8", "IsAccumulator": true, "IsMultiline": true, "IsRepeatable": true, "VisibleExpression": "sample string 12", "SourceSystemId": "sample string 13" }, { "FormTypeFieldId": "57e37d5e-dc52-4319-b6c6-12e879a4728d", "Section": { "FormTypeSectionId": "710359e4-82dd-4274-88c0-e0f986983f0f", "Name": "sample string 1", "Label": "sample string 2", "DisplayOrder": 1, "IsRepeatable": true, "VisibleExpression": "sample string 4", "SourceSystemId": "sample string 5" }, "Name": "sample string 1", "Label": "sample string 2", "Description": "sample string 3", "DataType": { "DataTypeId": "80e108d2-e8b7-4e89-aa16-1a257795943e", "Name": "sample string 1" }, "Unit": { "UnitId": "caa1aa4d-0476-46f7-a552-950b88de308e", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "53b7dab4-6387-4ec1-86ac-a93938a9e502", "CreateDate": "2025-08-23T22:44:46.5504613-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-23T22:44:46.5504613-07:00", "LastModifiedUser": "sample string 6" }, "DisplayOrder": 1, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "88eb1720-7f68-4851-8a96-e8c83e923ae1", "FieldId": "52283cfc-7704-43f3-9380-718054b50e48", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "88eb1720-7f68-4851-8a96-e8c83e923ae1", "FieldId": "52283cfc-7704-43f3-9380-718054b50e48", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "ValueExpression": "sample string 5", "RequiredExpression": "sample string 6", "IsAttachment": true, "DefaultValueExpression": "sample string 8", "IsAccumulator": true, "IsMultiline": true, "IsRepeatable": true, "VisibleExpression": "sample string 12", "SourceSystemId": "sample string 13" } ], "SourceSystemId": "sample string 4", "CompanyId": "c3c1e3a6-77ec-4d73-b720-ab706d30eee6", "CreateDate": "2025-08-23T22:44:46.5504613-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-23T22:44:46.5504613-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }