GET AssetFormTypes?assetFormTypeId={assetFormTypeId}
Retrieves an asset form type by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assetFormTypeId |
Id of the asset form type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the asset form type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | AssetFormType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"AssetFormTypeId": "b4312540-1abb-436c-b4f5-be6dd5b55e45",
"Asset": {
"AssetId": "001258d9-1017-4d53-9201-f957efffd305",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "d9a9ef0a-5f9e-49d9-ad3e-2fdce7a9d79b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "27d6e944-e621-48cc-8cc4-9f97d57943ed",
"CreateDate": "2026-02-25T09:01:10.894404-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-25T09:01:10.894404-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "9d58bf74-1370-484d-ae79-0f36a07f3381",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-25T09:01:10.894404-08:00",
"MeasurementValueNeededDate": "2026-02-25T09:01:10.894404-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "59d6498f-93df-4fd3-9dc5-f1a732fccf5d",
"CreateDate": "2026-02-25T09:01:10.894404-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-25T09:01:10.894404-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-25T09:01:10.894404-08:00",
"MeasurementValueNeededDate": "2026-02-25T09:01:10.894404-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e204bc3e-0be7-4876-ac2a-c0227f0945ba",
"CreateDate": "2026-02-25T09:01:10.894404-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-25T09:01:10.894404-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "e9df1d86-692d-4c02-a92f-0b7f291f038a",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d9a9ef0a-5f9e-49d9-ad3e-2fdce7a9d79b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "27d6e944-e621-48cc-8cc4-9f97d57943ed",
"CreateDate": "2026-02-25T09:01:10.894404-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-25T09:01:10.894404-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-25T09:01:10.894404-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "bf579f40-e362-4420-8d8a-edb1f350f98d",
"Section": {
"FormTypeSectionId": "086e6022-2a6e-41c7-8010-7c2768f1f701",
"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": "14c7f093-7782-4ea0-b86c-79c51bd68eef",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "78d67a56-4242-4c01-a300-4cf49f62ba60",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "17b7b0de-0be1-4eae-8abb-bcd8d3d3747b",
"CreateDate": "2026-02-25T09:01:10.894404-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-25T09:01:10.894404-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c94a2a46-a3f5-4a9c-b1a0-c413f04cd772",
"FieldId": "bf5107ab-1377-4c91-9e53-6238120f981a",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c94a2a46-a3f5-4a9c-b1a0-c413f04cd772",
"FieldId": "bf5107ab-1377-4c91-9e53-6238120f981a",
"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": "bf579f40-e362-4420-8d8a-edb1f350f98d",
"Section": {
"FormTypeSectionId": "086e6022-2a6e-41c7-8010-7c2768f1f701",
"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": "14c7f093-7782-4ea0-b86c-79c51bd68eef",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "78d67a56-4242-4c01-a300-4cf49f62ba60",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "17b7b0de-0be1-4eae-8abb-bcd8d3d3747b",
"CreateDate": "2026-02-25T09:01:10.894404-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-25T09:01:10.894404-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c94a2a46-a3f5-4a9c-b1a0-c413f04cd772",
"FieldId": "bf5107ab-1377-4c91-9e53-6238120f981a",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c94a2a46-a3f5-4a9c-b1a0-c413f04cd772",
"FieldId": "bf5107ab-1377-4c91-9e53-6238120f981a",
"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": "b11db797-88b5-4d8b-ba1a-b1169fdd0e6e",
"CreateDate": "2026-02-25T09:01:10.894404-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-25T09:01:10.894404-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-25T09:01:10.894404-08:00",
"LastValueDate": "2026-02-25T09:01:10.894404-08:00",
"SourceSystemId": "sample string 1",
"CompanyId": "04b3f348-34dc-47c1-9855-84c490044342",
"CreateDate": "2026-02-25T09:01:10.894404-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-02-25T09:01:10.894404-08:00",
"LastModifiedUser": "sample string 4"
},
"Total": 1,
"Message": "sample string 1"
}