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": "c639c191-c45e-4f90-a45c-38bdf4f94024",
"Asset": {
"AssetId": "91e79b21-b005-40ba-9351-a62983230883",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "21065cea-07d2-4ddb-8a06-7a796e9aa8aa",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e192403e-82e2-47e2-b49e-6f7f099099b0",
"CreateDate": "2026-09-12T09:20:12.2984681-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-12T09:20:12.2984681-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "6a97c0d4-5c79-4c96-acad-7228ec179d36",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-12T09:20:12.2984681-07:00",
"MeasurementValueNeededDate": "2026-09-12T09:20:12.2984681-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "a9c51ad1-cfe5-4fb0-a2d8-6891ee19c588",
"CreateDate": "2026-09-12T09:20:12.2984681-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-12T09:20:12.2984681-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-12T09:20:12.2984681-07:00",
"MeasurementValueNeededDate": "2026-09-12T09:20:12.2984681-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "5c35015b-27fb-45cf-a34a-1ef5b3dee8c2",
"CreateDate": "2026-09-12T09:20:12.2984681-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-12T09:20:12.2984681-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "3e5d6736-fff5-450a-850e-dbb8da0e827d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "21065cea-07d2-4ddb-8a06-7a796e9aa8aa",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e192403e-82e2-47e2-b49e-6f7f099099b0",
"CreateDate": "2026-09-12T09:20:12.2984681-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-12T09:20:12.2984681-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-12T09:20:12.2984681-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "ec52d649-3287-4dd3-9ca4-e162d90fe409",
"Section": {
"FormTypeSectionId": "134b7d86-b806-4430-9545-c643094e6844",
"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": "aee1525f-c68b-444b-ad0f-02f10efe0d3a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c66b9017-de30-4a57-ad50-522504ec2e18",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "217e3b84-1660-48aa-ac52-638cfc235584",
"CreateDate": "2026-09-12T09:20:12.3141586-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-12T09:20:12.3141586-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8b664843-e6d1-46f1-8af7-f4c7e4f7743e",
"FieldId": "27e2acff-d1a9-45ad-852f-42718395e609",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8b664843-e6d1-46f1-8af7-f4c7e4f7743e",
"FieldId": "27e2acff-d1a9-45ad-852f-42718395e609",
"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": "ec52d649-3287-4dd3-9ca4-e162d90fe409",
"Section": {
"FormTypeSectionId": "134b7d86-b806-4430-9545-c643094e6844",
"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": "aee1525f-c68b-444b-ad0f-02f10efe0d3a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c66b9017-de30-4a57-ad50-522504ec2e18",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "217e3b84-1660-48aa-ac52-638cfc235584",
"CreateDate": "2026-09-12T09:20:12.3141586-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-12T09:20:12.3141586-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8b664843-e6d1-46f1-8af7-f4c7e4f7743e",
"FieldId": "27e2acff-d1a9-45ad-852f-42718395e609",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8b664843-e6d1-46f1-8af7-f4c7e4f7743e",
"FieldId": "27e2acff-d1a9-45ad-852f-42718395e609",
"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": "1302b1fe-1ba9-40e6-98b5-ad391d02bf61",
"CreateDate": "2026-09-12T09:20:12.3141586-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-12T09:20:12.3141586-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-09-12T09:20:12.3141586-07:00",
"Location": "sample string 1",
"TaskId": "6a698148-8cdb-4999-a79b-b2367975298a",
"Values": [
{
"FormFieldValueId": "14b23512-ce41-4178-94c9-328e17c7a806",
"FormId": "b57dfa4a-ab98-4f15-a062-cce1177471ce",
"FormTypeField": {
"FormTypeFieldId": "ec52d649-3287-4dd3-9ca4-e162d90fe409",
"FormType": {
"FormTypeId": "3e5d6736-fff5-450a-850e-dbb8da0e827d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "21065cea-07d2-4ddb-8a06-7a796e9aa8aa",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e192403e-82e2-47e2-b49e-6f7f099099b0",
"CreateDate": "2026-09-12T09:20:12.2984681-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-12T09:20:12.2984681-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-12T09:20:12.2984681-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1302b1fe-1ba9-40e6-98b5-ad391d02bf61",
"CreateDate": "2026-09-12T09:20:12.3141586-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-12T09:20:12.3141586-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "134b7d86-b806-4430-9545-c643094e6844",
"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": "aee1525f-c68b-444b-ad0f-02f10efe0d3a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c66b9017-de30-4a57-ad50-522504ec2e18",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "217e3b84-1660-48aa-ac52-638cfc235584",
"CreateDate": "2026-09-12T09:20:12.3141586-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-12T09:20:12.3141586-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8b664843-e6d1-46f1-8af7-f4c7e4f7743e",
"FieldId": "27e2acff-d1a9-45ad-852f-42718395e609",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8b664843-e6d1-46f1-8af7-f4c7e4f7743e",
"FieldId": "27e2acff-d1a9-45ad-852f-42718395e609",
"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": "14b23512-ce41-4178-94c9-328e17c7a806",
"FormId": "b57dfa4a-ab98-4f15-a062-cce1177471ce",
"FormTypeField": {
"FormTypeFieldId": "ec52d649-3287-4dd3-9ca4-e162d90fe409",
"FormType": {
"FormTypeId": "3e5d6736-fff5-450a-850e-dbb8da0e827d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "21065cea-07d2-4ddb-8a06-7a796e9aa8aa",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e192403e-82e2-47e2-b49e-6f7f099099b0",
"CreateDate": "2026-09-12T09:20:12.2984681-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-12T09:20:12.2984681-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-12T09:20:12.2984681-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1302b1fe-1ba9-40e6-98b5-ad391d02bf61",
"CreateDate": "2026-09-12T09:20:12.3141586-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-12T09:20:12.3141586-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "134b7d86-b806-4430-9545-c643094e6844",
"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": "aee1525f-c68b-444b-ad0f-02f10efe0d3a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c66b9017-de30-4a57-ad50-522504ec2e18",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "217e3b84-1660-48aa-ac52-638cfc235584",
"CreateDate": "2026-09-12T09:20:12.3141586-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-12T09:20:12.3141586-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8b664843-e6d1-46f1-8af7-f4c7e4f7743e",
"FieldId": "27e2acff-d1a9-45ad-852f-42718395e609",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8b664843-e6d1-46f1-8af7-f4c7e4f7743e",
"FieldId": "27e2acff-d1a9-45ad-852f-42718395e609",
"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": "0eee8b89-71f1-497a-8dc8-746a972a59e9",
"CreateDate": "2026-09-12T09:20:12.3141586-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-12T09:20:12.3141586-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "c639c191-c45e-4f90-a45c-38bdf4f94024",
"Asset": {
"AssetId": "91e79b21-b005-40ba-9351-a62983230883",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "21065cea-07d2-4ddb-8a06-7a796e9aa8aa",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e192403e-82e2-47e2-b49e-6f7f099099b0",
"CreateDate": "2026-09-12T09:20:12.2984681-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-12T09:20:12.2984681-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "6a97c0d4-5c79-4c96-acad-7228ec179d36",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-12T09:20:12.2984681-07:00",
"MeasurementValueNeededDate": "2026-09-12T09:20:12.2984681-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "a9c51ad1-cfe5-4fb0-a2d8-6891ee19c588",
"CreateDate": "2026-09-12T09:20:12.2984681-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-12T09:20:12.2984681-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-12T09:20:12.2984681-07:00",
"MeasurementValueNeededDate": "2026-09-12T09:20:12.2984681-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "5c35015b-27fb-45cf-a34a-1ef5b3dee8c2",
"CreateDate": "2026-09-12T09:20:12.2984681-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-12T09:20:12.2984681-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "3e5d6736-fff5-450a-850e-dbb8da0e827d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "21065cea-07d2-4ddb-8a06-7a796e9aa8aa",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e192403e-82e2-47e2-b49e-6f7f099099b0",
"CreateDate": "2026-09-12T09:20:12.2984681-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-12T09:20:12.2984681-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-12T09:20:12.2984681-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "ec52d649-3287-4dd3-9ca4-e162d90fe409",
"Section": {
"FormTypeSectionId": "134b7d86-b806-4430-9545-c643094e6844",
"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": "aee1525f-c68b-444b-ad0f-02f10efe0d3a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c66b9017-de30-4a57-ad50-522504ec2e18",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "217e3b84-1660-48aa-ac52-638cfc235584",
"CreateDate": "2026-09-12T09:20:12.3141586-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-12T09:20:12.3141586-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8b664843-e6d1-46f1-8af7-f4c7e4f7743e",
"FieldId": "27e2acff-d1a9-45ad-852f-42718395e609",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8b664843-e6d1-46f1-8af7-f4c7e4f7743e",
"FieldId": "27e2acff-d1a9-45ad-852f-42718395e609",
"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": "ec52d649-3287-4dd3-9ca4-e162d90fe409",
"Section": {
"FormTypeSectionId": "134b7d86-b806-4430-9545-c643094e6844",
"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": "aee1525f-c68b-444b-ad0f-02f10efe0d3a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c66b9017-de30-4a57-ad50-522504ec2e18",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "217e3b84-1660-48aa-ac52-638cfc235584",
"CreateDate": "2026-09-12T09:20:12.3141586-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-12T09:20:12.3141586-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8b664843-e6d1-46f1-8af7-f4c7e4f7743e",
"FieldId": "27e2acff-d1a9-45ad-852f-42718395e609",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8b664843-e6d1-46f1-8af7-f4c7e4f7743e",
"FieldId": "27e2acff-d1a9-45ad-852f-42718395e609",
"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": "1302b1fe-1ba9-40e6-98b5-ad391d02bf61",
"CreateDate": "2026-09-12T09:20:12.3141586-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-12T09:20:12.3141586-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-09-12T09:20:12.3141586-07:00",
"Location": "sample string 1",
"TaskId": "6a698148-8cdb-4999-a79b-b2367975298a",
"Values": [
{
"FormFieldValueId": "14b23512-ce41-4178-94c9-328e17c7a806",
"FormId": "b57dfa4a-ab98-4f15-a062-cce1177471ce",
"FormTypeField": {
"FormTypeFieldId": "ec52d649-3287-4dd3-9ca4-e162d90fe409",
"FormType": {
"FormTypeId": "3e5d6736-fff5-450a-850e-dbb8da0e827d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "21065cea-07d2-4ddb-8a06-7a796e9aa8aa",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e192403e-82e2-47e2-b49e-6f7f099099b0",
"CreateDate": "2026-09-12T09:20:12.2984681-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-12T09:20:12.2984681-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-12T09:20:12.2984681-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1302b1fe-1ba9-40e6-98b5-ad391d02bf61",
"CreateDate": "2026-09-12T09:20:12.3141586-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-12T09:20:12.3141586-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "134b7d86-b806-4430-9545-c643094e6844",
"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": "aee1525f-c68b-444b-ad0f-02f10efe0d3a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c66b9017-de30-4a57-ad50-522504ec2e18",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "217e3b84-1660-48aa-ac52-638cfc235584",
"CreateDate": "2026-09-12T09:20:12.3141586-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-12T09:20:12.3141586-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8b664843-e6d1-46f1-8af7-f4c7e4f7743e",
"FieldId": "27e2acff-d1a9-45ad-852f-42718395e609",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8b664843-e6d1-46f1-8af7-f4c7e4f7743e",
"FieldId": "27e2acff-d1a9-45ad-852f-42718395e609",
"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": "14b23512-ce41-4178-94c9-328e17c7a806",
"FormId": "b57dfa4a-ab98-4f15-a062-cce1177471ce",
"FormTypeField": {
"FormTypeFieldId": "ec52d649-3287-4dd3-9ca4-e162d90fe409",
"FormType": {
"FormTypeId": "3e5d6736-fff5-450a-850e-dbb8da0e827d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "21065cea-07d2-4ddb-8a06-7a796e9aa8aa",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e192403e-82e2-47e2-b49e-6f7f099099b0",
"CreateDate": "2026-09-12T09:20:12.2984681-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-12T09:20:12.2984681-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-12T09:20:12.2984681-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1302b1fe-1ba9-40e6-98b5-ad391d02bf61",
"CreateDate": "2026-09-12T09:20:12.3141586-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-12T09:20:12.3141586-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "134b7d86-b806-4430-9545-c643094e6844",
"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": "aee1525f-c68b-444b-ad0f-02f10efe0d3a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c66b9017-de30-4a57-ad50-522504ec2e18",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "217e3b84-1660-48aa-ac52-638cfc235584",
"CreateDate": "2026-09-12T09:20:12.3141586-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-12T09:20:12.3141586-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "8b664843-e6d1-46f1-8af7-f4c7e4f7743e",
"FieldId": "27e2acff-d1a9-45ad-852f-42718395e609",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "8b664843-e6d1-46f1-8af7-f4c7e4f7743e",
"FieldId": "27e2acff-d1a9-45ad-852f-42718395e609",
"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": "0eee8b89-71f1-497a-8dc8-746a972a59e9",
"CreateDate": "2026-09-12T09:20:12.3141586-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-12T09:20:12.3141586-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}