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": "9492fe92-5e1f-4a82-bd22-dfa36412cfbb",
"Asset": {
"AssetId": "4d9f5471-dde2-4e06-947f-885fd8572d84",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "b5f03b35-4051-4ca2-bbe6-61d7e7ec5aa7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0ee49a97-642f-4d83-a5d7-6046d202f599",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "c97a72a3-7d5f-4162-989a-f52a981d5c78",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-09T12:40:54.7080178-07:00",
"MeasurementValueNeededDate": "2026-04-09T12:40:54.7080178-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "058ddfbc-11a2-4e97-be26-4cde2a1c2f9d",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-09T12:40:54.7080178-07:00",
"MeasurementValueNeededDate": "2026-04-09T12:40:54.7080178-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "9014df54-61c5-458e-a12e-d62ea9c98c5d",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "89d378a1-e8e4-4ede-93f8-4da638ebbea0",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b5f03b35-4051-4ca2-bbe6-61d7e7ec5aa7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0ee49a97-642f-4d83-a5d7-6046d202f599",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-09T12:40:54.7080178-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "b15e3ace-7f45-4f16-a6f1-095d9a6320f5",
"Section": {
"FormTypeSectionId": "f1bcf632-8508-4ac9-9551-0cceb70c071d",
"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": "48b57ef4-7d75-42bb-9d45-5b5690ec0589",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3b6afb9e-fa42-4f65-abc0-ab67a69f8368",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ff807d5f-994d-40ae-931b-91635138de19",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "27e3bfc6-0c2b-4530-922e-9150ef05f69a",
"FieldId": "213cf6e9-231e-4af5-9d3f-a8b445be055c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "27e3bfc6-0c2b-4530-922e-9150ef05f69a",
"FieldId": "213cf6e9-231e-4af5-9d3f-a8b445be055c",
"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": "b15e3ace-7f45-4f16-a6f1-095d9a6320f5",
"Section": {
"FormTypeSectionId": "f1bcf632-8508-4ac9-9551-0cceb70c071d",
"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": "48b57ef4-7d75-42bb-9d45-5b5690ec0589",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3b6afb9e-fa42-4f65-abc0-ab67a69f8368",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ff807d5f-994d-40ae-931b-91635138de19",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "27e3bfc6-0c2b-4530-922e-9150ef05f69a",
"FieldId": "213cf6e9-231e-4af5-9d3f-a8b445be055c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "27e3bfc6-0c2b-4530-922e-9150ef05f69a",
"FieldId": "213cf6e9-231e-4af5-9d3f-a8b445be055c",
"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": "54ce2efd-5f5a-454e-90ef-1470ea09c210",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-04-09T12:40:54.7080178-07:00",
"Location": "sample string 1",
"TaskId": "a55c9b2a-db0a-4f48-be63-2233e137a208",
"Values": [
{
"FormFieldValueId": "dbb5f8a1-7b43-491b-affd-046577ab345f",
"FormId": "276bed16-4af4-4ec8-9c67-5c426e22a0e8",
"FormTypeField": {
"FormTypeFieldId": "b15e3ace-7f45-4f16-a6f1-095d9a6320f5",
"FormType": {
"FormTypeId": "89d378a1-e8e4-4ede-93f8-4da638ebbea0",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b5f03b35-4051-4ca2-bbe6-61d7e7ec5aa7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0ee49a97-642f-4d83-a5d7-6046d202f599",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-09T12:40:54.7080178-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "54ce2efd-5f5a-454e-90ef-1470ea09c210",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "f1bcf632-8508-4ac9-9551-0cceb70c071d",
"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": "48b57ef4-7d75-42bb-9d45-5b5690ec0589",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3b6afb9e-fa42-4f65-abc0-ab67a69f8368",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ff807d5f-994d-40ae-931b-91635138de19",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "27e3bfc6-0c2b-4530-922e-9150ef05f69a",
"FieldId": "213cf6e9-231e-4af5-9d3f-a8b445be055c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "27e3bfc6-0c2b-4530-922e-9150ef05f69a",
"FieldId": "213cf6e9-231e-4af5-9d3f-a8b445be055c",
"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": "dbb5f8a1-7b43-491b-affd-046577ab345f",
"FormId": "276bed16-4af4-4ec8-9c67-5c426e22a0e8",
"FormTypeField": {
"FormTypeFieldId": "b15e3ace-7f45-4f16-a6f1-095d9a6320f5",
"FormType": {
"FormTypeId": "89d378a1-e8e4-4ede-93f8-4da638ebbea0",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b5f03b35-4051-4ca2-bbe6-61d7e7ec5aa7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0ee49a97-642f-4d83-a5d7-6046d202f599",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-09T12:40:54.7080178-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "54ce2efd-5f5a-454e-90ef-1470ea09c210",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "f1bcf632-8508-4ac9-9551-0cceb70c071d",
"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": "48b57ef4-7d75-42bb-9d45-5b5690ec0589",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3b6afb9e-fa42-4f65-abc0-ab67a69f8368",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ff807d5f-994d-40ae-931b-91635138de19",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "27e3bfc6-0c2b-4530-922e-9150ef05f69a",
"FieldId": "213cf6e9-231e-4af5-9d3f-a8b445be055c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "27e3bfc6-0c2b-4530-922e-9150ef05f69a",
"FieldId": "213cf6e9-231e-4af5-9d3f-a8b445be055c",
"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": "e61bce69-83f9-431a-86ba-a552f748545d",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "9492fe92-5e1f-4a82-bd22-dfa36412cfbb",
"Asset": {
"AssetId": "4d9f5471-dde2-4e06-947f-885fd8572d84",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "b5f03b35-4051-4ca2-bbe6-61d7e7ec5aa7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0ee49a97-642f-4d83-a5d7-6046d202f599",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "c97a72a3-7d5f-4162-989a-f52a981d5c78",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-09T12:40:54.7080178-07:00",
"MeasurementValueNeededDate": "2026-04-09T12:40:54.7080178-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "058ddfbc-11a2-4e97-be26-4cde2a1c2f9d",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-09T12:40:54.7080178-07:00",
"MeasurementValueNeededDate": "2026-04-09T12:40:54.7080178-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "9014df54-61c5-458e-a12e-d62ea9c98c5d",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "89d378a1-e8e4-4ede-93f8-4da638ebbea0",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b5f03b35-4051-4ca2-bbe6-61d7e7ec5aa7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0ee49a97-642f-4d83-a5d7-6046d202f599",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-09T12:40:54.7080178-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "b15e3ace-7f45-4f16-a6f1-095d9a6320f5",
"Section": {
"FormTypeSectionId": "f1bcf632-8508-4ac9-9551-0cceb70c071d",
"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": "48b57ef4-7d75-42bb-9d45-5b5690ec0589",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3b6afb9e-fa42-4f65-abc0-ab67a69f8368",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ff807d5f-994d-40ae-931b-91635138de19",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "27e3bfc6-0c2b-4530-922e-9150ef05f69a",
"FieldId": "213cf6e9-231e-4af5-9d3f-a8b445be055c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "27e3bfc6-0c2b-4530-922e-9150ef05f69a",
"FieldId": "213cf6e9-231e-4af5-9d3f-a8b445be055c",
"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": "b15e3ace-7f45-4f16-a6f1-095d9a6320f5",
"Section": {
"FormTypeSectionId": "f1bcf632-8508-4ac9-9551-0cceb70c071d",
"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": "48b57ef4-7d75-42bb-9d45-5b5690ec0589",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3b6afb9e-fa42-4f65-abc0-ab67a69f8368",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ff807d5f-994d-40ae-931b-91635138de19",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "27e3bfc6-0c2b-4530-922e-9150ef05f69a",
"FieldId": "213cf6e9-231e-4af5-9d3f-a8b445be055c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "27e3bfc6-0c2b-4530-922e-9150ef05f69a",
"FieldId": "213cf6e9-231e-4af5-9d3f-a8b445be055c",
"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": "54ce2efd-5f5a-454e-90ef-1470ea09c210",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-04-09T12:40:54.7080178-07:00",
"Location": "sample string 1",
"TaskId": "a55c9b2a-db0a-4f48-be63-2233e137a208",
"Values": [
{
"FormFieldValueId": "dbb5f8a1-7b43-491b-affd-046577ab345f",
"FormId": "276bed16-4af4-4ec8-9c67-5c426e22a0e8",
"FormTypeField": {
"FormTypeFieldId": "b15e3ace-7f45-4f16-a6f1-095d9a6320f5",
"FormType": {
"FormTypeId": "89d378a1-e8e4-4ede-93f8-4da638ebbea0",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b5f03b35-4051-4ca2-bbe6-61d7e7ec5aa7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0ee49a97-642f-4d83-a5d7-6046d202f599",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-09T12:40:54.7080178-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "54ce2efd-5f5a-454e-90ef-1470ea09c210",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "f1bcf632-8508-4ac9-9551-0cceb70c071d",
"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": "48b57ef4-7d75-42bb-9d45-5b5690ec0589",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3b6afb9e-fa42-4f65-abc0-ab67a69f8368",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ff807d5f-994d-40ae-931b-91635138de19",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "27e3bfc6-0c2b-4530-922e-9150ef05f69a",
"FieldId": "213cf6e9-231e-4af5-9d3f-a8b445be055c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "27e3bfc6-0c2b-4530-922e-9150ef05f69a",
"FieldId": "213cf6e9-231e-4af5-9d3f-a8b445be055c",
"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": "dbb5f8a1-7b43-491b-affd-046577ab345f",
"FormId": "276bed16-4af4-4ec8-9c67-5c426e22a0e8",
"FormTypeField": {
"FormTypeFieldId": "b15e3ace-7f45-4f16-a6f1-095d9a6320f5",
"FormType": {
"FormTypeId": "89d378a1-e8e4-4ede-93f8-4da638ebbea0",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b5f03b35-4051-4ca2-bbe6-61d7e7ec5aa7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0ee49a97-642f-4d83-a5d7-6046d202f599",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-09T12:40:54.7080178-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "54ce2efd-5f5a-454e-90ef-1470ea09c210",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "f1bcf632-8508-4ac9-9551-0cceb70c071d",
"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": "48b57ef4-7d75-42bb-9d45-5b5690ec0589",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3b6afb9e-fa42-4f65-abc0-ab67a69f8368",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ff807d5f-994d-40ae-931b-91635138de19",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "27e3bfc6-0c2b-4530-922e-9150ef05f69a",
"FieldId": "213cf6e9-231e-4af5-9d3f-a8b445be055c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "27e3bfc6-0c2b-4530-922e-9150ef05f69a",
"FieldId": "213cf6e9-231e-4af5-9d3f-a8b445be055c",
"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": "e61bce69-83f9-431a-86ba-a552f748545d",
"CreateDate": "2026-04-09T12:40:54.7080178-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-09T12:40:54.7080178-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}