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": "d9cc6fc8-bf1a-47e6-846b-ebbc946c1ea7",
"Asset": {
"AssetId": "2d164a25-2047-4aa2-8a92-d47b0702d921",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "9f048ea8-5c36-42fa-80c4-1a9309560a11",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9c54cded-557b-4645-b740-46a8afa832ea",
"CreateDate": "2026-01-21T01:44:03.2508714-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-21T01:44:03.2508714-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "c9656045-3675-48a0-b858-8c28e4193359",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-21T01:44:03.2508714-08:00",
"MeasurementValueNeededDate": "2026-01-21T01:44:03.2508714-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b6851514-4ba5-45ff-b20c-86960f209785",
"CreateDate": "2026-01-21T01:44:03.2508714-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-21T01:44:03.2508714-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-21T01:44:03.2508714-08:00",
"MeasurementValueNeededDate": "2026-01-21T01:44:03.2508714-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "03fa922e-3abc-4974-bd43-3bc9f1062c81",
"CreateDate": "2026-01-21T01:44:03.2508714-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-21T01:44:03.2508714-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "305f8f7c-e93c-4c76-a8a3-2e42d7b1875f",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "9f048ea8-5c36-42fa-80c4-1a9309560a11",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9c54cded-557b-4645-b740-46a8afa832ea",
"CreateDate": "2026-01-21T01:44:03.2508714-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-21T01:44:03.2508714-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-21T01:44:03.2508714-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "7fcf97a0-1a70-4196-b2fc-8438a400b3d4",
"Section": {
"FormTypeSectionId": "32004d1c-56d7-4d22-a09c-c1cdcfe7ab78",
"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": "bacc0906-abd9-41f9-a2ff-7c7dd044b71e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "6c9d36b8-b7bd-4068-b092-641e39c4173a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a53172b1-bf3a-4eb5-bdf2-99b47c916029",
"CreateDate": "2026-01-21T01:44:03.2508714-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-21T01:44:03.2508714-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8ee162db-2c5c-4b18-9718-3b65a392360d",
"FieldId": "dce59695-34bc-4a3a-8801-f335a9a3d7ee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8ee162db-2c5c-4b18-9718-3b65a392360d",
"FieldId": "dce59695-34bc-4a3a-8801-f335a9a3d7ee",
"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": "7fcf97a0-1a70-4196-b2fc-8438a400b3d4",
"Section": {
"FormTypeSectionId": "32004d1c-56d7-4d22-a09c-c1cdcfe7ab78",
"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": "bacc0906-abd9-41f9-a2ff-7c7dd044b71e",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "6c9d36b8-b7bd-4068-b092-641e39c4173a",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "a53172b1-bf3a-4eb5-bdf2-99b47c916029",
"CreateDate": "2026-01-21T01:44:03.2508714-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-21T01:44:03.2508714-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8ee162db-2c5c-4b18-9718-3b65a392360d",
"FieldId": "dce59695-34bc-4a3a-8801-f335a9a3d7ee",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8ee162db-2c5c-4b18-9718-3b65a392360d",
"FieldId": "dce59695-34bc-4a3a-8801-f335a9a3d7ee",
"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": "d2e3524f-0d5a-4855-b9ec-f45710d967a4",
"CreateDate": "2026-01-21T01:44:03.2508714-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-21T01:44:03.2508714-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-21T01:44:03.2508714-08:00",
"LastValueDate": "2026-01-21T01:44:03.2508714-08:00",
"SourceSystemId": "sample string 1",
"CompanyId": "29eecc7c-1f91-47ae-8b98-564a29306603",
"CreateDate": "2026-01-21T01:44:03.2508714-08:00",
"CreateUser": "sample string 3",
"LastModifiedDate": "2026-01-21T01:44:03.2508714-08:00",
"LastModifiedUser": "sample string 4"
},
"Total": 1,
"Message": "sample string 1"
}