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": "eb127bfa-4944-4a1d-baa4-471bd1f63a9b",
"Asset": {
"AssetId": "bfb906e8-8172-479b-a5b5-e0076803fdb5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "a0646f5d-55fb-4977-b38f-c7467354220a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e58f2ba7-c35c-4790-8aeb-439080e1b95e",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "01634291-fc24-4fa5-bd75-c146e92b0669",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-02T23:55:17.5295438-07:00",
"MeasurementValueNeededDate": "2026-09-02T23:55:17.5295438-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "223e67ec-295e-4e5b-912f-e70e829e337b",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-02T23:55:17.5295438-07:00",
"MeasurementValueNeededDate": "2026-09-02T23:55:17.5295438-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "9771fad2-ea07-4674-9912-f85129cf2073",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "c8a7989c-d29f-43c7-9a04-f9a471d78434",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a0646f5d-55fb-4977-b38f-c7467354220a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e58f2ba7-c35c-4790-8aeb-439080e1b95e",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-02T23:55:17.5295438-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "c6c8461f-0e4b-4a5b-b527-c4ed4d1e312c",
"Section": {
"FormTypeSectionId": "004a0fac-2ef2-40be-8bd4-eea7a7e74077",
"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": "d789202d-d6cf-4d47-b894-91a1dbedd6aa",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "1bcff294-effa-4956-85a1-a34565a020f0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1ad45809-afbc-4d60-9853-5206f40955d1",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "aa988f57-d3cb-4c7d-a8dc-b52e9309a3f4",
"FieldId": "9eb782d9-b9fd-4ed5-9d21-ceaafdec4aa0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "aa988f57-d3cb-4c7d-a8dc-b52e9309a3f4",
"FieldId": "9eb782d9-b9fd-4ed5-9d21-ceaafdec4aa0",
"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": "c6c8461f-0e4b-4a5b-b527-c4ed4d1e312c",
"Section": {
"FormTypeSectionId": "004a0fac-2ef2-40be-8bd4-eea7a7e74077",
"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": "d789202d-d6cf-4d47-b894-91a1dbedd6aa",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "1bcff294-effa-4956-85a1-a34565a020f0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1ad45809-afbc-4d60-9853-5206f40955d1",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "aa988f57-d3cb-4c7d-a8dc-b52e9309a3f4",
"FieldId": "9eb782d9-b9fd-4ed5-9d21-ceaafdec4aa0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "aa988f57-d3cb-4c7d-a8dc-b52e9309a3f4",
"FieldId": "9eb782d9-b9fd-4ed5-9d21-ceaafdec4aa0",
"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": "b7355da9-e055-4f3b-bc67-0c0b47e61a85",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-09-02T23:55:17.5295438-07:00",
"Location": "sample string 1",
"TaskId": "31e4150e-074b-4358-8d5a-379838c4ca66",
"Values": [
{
"FormFieldValueId": "e5e8cf5f-4789-4dec-bc5a-ad0ab9b6f546",
"FormId": "3b733290-7c6c-471f-ace0-8da3a9bba02f",
"FormTypeField": {
"FormTypeFieldId": "c6c8461f-0e4b-4a5b-b527-c4ed4d1e312c",
"FormType": {
"FormTypeId": "c8a7989c-d29f-43c7-9a04-f9a471d78434",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a0646f5d-55fb-4977-b38f-c7467354220a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e58f2ba7-c35c-4790-8aeb-439080e1b95e",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-02T23:55:17.5295438-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "b7355da9-e055-4f3b-bc67-0c0b47e61a85",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "004a0fac-2ef2-40be-8bd4-eea7a7e74077",
"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": "d789202d-d6cf-4d47-b894-91a1dbedd6aa",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "1bcff294-effa-4956-85a1-a34565a020f0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1ad45809-afbc-4d60-9853-5206f40955d1",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "aa988f57-d3cb-4c7d-a8dc-b52e9309a3f4",
"FieldId": "9eb782d9-b9fd-4ed5-9d21-ceaafdec4aa0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "aa988f57-d3cb-4c7d-a8dc-b52e9309a3f4",
"FieldId": "9eb782d9-b9fd-4ed5-9d21-ceaafdec4aa0",
"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": "e5e8cf5f-4789-4dec-bc5a-ad0ab9b6f546",
"FormId": "3b733290-7c6c-471f-ace0-8da3a9bba02f",
"FormTypeField": {
"FormTypeFieldId": "c6c8461f-0e4b-4a5b-b527-c4ed4d1e312c",
"FormType": {
"FormTypeId": "c8a7989c-d29f-43c7-9a04-f9a471d78434",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a0646f5d-55fb-4977-b38f-c7467354220a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e58f2ba7-c35c-4790-8aeb-439080e1b95e",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-02T23:55:17.5295438-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "b7355da9-e055-4f3b-bc67-0c0b47e61a85",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "004a0fac-2ef2-40be-8bd4-eea7a7e74077",
"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": "d789202d-d6cf-4d47-b894-91a1dbedd6aa",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "1bcff294-effa-4956-85a1-a34565a020f0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1ad45809-afbc-4d60-9853-5206f40955d1",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "aa988f57-d3cb-4c7d-a8dc-b52e9309a3f4",
"FieldId": "9eb782d9-b9fd-4ed5-9d21-ceaafdec4aa0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "aa988f57-d3cb-4c7d-a8dc-b52e9309a3f4",
"FieldId": "9eb782d9-b9fd-4ed5-9d21-ceaafdec4aa0",
"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": "6d9fdb51-4da1-448d-b897-6d84c51c3eaa",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "eb127bfa-4944-4a1d-baa4-471bd1f63a9b",
"Asset": {
"AssetId": "bfb906e8-8172-479b-a5b5-e0076803fdb5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "a0646f5d-55fb-4977-b38f-c7467354220a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e58f2ba7-c35c-4790-8aeb-439080e1b95e",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "01634291-fc24-4fa5-bd75-c146e92b0669",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-02T23:55:17.5295438-07:00",
"MeasurementValueNeededDate": "2026-09-02T23:55:17.5295438-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "223e67ec-295e-4e5b-912f-e70e829e337b",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-02T23:55:17.5295438-07:00",
"MeasurementValueNeededDate": "2026-09-02T23:55:17.5295438-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "9771fad2-ea07-4674-9912-f85129cf2073",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "c8a7989c-d29f-43c7-9a04-f9a471d78434",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a0646f5d-55fb-4977-b38f-c7467354220a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e58f2ba7-c35c-4790-8aeb-439080e1b95e",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-02T23:55:17.5295438-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "c6c8461f-0e4b-4a5b-b527-c4ed4d1e312c",
"Section": {
"FormTypeSectionId": "004a0fac-2ef2-40be-8bd4-eea7a7e74077",
"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": "d789202d-d6cf-4d47-b894-91a1dbedd6aa",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "1bcff294-effa-4956-85a1-a34565a020f0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1ad45809-afbc-4d60-9853-5206f40955d1",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "aa988f57-d3cb-4c7d-a8dc-b52e9309a3f4",
"FieldId": "9eb782d9-b9fd-4ed5-9d21-ceaafdec4aa0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "aa988f57-d3cb-4c7d-a8dc-b52e9309a3f4",
"FieldId": "9eb782d9-b9fd-4ed5-9d21-ceaafdec4aa0",
"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": "c6c8461f-0e4b-4a5b-b527-c4ed4d1e312c",
"Section": {
"FormTypeSectionId": "004a0fac-2ef2-40be-8bd4-eea7a7e74077",
"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": "d789202d-d6cf-4d47-b894-91a1dbedd6aa",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "1bcff294-effa-4956-85a1-a34565a020f0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1ad45809-afbc-4d60-9853-5206f40955d1",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "aa988f57-d3cb-4c7d-a8dc-b52e9309a3f4",
"FieldId": "9eb782d9-b9fd-4ed5-9d21-ceaafdec4aa0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "aa988f57-d3cb-4c7d-a8dc-b52e9309a3f4",
"FieldId": "9eb782d9-b9fd-4ed5-9d21-ceaafdec4aa0",
"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": "b7355da9-e055-4f3b-bc67-0c0b47e61a85",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-09-02T23:55:17.5295438-07:00",
"Location": "sample string 1",
"TaskId": "31e4150e-074b-4358-8d5a-379838c4ca66",
"Values": [
{
"FormFieldValueId": "e5e8cf5f-4789-4dec-bc5a-ad0ab9b6f546",
"FormId": "3b733290-7c6c-471f-ace0-8da3a9bba02f",
"FormTypeField": {
"FormTypeFieldId": "c6c8461f-0e4b-4a5b-b527-c4ed4d1e312c",
"FormType": {
"FormTypeId": "c8a7989c-d29f-43c7-9a04-f9a471d78434",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a0646f5d-55fb-4977-b38f-c7467354220a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e58f2ba7-c35c-4790-8aeb-439080e1b95e",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-02T23:55:17.5295438-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "b7355da9-e055-4f3b-bc67-0c0b47e61a85",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "004a0fac-2ef2-40be-8bd4-eea7a7e74077",
"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": "d789202d-d6cf-4d47-b894-91a1dbedd6aa",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "1bcff294-effa-4956-85a1-a34565a020f0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1ad45809-afbc-4d60-9853-5206f40955d1",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "aa988f57-d3cb-4c7d-a8dc-b52e9309a3f4",
"FieldId": "9eb782d9-b9fd-4ed5-9d21-ceaafdec4aa0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "aa988f57-d3cb-4c7d-a8dc-b52e9309a3f4",
"FieldId": "9eb782d9-b9fd-4ed5-9d21-ceaafdec4aa0",
"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": "e5e8cf5f-4789-4dec-bc5a-ad0ab9b6f546",
"FormId": "3b733290-7c6c-471f-ace0-8da3a9bba02f",
"FormTypeField": {
"FormTypeFieldId": "c6c8461f-0e4b-4a5b-b527-c4ed4d1e312c",
"FormType": {
"FormTypeId": "c8a7989c-d29f-43c7-9a04-f9a471d78434",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "a0646f5d-55fb-4977-b38f-c7467354220a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e58f2ba7-c35c-4790-8aeb-439080e1b95e",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-09-02T23:55:17.5295438-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "b7355da9-e055-4f3b-bc67-0c0b47e61a85",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "004a0fac-2ef2-40be-8bd4-eea7a7e74077",
"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": "d789202d-d6cf-4d47-b894-91a1dbedd6aa",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "1bcff294-effa-4956-85a1-a34565a020f0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1ad45809-afbc-4d60-9853-5206f40955d1",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "aa988f57-d3cb-4c7d-a8dc-b52e9309a3f4",
"FieldId": "9eb782d9-b9fd-4ed5-9d21-ceaafdec4aa0",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "aa988f57-d3cb-4c7d-a8dc-b52e9309a3f4",
"FieldId": "9eb782d9-b9fd-4ed5-9d21-ceaafdec4aa0",
"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": "6d9fdb51-4da1-448d-b897-6d84c51c3eaa",
"CreateDate": "2026-09-02T23:55:17.5295438-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-02T23:55:17.5295438-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}