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": "e70d2573-fdf2-4860-bd32-800cd5a28df5",
"Asset": {
"AssetId": "4500d6fc-5871-4ead-a9dc-324e8964e71d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "e3fdf605-c4da-4cc4-8247-e580ea36c496",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f236eeb6-f75a-483e-b937-aa7db8d8d4b0",
"CreateDate": "2026-08-02T14:05:58.0496374-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-02T14:05:58.0496374-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "14270205-f50a-4c1d-84df-8c699be62aa6",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-02T14:05:58.0496374-07:00",
"MeasurementValueNeededDate": "2026-08-02T14:05:58.0496374-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d0943299-4a3e-4f88-abe5-722fcf3650f7",
"CreateDate": "2026-08-02T14:05:58.0496374-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-02T14:05:58.0496374-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-02T14:05:58.0496374-07:00",
"MeasurementValueNeededDate": "2026-08-02T14:05:58.0496374-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d5c72ed0-23c1-4e22-9f43-ff7d9b43b6f9",
"CreateDate": "2026-08-02T14:05:58.0496374-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-02T14:05:58.0496374-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "f242673c-0a47-4f51-89ce-c4cd167d2c67",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "e3fdf605-c4da-4cc4-8247-e580ea36c496",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f236eeb6-f75a-483e-b937-aa7db8d8d4b0",
"CreateDate": "2026-08-02T14:05:58.0496374-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-02T14:05:58.0496374-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-02T14:05:58.0496374-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "2651ddff-1ca4-4730-8ebf-d15af7bfdee9",
"Section": {
"FormTypeSectionId": "223aa9aa-86a9-42cd-94c2-30214133b0df",
"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": "4ca41d98-bef0-4426-897b-0bdd3b1c977e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "52ae8cd3-ad36-456f-b781-fb2753a86c6e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "55384b8a-ae7c-44b3-b67b-7e7efe40e89e",
"CreateDate": "2026-08-02T14:05:58.0496374-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-02T14:05:58.0496374-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "facaaab5-dac8-48d1-ac1d-5f6e305a0ee1",
"FieldId": "23ed7cc5-bea2-4d28-b72e-f686a1e49bb0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "facaaab5-dac8-48d1-ac1d-5f6e305a0ee1",
"FieldId": "23ed7cc5-bea2-4d28-b72e-f686a1e49bb0",
"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": "2651ddff-1ca4-4730-8ebf-d15af7bfdee9",
"Section": {
"FormTypeSectionId": "223aa9aa-86a9-42cd-94c2-30214133b0df",
"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": "4ca41d98-bef0-4426-897b-0bdd3b1c977e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "52ae8cd3-ad36-456f-b781-fb2753a86c6e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "55384b8a-ae7c-44b3-b67b-7e7efe40e89e",
"CreateDate": "2026-08-02T14:05:58.0496374-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-02T14:05:58.0496374-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "facaaab5-dac8-48d1-ac1d-5f6e305a0ee1",
"FieldId": "23ed7cc5-bea2-4d28-b72e-f686a1e49bb0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "facaaab5-dac8-48d1-ac1d-5f6e305a0ee1",
"FieldId": "23ed7cc5-bea2-4d28-b72e-f686a1e49bb0",
"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": "3569ffa2-684a-4c28-8e74-c3c9aaa1af55",
"CreateDate": "2026-08-02T14:05:58.0496374-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-02T14:05:58.0496374-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-02T14:05:58.0496374-07:00",
"LastValueDate": "2026-08-02T14:05:58.0496374-07:00",
"SourceSystemId": "sample string 1",
"CompanyId": "1c302083-0ba0-470a-b320-54aa8c711b4a",
"CreateDate": "2026-08-02T14:05:58.0496374-07:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-08-02T14:05:58.0496374-07:00",
"LastModifiedUser": "sample string 4"
},
"Total": 1,
"Message": "sample string 1"
}