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": "bfb1d3e4-85d3-4b41-a76d-20de6679cc88",
"Asset": {
"AssetId": "d2e98fb0-53ce-4446-9340-5651ccc8523f",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "aa5e84c0-5fd9-40db-9b1e-cd45a0f7fd45",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "bb461e5c-d643-449e-9c5a-4b3fdf57680d",
"CreateDate": "2026-04-24T15:52:30.4427244-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-24T15:52:30.4427244-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "ca7a432d-1c2c-4f91-a69d-8eaf822e3639",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-24T15:52:30.4427244-07:00",
"MeasurementValueNeededDate": "2026-04-24T15:52:30.4427244-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8f5a78fc-0f5f-450c-acb1-77f3a7892d6f",
"CreateDate": "2026-04-24T15:52:30.4427244-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-24T15:52:30.4427244-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-24T15:52:30.4427244-07:00",
"MeasurementValueNeededDate": "2026-04-24T15:52:30.4427244-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "cb90d7e4-3503-4142-ad80-26b8ff61c2cc",
"CreateDate": "2026-04-24T15:52:30.4427244-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-24T15:52:30.4427244-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "81874679-6201-4869-8f29-420d61318c9f",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "aa5e84c0-5fd9-40db-9b1e-cd45a0f7fd45",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "bb461e5c-d643-449e-9c5a-4b3fdf57680d",
"CreateDate": "2026-04-24T15:52:30.4427244-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-24T15:52:30.4427244-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-24T15:52:30.4427244-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "4f2b30e7-77c7-44d3-bfd4-4617997668d7",
"Section": {
"FormTypeSectionId": "107f08c8-a10c-49ba-bf53-2e76c3e3bc01",
"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": "85494c3c-2446-455a-be6b-e7073b72c96a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "571bc56d-5d4a-4c11-9757-a929daacac25",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a530736f-3d39-4b8d-8a35-f25894110aed",
"CreateDate": "2026-04-24T15:52:30.4427244-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-24T15:52:30.4427244-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "7a3ac28f-991e-466d-b5ce-735148a478a9",
"FieldId": "216b9cca-e60f-4442-a10b-b49c6f61b87b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "7a3ac28f-991e-466d-b5ce-735148a478a9",
"FieldId": "216b9cca-e60f-4442-a10b-b49c6f61b87b",
"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": "4f2b30e7-77c7-44d3-bfd4-4617997668d7",
"Section": {
"FormTypeSectionId": "107f08c8-a10c-49ba-bf53-2e76c3e3bc01",
"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": "85494c3c-2446-455a-be6b-e7073b72c96a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "571bc56d-5d4a-4c11-9757-a929daacac25",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a530736f-3d39-4b8d-8a35-f25894110aed",
"CreateDate": "2026-04-24T15:52:30.4427244-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-24T15:52:30.4427244-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "7a3ac28f-991e-466d-b5ce-735148a478a9",
"FieldId": "216b9cca-e60f-4442-a10b-b49c6f61b87b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "7a3ac28f-991e-466d-b5ce-735148a478a9",
"FieldId": "216b9cca-e60f-4442-a10b-b49c6f61b87b",
"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": "ddc3e7c5-bc4d-43cd-951e-2ddf4a9b8603",
"CreateDate": "2026-04-24T15:52:30.4427244-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-24T15:52:30.4427244-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-24T15:52:30.4427244-07:00",
"LastValueDate": "2026-04-24T15:52:30.4427244-07:00",
"SourceSystemId": "sample string 1",
"CompanyId": "80b740cc-86e0-49bd-8d60-4edf998be989",
"CreateDate": "2026-04-24T15:52:30.4427244-07:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-04-24T15:52:30.4427244-07:00",
"LastModifiedUser": "sample string 4"
},
"Total": 1,
"Message": "sample string 1"
}