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": "ed1a8d1e-bd1a-4707-a196-de9e6e44da74",
"Asset": {
"AssetId": "d999b8d6-5edc-4e86-b4c8-415a4887d192",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "8239b2ad-2e62-464b-a339-1d40b0bf60bc",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "6b019f9f-c9b2-4f80-bcc4-05ca73eb6218",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "ea081857-fb07-4be6-82d1-b5d69c25836f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-19T08:29:22.7214442-07:00",
"MeasurementValueNeededDate": "2026-08-19T08:29:22.7214442-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2c6b049c-8155-4762-95e1-ad15a84cf89a",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-19T08:29:22.7214442-07:00",
"MeasurementValueNeededDate": "2026-08-19T08:29:22.7214442-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "96a7d31d-ac1d-42d1-9aa0-a3fba46911c2",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "8aacff20-f184-4e45-8087-abc391a15d5e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "8239b2ad-2e62-464b-a339-1d40b0bf60bc",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "6b019f9f-c9b2-4f80-bcc4-05ca73eb6218",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-19T08:29:22.7214442-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "493fd12d-f015-49ac-a4fc-fb4b3b0c0e4f",
"Section": {
"FormTypeSectionId": "fe4b47ed-1d2a-410d-a695-578edbb5d402",
"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": "341cca00-67dd-4d46-afd0-ed4561a0d960",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7d3a58ff-7ce9-4a98-8fb7-57a74d9ca624",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0cb6eb8e-454b-4340-b42e-18b52a04ea9e",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "86549785-88c6-4eae-8ea6-cbb78b68581e",
"FieldId": "5f4ab1e5-93a5-49ea-93c2-bb8135b33652",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "86549785-88c6-4eae-8ea6-cbb78b68581e",
"FieldId": "5f4ab1e5-93a5-49ea-93c2-bb8135b33652",
"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": "493fd12d-f015-49ac-a4fc-fb4b3b0c0e4f",
"Section": {
"FormTypeSectionId": "fe4b47ed-1d2a-410d-a695-578edbb5d402",
"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": "341cca00-67dd-4d46-afd0-ed4561a0d960",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7d3a58ff-7ce9-4a98-8fb7-57a74d9ca624",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0cb6eb8e-454b-4340-b42e-18b52a04ea9e",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "86549785-88c6-4eae-8ea6-cbb78b68581e",
"FieldId": "5f4ab1e5-93a5-49ea-93c2-bb8135b33652",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "86549785-88c6-4eae-8ea6-cbb78b68581e",
"FieldId": "5f4ab1e5-93a5-49ea-93c2-bb8135b33652",
"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": "61b2e87f-d767-459a-b693-1bd031c0bdba",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-08-19T08:29:22.7214442-07:00",
"Location": "sample string 1",
"TaskId": "435e6405-a16f-42cf-a4ca-173b9cdedf63",
"Values": [
{
"FormFieldValueId": "1946d544-ae35-4778-ba1c-4706b514cd3b",
"FormId": "15a3c314-fb7a-44d0-b40c-f2412bdee0a6",
"FormTypeField": {
"FormTypeFieldId": "493fd12d-f015-49ac-a4fc-fb4b3b0c0e4f",
"FormType": {
"FormTypeId": "8aacff20-f184-4e45-8087-abc391a15d5e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "8239b2ad-2e62-464b-a339-1d40b0bf60bc",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "6b019f9f-c9b2-4f80-bcc4-05ca73eb6218",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-19T08:29:22.7214442-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "61b2e87f-d767-459a-b693-1bd031c0bdba",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "fe4b47ed-1d2a-410d-a695-578edbb5d402",
"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": "341cca00-67dd-4d46-afd0-ed4561a0d960",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7d3a58ff-7ce9-4a98-8fb7-57a74d9ca624",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0cb6eb8e-454b-4340-b42e-18b52a04ea9e",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "86549785-88c6-4eae-8ea6-cbb78b68581e",
"FieldId": "5f4ab1e5-93a5-49ea-93c2-bb8135b33652",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "86549785-88c6-4eae-8ea6-cbb78b68581e",
"FieldId": "5f4ab1e5-93a5-49ea-93c2-bb8135b33652",
"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": "1946d544-ae35-4778-ba1c-4706b514cd3b",
"FormId": "15a3c314-fb7a-44d0-b40c-f2412bdee0a6",
"FormTypeField": {
"FormTypeFieldId": "493fd12d-f015-49ac-a4fc-fb4b3b0c0e4f",
"FormType": {
"FormTypeId": "8aacff20-f184-4e45-8087-abc391a15d5e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "8239b2ad-2e62-464b-a339-1d40b0bf60bc",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "6b019f9f-c9b2-4f80-bcc4-05ca73eb6218",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-19T08:29:22.7214442-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "61b2e87f-d767-459a-b693-1bd031c0bdba",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "fe4b47ed-1d2a-410d-a695-578edbb5d402",
"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": "341cca00-67dd-4d46-afd0-ed4561a0d960",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7d3a58ff-7ce9-4a98-8fb7-57a74d9ca624",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0cb6eb8e-454b-4340-b42e-18b52a04ea9e",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "86549785-88c6-4eae-8ea6-cbb78b68581e",
"FieldId": "5f4ab1e5-93a5-49ea-93c2-bb8135b33652",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "86549785-88c6-4eae-8ea6-cbb78b68581e",
"FieldId": "5f4ab1e5-93a5-49ea-93c2-bb8135b33652",
"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": "8b285637-697e-475a-b90c-6f08ebfc7332",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "ed1a8d1e-bd1a-4707-a196-de9e6e44da74",
"Asset": {
"AssetId": "d999b8d6-5edc-4e86-b4c8-415a4887d192",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "8239b2ad-2e62-464b-a339-1d40b0bf60bc",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "6b019f9f-c9b2-4f80-bcc4-05ca73eb6218",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "ea081857-fb07-4be6-82d1-b5d69c25836f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-19T08:29:22.7214442-07:00",
"MeasurementValueNeededDate": "2026-08-19T08:29:22.7214442-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2c6b049c-8155-4762-95e1-ad15a84cf89a",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-19T08:29:22.7214442-07:00",
"MeasurementValueNeededDate": "2026-08-19T08:29:22.7214442-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "96a7d31d-ac1d-42d1-9aa0-a3fba46911c2",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "8aacff20-f184-4e45-8087-abc391a15d5e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "8239b2ad-2e62-464b-a339-1d40b0bf60bc",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "6b019f9f-c9b2-4f80-bcc4-05ca73eb6218",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-19T08:29:22.7214442-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "493fd12d-f015-49ac-a4fc-fb4b3b0c0e4f",
"Section": {
"FormTypeSectionId": "fe4b47ed-1d2a-410d-a695-578edbb5d402",
"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": "341cca00-67dd-4d46-afd0-ed4561a0d960",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7d3a58ff-7ce9-4a98-8fb7-57a74d9ca624",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0cb6eb8e-454b-4340-b42e-18b52a04ea9e",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "86549785-88c6-4eae-8ea6-cbb78b68581e",
"FieldId": "5f4ab1e5-93a5-49ea-93c2-bb8135b33652",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "86549785-88c6-4eae-8ea6-cbb78b68581e",
"FieldId": "5f4ab1e5-93a5-49ea-93c2-bb8135b33652",
"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": "493fd12d-f015-49ac-a4fc-fb4b3b0c0e4f",
"Section": {
"FormTypeSectionId": "fe4b47ed-1d2a-410d-a695-578edbb5d402",
"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": "341cca00-67dd-4d46-afd0-ed4561a0d960",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7d3a58ff-7ce9-4a98-8fb7-57a74d9ca624",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0cb6eb8e-454b-4340-b42e-18b52a04ea9e",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "86549785-88c6-4eae-8ea6-cbb78b68581e",
"FieldId": "5f4ab1e5-93a5-49ea-93c2-bb8135b33652",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "86549785-88c6-4eae-8ea6-cbb78b68581e",
"FieldId": "5f4ab1e5-93a5-49ea-93c2-bb8135b33652",
"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": "61b2e87f-d767-459a-b693-1bd031c0bdba",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-08-19T08:29:22.7214442-07:00",
"Location": "sample string 1",
"TaskId": "435e6405-a16f-42cf-a4ca-173b9cdedf63",
"Values": [
{
"FormFieldValueId": "1946d544-ae35-4778-ba1c-4706b514cd3b",
"FormId": "15a3c314-fb7a-44d0-b40c-f2412bdee0a6",
"FormTypeField": {
"FormTypeFieldId": "493fd12d-f015-49ac-a4fc-fb4b3b0c0e4f",
"FormType": {
"FormTypeId": "8aacff20-f184-4e45-8087-abc391a15d5e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "8239b2ad-2e62-464b-a339-1d40b0bf60bc",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "6b019f9f-c9b2-4f80-bcc4-05ca73eb6218",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-19T08:29:22.7214442-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "61b2e87f-d767-459a-b693-1bd031c0bdba",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "fe4b47ed-1d2a-410d-a695-578edbb5d402",
"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": "341cca00-67dd-4d46-afd0-ed4561a0d960",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7d3a58ff-7ce9-4a98-8fb7-57a74d9ca624",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0cb6eb8e-454b-4340-b42e-18b52a04ea9e",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "86549785-88c6-4eae-8ea6-cbb78b68581e",
"FieldId": "5f4ab1e5-93a5-49ea-93c2-bb8135b33652",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "86549785-88c6-4eae-8ea6-cbb78b68581e",
"FieldId": "5f4ab1e5-93a5-49ea-93c2-bb8135b33652",
"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": "1946d544-ae35-4778-ba1c-4706b514cd3b",
"FormId": "15a3c314-fb7a-44d0-b40c-f2412bdee0a6",
"FormTypeField": {
"FormTypeFieldId": "493fd12d-f015-49ac-a4fc-fb4b3b0c0e4f",
"FormType": {
"FormTypeId": "8aacff20-f184-4e45-8087-abc391a15d5e",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "8239b2ad-2e62-464b-a339-1d40b0bf60bc",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "6b019f9f-c9b2-4f80-bcc4-05ca73eb6218",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-19T08:29:22.7214442-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "61b2e87f-d767-459a-b693-1bd031c0bdba",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "fe4b47ed-1d2a-410d-a695-578edbb5d402",
"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": "341cca00-67dd-4d46-afd0-ed4561a0d960",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7d3a58ff-7ce9-4a98-8fb7-57a74d9ca624",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "0cb6eb8e-454b-4340-b42e-18b52a04ea9e",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "86549785-88c6-4eae-8ea6-cbb78b68581e",
"FieldId": "5f4ab1e5-93a5-49ea-93c2-bb8135b33652",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "86549785-88c6-4eae-8ea6-cbb78b68581e",
"FieldId": "5f4ab1e5-93a5-49ea-93c2-bb8135b33652",
"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": "8b285637-697e-475a-b90c-6f08ebfc7332",
"CreateDate": "2026-08-19T08:29:22.7214442-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-19T08:29:22.7214442-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}