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": "1dea80f5-82f4-41a7-bcfc-f7dd9e3aae75",
"Asset": {
"AssetId": "7d683c57-1ae2-461e-ae56-e6207f564a09",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "8cbd6eb5-2afc-4c67-ba0a-250af160c178",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "efe1c6aa-3385-4f0f-97e1-672c5f73fbb6",
"CreateDate": "2025-11-17T04:53:33.8940781-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-17T04:53:33.8940781-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "ec9a723e-66ed-44db-8ebf-a7e84b1d4c95",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-17T04:53:33.8940781-08:00",
"MeasurementValueNeededDate": "2025-11-17T04:53:33.8940781-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "3e4758a7-74a4-49bb-8322-00a049e06886",
"CreateDate": "2025-11-17T04:53:33.8940781-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-17T04:53:33.8940781-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-11-17T04:53:33.8940781-08:00",
"MeasurementValueNeededDate": "2025-11-17T04:53:33.8940781-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "2a9dae1b-722a-4722-942d-37edd57cab33",
"CreateDate": "2025-11-17T04:53:33.8940781-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-17T04:53:33.8940781-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "c5edbcc5-b99f-4597-86bd-e4704d2f547a",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "8cbd6eb5-2afc-4c67-ba0a-250af160c178",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "efe1c6aa-3385-4f0f-97e1-672c5f73fbb6",
"CreateDate": "2025-11-17T04:53:33.8940781-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-17T04:53:33.8940781-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-11-17T04:53:33.8940781-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "04204d04-0c8a-4a7b-bacd-9d4bcb1e5a7e",
"Section": {
"FormTypeSectionId": "06b1b9e7-0c3b-4760-a7b1-6d18fc593933",
"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": "51bc5bb5-5f6e-4745-9631-d21228bd0b83",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f9e51d7c-ffde-45d4-9d19-a4f409a90903",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "37295334-a0a5-42ab-8aa9-353f318c7633",
"CreateDate": "2025-11-17T04:53:33.8940781-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-17T04:53:33.8940781-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c55eb8f2-3463-4ab9-98ee-7c6e0d09d660",
"FieldId": "544b554d-8b51-4c71-be39-9e5c6ea6359f",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c55eb8f2-3463-4ab9-98ee-7c6e0d09d660",
"FieldId": "544b554d-8b51-4c71-be39-9e5c6ea6359f",
"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": "04204d04-0c8a-4a7b-bacd-9d4bcb1e5a7e",
"Section": {
"FormTypeSectionId": "06b1b9e7-0c3b-4760-a7b1-6d18fc593933",
"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": "51bc5bb5-5f6e-4745-9631-d21228bd0b83",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f9e51d7c-ffde-45d4-9d19-a4f409a90903",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "37295334-a0a5-42ab-8aa9-353f318c7633",
"CreateDate": "2025-11-17T04:53:33.8940781-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-17T04:53:33.8940781-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "c55eb8f2-3463-4ab9-98ee-7c6e0d09d660",
"FieldId": "544b554d-8b51-4c71-be39-9e5c6ea6359f",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "c55eb8f2-3463-4ab9-98ee-7c6e0d09d660",
"FieldId": "544b554d-8b51-4c71-be39-9e5c6ea6359f",
"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": "180ac36d-2fe8-4e50-af06-f91d6586b886",
"CreateDate": "2025-11-17T04:53:33.8940781-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-17T04:53:33.8940781-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-11-17T04:53:33.8940781-08:00",
"LastValueDate": "2025-11-17T04:53:33.8940781-08:00",
"SourceSystemId": "sample string 1",
"CompanyId": "8569a150-2896-4219-a597-0163df792e31",
"CreateDate": "2025-11-17T04:53:33.8940781-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2025-11-17T04:53:33.8940781-08:00",
"LastModifiedUser": "sample string 4"
},
"Total": 1,
"Message": "sample string 1"
}