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": "81fa3d3e-ded7-4750-98b8-fb6d58a33902",
"Asset": {
"AssetId": "04892ae9-700b-41fb-8cb0-614229f6d647",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "fd714d8f-076d-4c24-9353-35da6e5fa7ef",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ce07c59c-037f-4836-9878-39ecda499cbd",
"CreateDate": "2026-09-13T17:27:32.3105641-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-13T17:27:32.3105641-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "59d9ba04-9fc8-41a9-8a91-aa24f98d130d",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-13T17:27:32.3105641-07:00",
"MeasurementValueNeededDate": "2026-09-13T17:27:32.3105641-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "84c7c9c6-2a4a-4970-9a24-792cf40eeeef",
"CreateDate": "2026-09-13T17:27:32.3105641-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-13T17:27:32.3105641-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-13T17:27:32.3105641-07:00",
"MeasurementValueNeededDate": "2026-09-13T17:27:32.3105641-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "b63724c0-4756-46c1-8ee6-1072e0697d7a",
"CreateDate": "2026-09-13T17:27:32.3105641-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-13T17:27:32.3105641-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "16b2d502-83dc-4332-a732-3b9d3a9521d5",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "fd714d8f-076d-4c24-9353-35da6e5fa7ef",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ce07c59c-037f-4836-9878-39ecda499cbd",
"CreateDate": "2026-09-13T17:27:32.3105641-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-13T17:27:32.3105641-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-13T17:27:32.3105641-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "a4269407-a8cc-4e58-a29d-3a4490949cca",
"Section": {
"FormTypeSectionId": "2a38b8b6-d127-4938-a065-cabe9f15a23a",
"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": "0d2d3ade-b848-43de-8e88-e1921cbbf11b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "201d9812-244d-42c6-af06-bd78e74f90da",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "769a8309-4713-40b4-b0ff-3ac3c382be1f",
"CreateDate": "2026-09-13T17:27:32.3105641-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-13T17:27:32.3105641-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "7695f287-3f81-432f-ab01-249b3a8b363a",
"FieldId": "7fefe26d-4d2f-41e4-be08-72becf3aa0f6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "7695f287-3f81-432f-ab01-249b3a8b363a",
"FieldId": "7fefe26d-4d2f-41e4-be08-72becf3aa0f6",
"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": "a4269407-a8cc-4e58-a29d-3a4490949cca",
"Section": {
"FormTypeSectionId": "2a38b8b6-d127-4938-a065-cabe9f15a23a",
"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": "0d2d3ade-b848-43de-8e88-e1921cbbf11b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "201d9812-244d-42c6-af06-bd78e74f90da",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "769a8309-4713-40b4-b0ff-3ac3c382be1f",
"CreateDate": "2026-09-13T17:27:32.3105641-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-13T17:27:32.3105641-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "7695f287-3f81-432f-ab01-249b3a8b363a",
"FieldId": "7fefe26d-4d2f-41e4-be08-72becf3aa0f6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "7695f287-3f81-432f-ab01-249b3a8b363a",
"FieldId": "7fefe26d-4d2f-41e4-be08-72becf3aa0f6",
"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": "efacd2dc-3a51-4221-b8bb-52b75036fe4a",
"CreateDate": "2026-09-13T17:27:32.3105641-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-13T17:27:32.3105641-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-13T17:27:32.3105641-07:00",
"LastValueDate": "2026-09-13T17:27:32.3105641-07:00",
"SourceSystemId": "sample string 1",
"CompanyId": "92b09c5c-8cdc-481e-9013-cb09442783ca",
"CreateDate": "2026-09-13T17:27:32.3105641-07:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-09-13T17:27:32.3105641-07:00",
"LastModifiedUser": "sample string 4"
},
"Total": 1,
"Message": "sample string 1"
}