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": "31b2656c-f216-4533-95ce-1f788bc8d149",
"Asset": {
"AssetId": "decd3299-3a94-407f-b5f1-e36d22c86c33",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "3e4c525f-296d-49b7-8737-5e57ef3b4330",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "7b35009c-035f-4a3e-961c-ef3df12c8cc5",
"CreateDate": "2026-02-11T03:45:31.4748706-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T03:45:31.4748706-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "4357eaa8-7b7a-405d-a314-283ee947a7cb",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-11T03:45:31.4748706-08:00",
"MeasurementValueNeededDate": "2026-02-11T03:45:31.4748706-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "87fef372-b8ba-413c-bb71-4345a3b77b68",
"CreateDate": "2026-02-11T03:45:31.4748706-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:45:31.4748706-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-11T03:45:31.4748706-08:00",
"MeasurementValueNeededDate": "2026-02-11T03:45:31.4748706-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "22689cb6-1812-426d-bc65-38a81bdb13db",
"CreateDate": "2026-02-11T03:45:31.4748706-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-11T03:45:31.4748706-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "a47d9c3c-b1aa-4701-bcdd-6730685c0083",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3e4c525f-296d-49b7-8737-5e57ef3b4330",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "7b35009c-035f-4a3e-961c-ef3df12c8cc5",
"CreateDate": "2026-02-11T03:45:31.4748706-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T03:45:31.4748706-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-11T03:45:31.4748706-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "0b80aac9-0e8a-4584-86d8-b727cbe8004d",
"Section": {
"FormTypeSectionId": "482538a4-10fb-4675-982c-ea99859907d4",
"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": "49b7e8eb-6663-4421-a009-2b3415c3690d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7f12fca1-24f7-4c17-9623-3723520f32d7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "cd8a1ee1-419e-45e7-af23-712e5428ae11",
"CreateDate": "2026-02-11T03:45:31.4748706-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:45:31.4748706-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "36d8d8f2-be88-4e8c-b80a-d3b9b2a73089",
"FieldId": "c7234dae-f618-4476-b410-cb9b8549b427",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "36d8d8f2-be88-4e8c-b80a-d3b9b2a73089",
"FieldId": "c7234dae-f618-4476-b410-cb9b8549b427",
"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": "0b80aac9-0e8a-4584-86d8-b727cbe8004d",
"Section": {
"FormTypeSectionId": "482538a4-10fb-4675-982c-ea99859907d4",
"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": "49b7e8eb-6663-4421-a009-2b3415c3690d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7f12fca1-24f7-4c17-9623-3723520f32d7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "cd8a1ee1-419e-45e7-af23-712e5428ae11",
"CreateDate": "2026-02-11T03:45:31.4748706-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T03:45:31.4748706-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "36d8d8f2-be88-4e8c-b80a-d3b9b2a73089",
"FieldId": "c7234dae-f618-4476-b410-cb9b8549b427",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "36d8d8f2-be88-4e8c-b80a-d3b9b2a73089",
"FieldId": "c7234dae-f618-4476-b410-cb9b8549b427",
"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": "49ef58fe-7ec4-4644-84f4-0ffcbc451eb7",
"CreateDate": "2026-02-11T03:45:31.4748706-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T03:45:31.4748706-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-11T03:45:31.4748706-08:00",
"LastValueDate": "2026-02-11T03:45:31.4748706-08:00",
"SourceSystemId": "sample string 1",
"CompanyId": "d5820ac5-547e-4abf-8c4f-66f690af5b62",
"CreateDate": "2026-02-11T03:45:31.4748706-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-02-11T03:45:31.4748706-08:00",
"LastModifiedUser": "sample string 4"
},
"Total": 1,
"Message": "sample string 1"
}