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": "803493ef-4cbb-4027-81e7-9524f1129f8c",
"Asset": {
"AssetId": "59d002e4-559c-4098-b097-c08f8e3721c2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "ef714c99-f594-496b-9d9f-3c9b839552ed",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "dd8f057c-7624-4d46-9413-43a931990b29",
"CreateDate": "2026-06-14T07:22:49.2340867-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-14T07:22:49.2340867-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "683b2306-8f11-4481-92bf-61073778cf7d",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-14T07:22:49.2340867-07:00",
"MeasurementValueNeededDate": "2026-06-14T07:22:49.2340867-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "214f5a17-656d-4daf-8229-a80f65262f08",
"CreateDate": "2026-06-14T07:22:49.2340867-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-14T07:22:49.2340867-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-14T07:22:49.2340867-07:00",
"MeasurementValueNeededDate": "2026-06-14T07:22:49.2340867-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "05561921-1eec-495c-8bf7-64ab4f6b2fdf",
"CreateDate": "2026-06-14T07:22:49.2340867-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-14T07:22:49.2340867-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "bf400f3d-31c5-4cbc-9fbc-f8eb005d604d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ef714c99-f594-496b-9d9f-3c9b839552ed",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "dd8f057c-7624-4d46-9413-43a931990b29",
"CreateDate": "2026-06-14T07:22:49.2340867-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-14T07:22:49.2340867-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-14T07:22:49.2340867-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "11ea2529-c40d-46d7-aebf-44c50adcda53",
"Section": {
"FormTypeSectionId": "3cfef66b-43d6-4394-a068-e9609d556ca4",
"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": "5a00a651-b0c0-4a86-81d7-5327ba2f6903",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ad941806-cbfa-44ee-a00d-49103436e67b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "81271d53-65b8-4cd0-9d1d-271926fd45b5",
"CreateDate": "2026-06-14T07:22:49.2340867-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-14T07:22:49.2340867-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "48894746-d42e-4e28-9e54-4b3b807e874c",
"FieldId": "4f52c09a-ad3d-4093-8291-fc50b17e1dbd",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "48894746-d42e-4e28-9e54-4b3b807e874c",
"FieldId": "4f52c09a-ad3d-4093-8291-fc50b17e1dbd",
"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": "11ea2529-c40d-46d7-aebf-44c50adcda53",
"Section": {
"FormTypeSectionId": "3cfef66b-43d6-4394-a068-e9609d556ca4",
"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": "5a00a651-b0c0-4a86-81d7-5327ba2f6903",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "ad941806-cbfa-44ee-a00d-49103436e67b",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "81271d53-65b8-4cd0-9d1d-271926fd45b5",
"CreateDate": "2026-06-14T07:22:49.2340867-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-14T07:22:49.2340867-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "48894746-d42e-4e28-9e54-4b3b807e874c",
"FieldId": "4f52c09a-ad3d-4093-8291-fc50b17e1dbd",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "48894746-d42e-4e28-9e54-4b3b807e874c",
"FieldId": "4f52c09a-ad3d-4093-8291-fc50b17e1dbd",
"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": "7aa20d94-5bcc-49ce-b767-2e0f449f43cd",
"CreateDate": "2026-06-14T07:22:49.2340867-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-14T07:22:49.2340867-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-14T07:22:49.2340867-07:00",
"LastValueDate": "2026-06-14T07:22:49.2340867-07:00",
"SourceSystemId": "sample string 1",
"CompanyId": "cd35d407-7731-4293-991e-e49b707d6276",
"CreateDate": "2026-06-14T07:22:49.2340867-07:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-06-14T07:22:49.2340867-07:00",
"LastModifiedUser": "sample string 4"
},
"Total": 1,
"Message": "sample string 1"
}