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": "822b9817-22c4-4cbf-b1a0-fa2168b76aff",
"Asset": {
"AssetId": "3b7e9f27-9de6-4231-8ede-99990d188a1e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "92ea1d75-2034-4ae3-ae76-3dd4ba1c585a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "712db855-cb64-4013-a4b6-5244b72ace8b",
"CreateDate": "2025-12-29T04:05:59.3965231-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-29T04:05:59.3965231-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "3d607081-ad97-4dee-a74b-cfcdbe175598",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-29T04:05:59.3965231-08:00",
"MeasurementValueNeededDate": "2025-12-29T04:05:59.3965231-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "59330347-1ea4-4579-88e8-14cb41f304a5",
"CreateDate": "2025-12-29T04:05:59.3965231-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-29T04:05:59.3965231-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-29T04:05:59.3965231-08:00",
"MeasurementValueNeededDate": "2025-12-29T04:05:59.3965231-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d171b29a-68bc-4e09-abb5-7596862ad357",
"CreateDate": "2025-12-29T04:05:59.3965231-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-29T04:05:59.3965231-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "2a36e588-eead-42e2-9315-dc9ccd9317d3",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "92ea1d75-2034-4ae3-ae76-3dd4ba1c585a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "712db855-cb64-4013-a4b6-5244b72ace8b",
"CreateDate": "2025-12-29T04:05:59.3965231-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-29T04:05:59.3965231-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-29T04:05:59.3965231-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "918d68c2-40c2-4c93-b26c-f12d95720312",
"Section": {
"FormTypeSectionId": "b368647d-7cca-4f1b-aa12-c34ae930de6b",
"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": "f5597d14-c324-4099-b4bb-92465f7a0b2b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a623f0fb-31e4-45af-9f37-66765dd1658f",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b2176bdd-8ba2-4389-a824-5d2239aceffd",
"CreateDate": "2025-12-29T04:05:59.3965231-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-29T04:05:59.3965231-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "f25a21f2-8d27-4df2-bce1-7d855ef3a9ad",
"FieldId": "b74e6870-292d-48a0-85d3-72947b32f90f",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "f25a21f2-8d27-4df2-bce1-7d855ef3a9ad",
"FieldId": "b74e6870-292d-48a0-85d3-72947b32f90f",
"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": "918d68c2-40c2-4c93-b26c-f12d95720312",
"Section": {
"FormTypeSectionId": "b368647d-7cca-4f1b-aa12-c34ae930de6b",
"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": "f5597d14-c324-4099-b4bb-92465f7a0b2b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a623f0fb-31e4-45af-9f37-66765dd1658f",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "b2176bdd-8ba2-4389-a824-5d2239aceffd",
"CreateDate": "2025-12-29T04:05:59.3965231-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-29T04:05:59.3965231-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "f25a21f2-8d27-4df2-bce1-7d855ef3a9ad",
"FieldId": "b74e6870-292d-48a0-85d3-72947b32f90f",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "f25a21f2-8d27-4df2-bce1-7d855ef3a9ad",
"FieldId": "b74e6870-292d-48a0-85d3-72947b32f90f",
"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": "272f0221-843d-4906-8185-2a1f28c02986",
"CreateDate": "2025-12-29T04:05:59.3965231-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-29T04:05:59.3965231-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-29T04:05:59.3965231-08:00",
"LastValueDate": "2025-12-29T04:05:59.3965231-08:00",
"SourceSystemId": "sample string 1",
"CompanyId": "e6492f6e-59ac-4533-a40b-48c2d4f49444",
"CreateDate": "2025-12-29T04:05:59.3965231-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2025-12-29T04:05:59.3965231-08:00",
"LastModifiedUser": "sample string 4"
},
"Total": 1,
"Message": "sample string 1"
}