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": "8ceb932d-76cd-475d-a938-cdc323095dc9",
"Asset": {
"AssetId": "8b472679-b76f-4280-bd7c-903039102793",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "78661228-f05f-488b-b916-2675c09ece4c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ce8523c6-16a5-43f8-adb1-50cef4a2fa4a",
"CreateDate": "2026-03-21T02:31:01.9009117-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-21T02:31:01.9009117-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "74ca15e9-79ec-49cf-b521-cb8c11ec66b3",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-21T02:31:01.9009117-07:00",
"MeasurementValueNeededDate": "2026-03-21T02:31:01.9009117-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9520da66-ef10-43e7-8d35-87f890981547",
"CreateDate": "2026-03-21T02:31:01.9009117-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T02:31:01.9009117-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-21T02:31:01.9009117-07:00",
"MeasurementValueNeededDate": "2026-03-21T02:31:01.9009117-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "16d31446-a8f8-469f-bf89-546e016ec229",
"CreateDate": "2026-03-21T02:31:01.9009117-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-21T02:31:01.9009117-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "7e24079e-5d24-499b-9c42-46584d78c8e0",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "78661228-f05f-488b-b916-2675c09ece4c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ce8523c6-16a5-43f8-adb1-50cef4a2fa4a",
"CreateDate": "2026-03-21T02:31:01.9009117-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-21T02:31:01.9009117-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-21T02:31:01.9009117-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "8fcab374-9209-4153-91bf-d54c2eb32852",
"Section": {
"FormTypeSectionId": "cc593507-0026-4705-8c92-1c402b0a7b65",
"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": "99c6ad69-4125-481f-93d0-818b782ad4b8",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2de64df9-02a0-4198-ac66-3c1c6a2c642e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "945a0184-d0ec-4ae4-90c1-983e30abbde1",
"CreateDate": "2026-03-21T02:31:01.9009117-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T02:31:01.9009117-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "f1d8e788-4a20-4f8e-859c-7f653042d658",
"FieldId": "5683321c-c92e-40e9-a91c-23b7de677e32",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "f1d8e788-4a20-4f8e-859c-7f653042d658",
"FieldId": "5683321c-c92e-40e9-a91c-23b7de677e32",
"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": "8fcab374-9209-4153-91bf-d54c2eb32852",
"Section": {
"FormTypeSectionId": "cc593507-0026-4705-8c92-1c402b0a7b65",
"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": "99c6ad69-4125-481f-93d0-818b782ad4b8",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2de64df9-02a0-4198-ac66-3c1c6a2c642e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "945a0184-d0ec-4ae4-90c1-983e30abbde1",
"CreateDate": "2026-03-21T02:31:01.9009117-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-21T02:31:01.9009117-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "f1d8e788-4a20-4f8e-859c-7f653042d658",
"FieldId": "5683321c-c92e-40e9-a91c-23b7de677e32",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "f1d8e788-4a20-4f8e-859c-7f653042d658",
"FieldId": "5683321c-c92e-40e9-a91c-23b7de677e32",
"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": "eaaa6839-d13c-42f7-a666-cdf3b4a9c0e5",
"CreateDate": "2026-03-21T02:31:01.9009117-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-21T02:31:01.9009117-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-21T02:31:01.9009117-07:00",
"LastValueDate": "2026-03-21T02:31:01.9009117-07:00",
"SourceSystemId": "sample string 1",
"CompanyId": "8c966cbb-d41d-4a93-8aea-b99700c11c80",
"CreateDate": "2026-03-21T02:31:01.9009117-07:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-03-21T02:31:01.9009117-07:00",
"LastModifiedUser": "sample string 4"
},
"Total": 1,
"Message": "sample string 1"
}