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": "647f9252-42cd-44d8-be22-7f4fd63f641a",
"Asset": {
"AssetId": "8084e1d2-b435-4859-8025-2e6ffcdf3eb4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "d8e5934b-1a57-408c-af15-d5274f9cea88",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fbd8c044-a2a9-40f5-aa00-19dfc123bc40",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "db262e12-bbf9-44f2-96e9-ad98cd63a76a",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-16T09:20:26.5022547-07:00",
"MeasurementValueNeededDate": "2026-06-16T09:20:26.5022547-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b8d4e99a-ee5c-4784-9086-9ad02299a1c4",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-16T09:20:26.5022547-07:00",
"MeasurementValueNeededDate": "2026-06-16T09:20:26.5022547-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d4c0281b-775a-4b88-9857-c34fb2b41114",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "83be2ef1-46e7-4721-9085-d03f9aff7e07",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d8e5934b-1a57-408c-af15-d5274f9cea88",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fbd8c044-a2a9-40f5-aa00-19dfc123bc40",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-16T09:20:26.5022547-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "7ca8b056-066a-481a-8943-b70d23a38ac0",
"Section": {
"FormTypeSectionId": "1b18fa48-8632-4bf2-917a-cffd7ac06376",
"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": "214e0812-332e-4179-93f1-e59625c81df6",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e723ba85-79c7-4f93-989f-f46e56e53ae2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8bb6491c-1458-414c-960e-096c5960f91e",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "09f38b60-baac-4359-bf0b-7e4ec5fcb011",
"FieldId": "796b7243-71b3-44eb-b67f-7211f4ccc2ae",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "09f38b60-baac-4359-bf0b-7e4ec5fcb011",
"FieldId": "796b7243-71b3-44eb-b67f-7211f4ccc2ae",
"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": "7ca8b056-066a-481a-8943-b70d23a38ac0",
"Section": {
"FormTypeSectionId": "1b18fa48-8632-4bf2-917a-cffd7ac06376",
"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": "214e0812-332e-4179-93f1-e59625c81df6",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e723ba85-79c7-4f93-989f-f46e56e53ae2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8bb6491c-1458-414c-960e-096c5960f91e",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "09f38b60-baac-4359-bf0b-7e4ec5fcb011",
"FieldId": "796b7243-71b3-44eb-b67f-7211f4ccc2ae",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "09f38b60-baac-4359-bf0b-7e4ec5fcb011",
"FieldId": "796b7243-71b3-44eb-b67f-7211f4ccc2ae",
"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": "049252dc-646c-433c-89de-6a8e4e283289",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-06-16T09:20:26.5022547-07:00",
"Location": "sample string 1",
"TaskId": "b1f70925-1cf2-4944-b84c-6bd50e9a5150",
"Values": [
{
"FormFieldValueId": "6fb3a554-646f-4948-a264-0feaaf021142",
"FormId": "505c3eb6-4376-427d-ade9-123e950d5b89",
"FormTypeField": {
"FormTypeFieldId": "7ca8b056-066a-481a-8943-b70d23a38ac0",
"FormType": {
"FormTypeId": "83be2ef1-46e7-4721-9085-d03f9aff7e07",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d8e5934b-1a57-408c-af15-d5274f9cea88",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fbd8c044-a2a9-40f5-aa00-19dfc123bc40",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-16T09:20:26.5022547-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "049252dc-646c-433c-89de-6a8e4e283289",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "1b18fa48-8632-4bf2-917a-cffd7ac06376",
"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": "214e0812-332e-4179-93f1-e59625c81df6",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e723ba85-79c7-4f93-989f-f46e56e53ae2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8bb6491c-1458-414c-960e-096c5960f91e",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "09f38b60-baac-4359-bf0b-7e4ec5fcb011",
"FieldId": "796b7243-71b3-44eb-b67f-7211f4ccc2ae",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "09f38b60-baac-4359-bf0b-7e4ec5fcb011",
"FieldId": "796b7243-71b3-44eb-b67f-7211f4ccc2ae",
"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": "6fb3a554-646f-4948-a264-0feaaf021142",
"FormId": "505c3eb6-4376-427d-ade9-123e950d5b89",
"FormTypeField": {
"FormTypeFieldId": "7ca8b056-066a-481a-8943-b70d23a38ac0",
"FormType": {
"FormTypeId": "83be2ef1-46e7-4721-9085-d03f9aff7e07",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d8e5934b-1a57-408c-af15-d5274f9cea88",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fbd8c044-a2a9-40f5-aa00-19dfc123bc40",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-16T09:20:26.5022547-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "049252dc-646c-433c-89de-6a8e4e283289",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "1b18fa48-8632-4bf2-917a-cffd7ac06376",
"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": "214e0812-332e-4179-93f1-e59625c81df6",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e723ba85-79c7-4f93-989f-f46e56e53ae2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8bb6491c-1458-414c-960e-096c5960f91e",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "09f38b60-baac-4359-bf0b-7e4ec5fcb011",
"FieldId": "796b7243-71b3-44eb-b67f-7211f4ccc2ae",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "09f38b60-baac-4359-bf0b-7e4ec5fcb011",
"FieldId": "796b7243-71b3-44eb-b67f-7211f4ccc2ae",
"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": "778f6f9a-40ef-4f10-b996-ae62ac75aa01",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "647f9252-42cd-44d8-be22-7f4fd63f641a",
"Asset": {
"AssetId": "8084e1d2-b435-4859-8025-2e6ffcdf3eb4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "d8e5934b-1a57-408c-af15-d5274f9cea88",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fbd8c044-a2a9-40f5-aa00-19dfc123bc40",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "db262e12-bbf9-44f2-96e9-ad98cd63a76a",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-16T09:20:26.5022547-07:00",
"MeasurementValueNeededDate": "2026-06-16T09:20:26.5022547-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b8d4e99a-ee5c-4784-9086-9ad02299a1c4",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-16T09:20:26.5022547-07:00",
"MeasurementValueNeededDate": "2026-06-16T09:20:26.5022547-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d4c0281b-775a-4b88-9857-c34fb2b41114",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "83be2ef1-46e7-4721-9085-d03f9aff7e07",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d8e5934b-1a57-408c-af15-d5274f9cea88",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fbd8c044-a2a9-40f5-aa00-19dfc123bc40",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-16T09:20:26.5022547-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "7ca8b056-066a-481a-8943-b70d23a38ac0",
"Section": {
"FormTypeSectionId": "1b18fa48-8632-4bf2-917a-cffd7ac06376",
"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": "214e0812-332e-4179-93f1-e59625c81df6",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e723ba85-79c7-4f93-989f-f46e56e53ae2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8bb6491c-1458-414c-960e-096c5960f91e",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "09f38b60-baac-4359-bf0b-7e4ec5fcb011",
"FieldId": "796b7243-71b3-44eb-b67f-7211f4ccc2ae",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "09f38b60-baac-4359-bf0b-7e4ec5fcb011",
"FieldId": "796b7243-71b3-44eb-b67f-7211f4ccc2ae",
"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": "7ca8b056-066a-481a-8943-b70d23a38ac0",
"Section": {
"FormTypeSectionId": "1b18fa48-8632-4bf2-917a-cffd7ac06376",
"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": "214e0812-332e-4179-93f1-e59625c81df6",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e723ba85-79c7-4f93-989f-f46e56e53ae2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8bb6491c-1458-414c-960e-096c5960f91e",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "09f38b60-baac-4359-bf0b-7e4ec5fcb011",
"FieldId": "796b7243-71b3-44eb-b67f-7211f4ccc2ae",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "09f38b60-baac-4359-bf0b-7e4ec5fcb011",
"FieldId": "796b7243-71b3-44eb-b67f-7211f4ccc2ae",
"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": "049252dc-646c-433c-89de-6a8e4e283289",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-06-16T09:20:26.5022547-07:00",
"Location": "sample string 1",
"TaskId": "b1f70925-1cf2-4944-b84c-6bd50e9a5150",
"Values": [
{
"FormFieldValueId": "6fb3a554-646f-4948-a264-0feaaf021142",
"FormId": "505c3eb6-4376-427d-ade9-123e950d5b89",
"FormTypeField": {
"FormTypeFieldId": "7ca8b056-066a-481a-8943-b70d23a38ac0",
"FormType": {
"FormTypeId": "83be2ef1-46e7-4721-9085-d03f9aff7e07",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d8e5934b-1a57-408c-af15-d5274f9cea88",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fbd8c044-a2a9-40f5-aa00-19dfc123bc40",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-16T09:20:26.5022547-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "049252dc-646c-433c-89de-6a8e4e283289",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "1b18fa48-8632-4bf2-917a-cffd7ac06376",
"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": "214e0812-332e-4179-93f1-e59625c81df6",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e723ba85-79c7-4f93-989f-f46e56e53ae2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8bb6491c-1458-414c-960e-096c5960f91e",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "09f38b60-baac-4359-bf0b-7e4ec5fcb011",
"FieldId": "796b7243-71b3-44eb-b67f-7211f4ccc2ae",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "09f38b60-baac-4359-bf0b-7e4ec5fcb011",
"FieldId": "796b7243-71b3-44eb-b67f-7211f4ccc2ae",
"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": "6fb3a554-646f-4948-a264-0feaaf021142",
"FormId": "505c3eb6-4376-427d-ade9-123e950d5b89",
"FormTypeField": {
"FormTypeFieldId": "7ca8b056-066a-481a-8943-b70d23a38ac0",
"FormType": {
"FormTypeId": "83be2ef1-46e7-4721-9085-d03f9aff7e07",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "d8e5934b-1a57-408c-af15-d5274f9cea88",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "fbd8c044-a2a9-40f5-aa00-19dfc123bc40",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-16T09:20:26.5022547-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "049252dc-646c-433c-89de-6a8e4e283289",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "1b18fa48-8632-4bf2-917a-cffd7ac06376",
"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": "214e0812-332e-4179-93f1-e59625c81df6",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "e723ba85-79c7-4f93-989f-f46e56e53ae2",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8bb6491c-1458-414c-960e-096c5960f91e",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "09f38b60-baac-4359-bf0b-7e4ec5fcb011",
"FieldId": "796b7243-71b3-44eb-b67f-7211f4ccc2ae",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "09f38b60-baac-4359-bf0b-7e4ec5fcb011",
"FieldId": "796b7243-71b3-44eb-b67f-7211f4ccc2ae",
"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": "778f6f9a-40ef-4f10-b996-ae62ac75aa01",
"CreateDate": "2026-06-16T09:20:26.5022547-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-16T09:20:26.5022547-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}