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": "2c43ccd3-a087-426d-81fd-aacb20441ea0",
"Asset": {
"AssetId": "64521017-7811-4504-9b5d-2dfeb67970f2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "5b55ad1f-de13-4d4e-94c9-4bbf93f5855a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d42d8a1f-ca7b-4246-b175-ada39a85856e",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "bdc6c14e-a0ef-4c77-bac1-b65586ccf6f1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-17T05:23:17.196766-07:00",
"MeasurementValueNeededDate": "2026-06-17T05:23:17.196766-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d44b6225-e72b-464e-8894-41f2b17f1eb9",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-17T05:23:17.196766-07:00",
"MeasurementValueNeededDate": "2026-06-17T05:23:17.196766-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "1c043e4a-a459-44f7-8b66-fec0ef8f66ee",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "0dbc2b4f-00ee-4f0d-83e9-5aa30cf1d1b2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5b55ad1f-de13-4d4e-94c9-4bbf93f5855a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d42d8a1f-ca7b-4246-b175-ada39a85856e",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-17T05:23:17.196766-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "ed0e0e94-4562-4829-9f43-1958def7f987",
"Section": {
"FormTypeSectionId": "5a6a9948-9cc3-46e0-a061-5466717966a3",
"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": "cb320b50-aff8-4ea0-998c-84046552c644",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3bcf7fdb-ebdf-461d-88ae-84af7d78b179",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "89c71dd0-95f6-4e2b-b19a-6c37e83b3f57",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e61f474f-8283-4c24-bb14-2cc5ae8d9c39",
"FieldId": "e7090d80-889c-4edf-b8d0-718c6a35b59b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e61f474f-8283-4c24-bb14-2cc5ae8d9c39",
"FieldId": "e7090d80-889c-4edf-b8d0-718c6a35b59b",
"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": "ed0e0e94-4562-4829-9f43-1958def7f987",
"Section": {
"FormTypeSectionId": "5a6a9948-9cc3-46e0-a061-5466717966a3",
"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": "cb320b50-aff8-4ea0-998c-84046552c644",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3bcf7fdb-ebdf-461d-88ae-84af7d78b179",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "89c71dd0-95f6-4e2b-b19a-6c37e83b3f57",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e61f474f-8283-4c24-bb14-2cc5ae8d9c39",
"FieldId": "e7090d80-889c-4edf-b8d0-718c6a35b59b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e61f474f-8283-4c24-bb14-2cc5ae8d9c39",
"FieldId": "e7090d80-889c-4edf-b8d0-718c6a35b59b",
"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": "b4290042-42d2-4052-aacf-5a583dbd5d67",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-06-17T05:23:17.196766-07:00",
"Location": "sample string 1",
"TaskId": "adcd68c3-16e4-4647-8ecd-86363301d225",
"Values": [
{
"FormFieldValueId": "cfed4f21-be8e-4683-8461-144a2cb4e136",
"FormId": "8e0b13f7-6a1f-45da-925b-37ddfcc17781",
"FormTypeField": {
"FormTypeFieldId": "ed0e0e94-4562-4829-9f43-1958def7f987",
"FormType": {
"FormTypeId": "0dbc2b4f-00ee-4f0d-83e9-5aa30cf1d1b2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5b55ad1f-de13-4d4e-94c9-4bbf93f5855a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d42d8a1f-ca7b-4246-b175-ada39a85856e",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-17T05:23:17.196766-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "b4290042-42d2-4052-aacf-5a583dbd5d67",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "5a6a9948-9cc3-46e0-a061-5466717966a3",
"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": "cb320b50-aff8-4ea0-998c-84046552c644",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3bcf7fdb-ebdf-461d-88ae-84af7d78b179",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "89c71dd0-95f6-4e2b-b19a-6c37e83b3f57",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e61f474f-8283-4c24-bb14-2cc5ae8d9c39",
"FieldId": "e7090d80-889c-4edf-b8d0-718c6a35b59b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e61f474f-8283-4c24-bb14-2cc5ae8d9c39",
"FieldId": "e7090d80-889c-4edf-b8d0-718c6a35b59b",
"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": "cfed4f21-be8e-4683-8461-144a2cb4e136",
"FormId": "8e0b13f7-6a1f-45da-925b-37ddfcc17781",
"FormTypeField": {
"FormTypeFieldId": "ed0e0e94-4562-4829-9f43-1958def7f987",
"FormType": {
"FormTypeId": "0dbc2b4f-00ee-4f0d-83e9-5aa30cf1d1b2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5b55ad1f-de13-4d4e-94c9-4bbf93f5855a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d42d8a1f-ca7b-4246-b175-ada39a85856e",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-17T05:23:17.196766-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "b4290042-42d2-4052-aacf-5a583dbd5d67",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "5a6a9948-9cc3-46e0-a061-5466717966a3",
"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": "cb320b50-aff8-4ea0-998c-84046552c644",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3bcf7fdb-ebdf-461d-88ae-84af7d78b179",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "89c71dd0-95f6-4e2b-b19a-6c37e83b3f57",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e61f474f-8283-4c24-bb14-2cc5ae8d9c39",
"FieldId": "e7090d80-889c-4edf-b8d0-718c6a35b59b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e61f474f-8283-4c24-bb14-2cc5ae8d9c39",
"FieldId": "e7090d80-889c-4edf-b8d0-718c6a35b59b",
"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": "a245ded9-5cf2-48e1-824f-84a073c06493",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "2c43ccd3-a087-426d-81fd-aacb20441ea0",
"Asset": {
"AssetId": "64521017-7811-4504-9b5d-2dfeb67970f2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "5b55ad1f-de13-4d4e-94c9-4bbf93f5855a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d42d8a1f-ca7b-4246-b175-ada39a85856e",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "bdc6c14e-a0ef-4c77-bac1-b65586ccf6f1",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-17T05:23:17.196766-07:00",
"MeasurementValueNeededDate": "2026-06-17T05:23:17.196766-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "d44b6225-e72b-464e-8894-41f2b17f1eb9",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-17T05:23:17.196766-07:00",
"MeasurementValueNeededDate": "2026-06-17T05:23:17.196766-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "1c043e4a-a459-44f7-8b66-fec0ef8f66ee",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "0dbc2b4f-00ee-4f0d-83e9-5aa30cf1d1b2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5b55ad1f-de13-4d4e-94c9-4bbf93f5855a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d42d8a1f-ca7b-4246-b175-ada39a85856e",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-17T05:23:17.196766-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "ed0e0e94-4562-4829-9f43-1958def7f987",
"Section": {
"FormTypeSectionId": "5a6a9948-9cc3-46e0-a061-5466717966a3",
"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": "cb320b50-aff8-4ea0-998c-84046552c644",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3bcf7fdb-ebdf-461d-88ae-84af7d78b179",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "89c71dd0-95f6-4e2b-b19a-6c37e83b3f57",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e61f474f-8283-4c24-bb14-2cc5ae8d9c39",
"FieldId": "e7090d80-889c-4edf-b8d0-718c6a35b59b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e61f474f-8283-4c24-bb14-2cc5ae8d9c39",
"FieldId": "e7090d80-889c-4edf-b8d0-718c6a35b59b",
"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": "ed0e0e94-4562-4829-9f43-1958def7f987",
"Section": {
"FormTypeSectionId": "5a6a9948-9cc3-46e0-a061-5466717966a3",
"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": "cb320b50-aff8-4ea0-998c-84046552c644",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3bcf7fdb-ebdf-461d-88ae-84af7d78b179",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "89c71dd0-95f6-4e2b-b19a-6c37e83b3f57",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e61f474f-8283-4c24-bb14-2cc5ae8d9c39",
"FieldId": "e7090d80-889c-4edf-b8d0-718c6a35b59b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e61f474f-8283-4c24-bb14-2cc5ae8d9c39",
"FieldId": "e7090d80-889c-4edf-b8d0-718c6a35b59b",
"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": "b4290042-42d2-4052-aacf-5a583dbd5d67",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-06-17T05:23:17.196766-07:00",
"Location": "sample string 1",
"TaskId": "adcd68c3-16e4-4647-8ecd-86363301d225",
"Values": [
{
"FormFieldValueId": "cfed4f21-be8e-4683-8461-144a2cb4e136",
"FormId": "8e0b13f7-6a1f-45da-925b-37ddfcc17781",
"FormTypeField": {
"FormTypeFieldId": "ed0e0e94-4562-4829-9f43-1958def7f987",
"FormType": {
"FormTypeId": "0dbc2b4f-00ee-4f0d-83e9-5aa30cf1d1b2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5b55ad1f-de13-4d4e-94c9-4bbf93f5855a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d42d8a1f-ca7b-4246-b175-ada39a85856e",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-17T05:23:17.196766-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "b4290042-42d2-4052-aacf-5a583dbd5d67",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "5a6a9948-9cc3-46e0-a061-5466717966a3",
"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": "cb320b50-aff8-4ea0-998c-84046552c644",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3bcf7fdb-ebdf-461d-88ae-84af7d78b179",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "89c71dd0-95f6-4e2b-b19a-6c37e83b3f57",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e61f474f-8283-4c24-bb14-2cc5ae8d9c39",
"FieldId": "e7090d80-889c-4edf-b8d0-718c6a35b59b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e61f474f-8283-4c24-bb14-2cc5ae8d9c39",
"FieldId": "e7090d80-889c-4edf-b8d0-718c6a35b59b",
"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": "cfed4f21-be8e-4683-8461-144a2cb4e136",
"FormId": "8e0b13f7-6a1f-45da-925b-37ddfcc17781",
"FormTypeField": {
"FormTypeFieldId": "ed0e0e94-4562-4829-9f43-1958def7f987",
"FormType": {
"FormTypeId": "0dbc2b4f-00ee-4f0d-83e9-5aa30cf1d1b2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5b55ad1f-de13-4d4e-94c9-4bbf93f5855a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "d42d8a1f-ca7b-4246-b175-ada39a85856e",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-17T05:23:17.196766-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "b4290042-42d2-4052-aacf-5a583dbd5d67",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "5a6a9948-9cc3-46e0-a061-5466717966a3",
"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": "cb320b50-aff8-4ea0-998c-84046552c644",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "3bcf7fdb-ebdf-461d-88ae-84af7d78b179",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "89c71dd0-95f6-4e2b-b19a-6c37e83b3f57",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e61f474f-8283-4c24-bb14-2cc5ae8d9c39",
"FieldId": "e7090d80-889c-4edf-b8d0-718c6a35b59b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e61f474f-8283-4c24-bb14-2cc5ae8d9c39",
"FieldId": "e7090d80-889c-4edf-b8d0-718c6a35b59b",
"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": "a245ded9-5cf2-48e1-824f-84a073c06493",
"CreateDate": "2026-06-17T05:23:17.196766-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-17T05:23:17.196766-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}