GET Forms?assetId={assetId}&formTypeId={formTypeId}&take={take}&skip={skip}&sort[0].Field={sort[0].Field}&sort[0].Dir={sort[0].Dir}&sort[1].Field={sort[1].Field}&sort[1].Dir={sort[1].Dir}&includeAttachmentContent={includeAttachmentContent}
Retrieves forms for the given parameters. All parameters are optional.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assetId |
Id of the asset |
globally unique identifier |
None. |
| formTypeId |
Id of the form type |
globally unique identifier |
None. |
| take |
Number of forms to retrieve. Default is all forms |
integer |
None. |
| skip |
Number of forms to skip before retrieval |
integer |
Default value is 0 |
| sort |
List of sorting rules to describe how to sort the forms before retrieval |
Collection of Sort |
None. |
| Operator | string |
None. |
|
| Field | string |
None. |
|
| Value | string |
None. |
|
| Logic | string |
None. |
|
| Filters | Collection of Filter |
None. |
|
| includeAttachmentContent |
Include the file contents of the form field values if applicable |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
On success, a list of forms.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of Form |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"FormId": "470dfd72-5a4f-497b-80e6-11051a59ff14",
"Asset": {
"AssetId": "3178cd66-d85a-41d9-8bcf-c68dba5a1dbe",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "ee455c8a-ee76-4fd0-b124-1c5b0df71991",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4125270f-4b9c-4e5d-b63d-eb96fcf955b8",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "17484acb-1a9f-4859-a10d-4e22a742d6fe",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-18T17:52:17.5088447-07:00",
"MeasurementValueNeededDate": "2026-09-18T17:52:17.5088447-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "ad831ea9-645a-4370-8bea-9218a5bb66a5",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-18T17:52:17.5088447-07:00",
"MeasurementValueNeededDate": "2026-09-18T17:52:17.5088447-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d15133cc-4e8b-4674-9927-788e8489f8be",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "38f91169-07f8-48d2-9680-0be089380578",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ee455c8a-ee76-4fd0-b124-1c5b0df71991",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4125270f-4b9c-4e5d-b63d-eb96fcf955b8",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-18T17:52:17.5088447-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "092127e6-dec0-48b5-8f24-b1da81a8ef3b",
"Section": {
"FormTypeSectionId": "fbd8d896-cb4c-4ba5-89ea-4fd118c8419c",
"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": "1df0794e-fdea-41a2-b0a0-5016b9e2c3f4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a5db80d3-7ac6-43d6-87f7-2284b0b00d16",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c12c78ae-f9c5-4d08-bce3-1dac567f9f97",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a375cbcf-c2cb-4ca5-8f71-1d510fd8d622",
"FieldId": "50f50c2e-8071-4ecd-8f38-cb9b12bcb076",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a375cbcf-c2cb-4ca5-8f71-1d510fd8d622",
"FieldId": "50f50c2e-8071-4ecd-8f38-cb9b12bcb076",
"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": "092127e6-dec0-48b5-8f24-b1da81a8ef3b",
"Section": {
"FormTypeSectionId": "fbd8d896-cb4c-4ba5-89ea-4fd118c8419c",
"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": "1df0794e-fdea-41a2-b0a0-5016b9e2c3f4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a5db80d3-7ac6-43d6-87f7-2284b0b00d16",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c12c78ae-f9c5-4d08-bce3-1dac567f9f97",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a375cbcf-c2cb-4ca5-8f71-1d510fd8d622",
"FieldId": "50f50c2e-8071-4ecd-8f38-cb9b12bcb076",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a375cbcf-c2cb-4ca5-8f71-1d510fd8d622",
"FieldId": "50f50c2e-8071-4ecd-8f38-cb9b12bcb076",
"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": "aa08fec3-77d4-4950-a95c-9d5639062b8d",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-09-18T17:52:17.5088447-07:00",
"Location": "sample string 1",
"TaskId": "ee770992-ab55-46b7-bce4-dae5791a9c17",
"Values": [
{
"FormFieldValueId": "32b80897-a29a-4d47-a7a6-e803e87981f2",
"FormId": "7dd52058-3ddc-45eb-950b-28484b68a840",
"FormTypeField": {
"FormTypeFieldId": "092127e6-dec0-48b5-8f24-b1da81a8ef3b",
"FormType": {
"FormTypeId": "38f91169-07f8-48d2-9680-0be089380578",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ee455c8a-ee76-4fd0-b124-1c5b0df71991",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4125270f-4b9c-4e5d-b63d-eb96fcf955b8",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-18T17:52:17.5088447-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "aa08fec3-77d4-4950-a95c-9d5639062b8d",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "fbd8d896-cb4c-4ba5-89ea-4fd118c8419c",
"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": "1df0794e-fdea-41a2-b0a0-5016b9e2c3f4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a5db80d3-7ac6-43d6-87f7-2284b0b00d16",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c12c78ae-f9c5-4d08-bce3-1dac567f9f97",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a375cbcf-c2cb-4ca5-8f71-1d510fd8d622",
"FieldId": "50f50c2e-8071-4ecd-8f38-cb9b12bcb076",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a375cbcf-c2cb-4ca5-8f71-1d510fd8d622",
"FieldId": "50f50c2e-8071-4ecd-8f38-cb9b12bcb076",
"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"
},
"SectionIndex": 1,
"FieldIndex": 1,
"FileName": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"FileContent": "QEA=",
"ValueText": "sample string 3",
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6"
},
{
"FormFieldValueId": "32b80897-a29a-4d47-a7a6-e803e87981f2",
"FormId": "7dd52058-3ddc-45eb-950b-28484b68a840",
"FormTypeField": {
"FormTypeFieldId": "092127e6-dec0-48b5-8f24-b1da81a8ef3b",
"FormType": {
"FormTypeId": "38f91169-07f8-48d2-9680-0be089380578",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ee455c8a-ee76-4fd0-b124-1c5b0df71991",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4125270f-4b9c-4e5d-b63d-eb96fcf955b8",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-18T17:52:17.5088447-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "aa08fec3-77d4-4950-a95c-9d5639062b8d",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "fbd8d896-cb4c-4ba5-89ea-4fd118c8419c",
"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": "1df0794e-fdea-41a2-b0a0-5016b9e2c3f4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a5db80d3-7ac6-43d6-87f7-2284b0b00d16",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c12c78ae-f9c5-4d08-bce3-1dac567f9f97",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a375cbcf-c2cb-4ca5-8f71-1d510fd8d622",
"FieldId": "50f50c2e-8071-4ecd-8f38-cb9b12bcb076",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a375cbcf-c2cb-4ca5-8f71-1d510fd8d622",
"FieldId": "50f50c2e-8071-4ecd-8f38-cb9b12bcb076",
"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"
},
"SectionIndex": 1,
"FieldIndex": 1,
"FileName": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"FileContent": "QEA=",
"ValueText": "sample string 3",
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6"
}
],
"SourceSystemId": "sample string 2",
"CompanyId": "a1d3ced3-64cc-4840-8222-986234a92d33",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "470dfd72-5a4f-497b-80e6-11051a59ff14",
"Asset": {
"AssetId": "3178cd66-d85a-41d9-8bcf-c68dba5a1dbe",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "ee455c8a-ee76-4fd0-b124-1c5b0df71991",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4125270f-4b9c-4e5d-b63d-eb96fcf955b8",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "17484acb-1a9f-4859-a10d-4e22a742d6fe",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-18T17:52:17.5088447-07:00",
"MeasurementValueNeededDate": "2026-09-18T17:52:17.5088447-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "ad831ea9-645a-4370-8bea-9218a5bb66a5",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-18T17:52:17.5088447-07:00",
"MeasurementValueNeededDate": "2026-09-18T17:52:17.5088447-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d15133cc-4e8b-4674-9927-788e8489f8be",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "38f91169-07f8-48d2-9680-0be089380578",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ee455c8a-ee76-4fd0-b124-1c5b0df71991",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4125270f-4b9c-4e5d-b63d-eb96fcf955b8",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-18T17:52:17.5088447-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "092127e6-dec0-48b5-8f24-b1da81a8ef3b",
"Section": {
"FormTypeSectionId": "fbd8d896-cb4c-4ba5-89ea-4fd118c8419c",
"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": "1df0794e-fdea-41a2-b0a0-5016b9e2c3f4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a5db80d3-7ac6-43d6-87f7-2284b0b00d16",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c12c78ae-f9c5-4d08-bce3-1dac567f9f97",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a375cbcf-c2cb-4ca5-8f71-1d510fd8d622",
"FieldId": "50f50c2e-8071-4ecd-8f38-cb9b12bcb076",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a375cbcf-c2cb-4ca5-8f71-1d510fd8d622",
"FieldId": "50f50c2e-8071-4ecd-8f38-cb9b12bcb076",
"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": "092127e6-dec0-48b5-8f24-b1da81a8ef3b",
"Section": {
"FormTypeSectionId": "fbd8d896-cb4c-4ba5-89ea-4fd118c8419c",
"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": "1df0794e-fdea-41a2-b0a0-5016b9e2c3f4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a5db80d3-7ac6-43d6-87f7-2284b0b00d16",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c12c78ae-f9c5-4d08-bce3-1dac567f9f97",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a375cbcf-c2cb-4ca5-8f71-1d510fd8d622",
"FieldId": "50f50c2e-8071-4ecd-8f38-cb9b12bcb076",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a375cbcf-c2cb-4ca5-8f71-1d510fd8d622",
"FieldId": "50f50c2e-8071-4ecd-8f38-cb9b12bcb076",
"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": "aa08fec3-77d4-4950-a95c-9d5639062b8d",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-09-18T17:52:17.5088447-07:00",
"Location": "sample string 1",
"TaskId": "ee770992-ab55-46b7-bce4-dae5791a9c17",
"Values": [
{
"FormFieldValueId": "32b80897-a29a-4d47-a7a6-e803e87981f2",
"FormId": "7dd52058-3ddc-45eb-950b-28484b68a840",
"FormTypeField": {
"FormTypeFieldId": "092127e6-dec0-48b5-8f24-b1da81a8ef3b",
"FormType": {
"FormTypeId": "38f91169-07f8-48d2-9680-0be089380578",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ee455c8a-ee76-4fd0-b124-1c5b0df71991",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4125270f-4b9c-4e5d-b63d-eb96fcf955b8",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-18T17:52:17.5088447-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "aa08fec3-77d4-4950-a95c-9d5639062b8d",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "fbd8d896-cb4c-4ba5-89ea-4fd118c8419c",
"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": "1df0794e-fdea-41a2-b0a0-5016b9e2c3f4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a5db80d3-7ac6-43d6-87f7-2284b0b00d16",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c12c78ae-f9c5-4d08-bce3-1dac567f9f97",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a375cbcf-c2cb-4ca5-8f71-1d510fd8d622",
"FieldId": "50f50c2e-8071-4ecd-8f38-cb9b12bcb076",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a375cbcf-c2cb-4ca5-8f71-1d510fd8d622",
"FieldId": "50f50c2e-8071-4ecd-8f38-cb9b12bcb076",
"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"
},
"SectionIndex": 1,
"FieldIndex": 1,
"FileName": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"FileContent": "QEA=",
"ValueText": "sample string 3",
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6"
},
{
"FormFieldValueId": "32b80897-a29a-4d47-a7a6-e803e87981f2",
"FormId": "7dd52058-3ddc-45eb-950b-28484b68a840",
"FormTypeField": {
"FormTypeFieldId": "092127e6-dec0-48b5-8f24-b1da81a8ef3b",
"FormType": {
"FormTypeId": "38f91169-07f8-48d2-9680-0be089380578",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "ee455c8a-ee76-4fd0-b124-1c5b0df71991",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4125270f-4b9c-4e5d-b63d-eb96fcf955b8",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-18T17:52:17.5088447-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "aa08fec3-77d4-4950-a95c-9d5639062b8d",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "fbd8d896-cb4c-4ba5-89ea-4fd118c8419c",
"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": "1df0794e-fdea-41a2-b0a0-5016b9e2c3f4",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a5db80d3-7ac6-43d6-87f7-2284b0b00d16",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "c12c78ae-f9c5-4d08-bce3-1dac567f9f97",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a375cbcf-c2cb-4ca5-8f71-1d510fd8d622",
"FieldId": "50f50c2e-8071-4ecd-8f38-cb9b12bcb076",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a375cbcf-c2cb-4ca5-8f71-1d510fd8d622",
"FieldId": "50f50c2e-8071-4ecd-8f38-cb9b12bcb076",
"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"
},
"SectionIndex": 1,
"FieldIndex": 1,
"FileName": "sample string 1",
"FileType": "sample string 2",
"FileSize": 1,
"FileContent": "QEA=",
"ValueText": "sample string 3",
"IsValid": true,
"IsValidMessage": "sample string 5",
"SourceSystemId": "sample string 6"
}
],
"SourceSystemId": "sample string 2",
"CompanyId": "a1d3ced3-64cc-4840-8222-986234a92d33",
"CreateDate": "2026-09-18T17:52:17.5088447-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-18T17:52:17.5088447-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}