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": "0e59556e-e644-4519-9428-b68176703bdf",
"Asset": {
"AssetId": "c2fd98b4-93d8-4f70-aa46-b9aa5aa7b83b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "f91c7b10-e9ad-4398-8200-de2d0fe5e689",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e0a5e672-bf98-4ef5-a0d4-cdd9f1d796c8",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "a72f3952-af7f-44e8-b465-e52f6aaf9041",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-22T13:17:56.7535208-07:00",
"MeasurementValueNeededDate": "2026-07-22T13:17:56.7535208-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9e22665c-c8ab-46a7-aae6-e5f7c444a124",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-07-22T13:17:56.7535208-07:00",
"MeasurementValueNeededDate": "2026-07-22T13:17:56.7535208-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d77c3d6b-56ec-45c2-8512-8064e35b408b",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "c9cf470c-b5e6-474d-9389-7f7bb6487356",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f91c7b10-e9ad-4398-8200-de2d0fe5e689",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e0a5e672-bf98-4ef5-a0d4-cdd9f1d796c8",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-22T13:17:56.7535208-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "65a0292e-6e07-4c45-8864-ef821b0090cd",
"Section": {
"FormTypeSectionId": "d57c0ed4-bad8-4f78-ba79-62f51618c04e",
"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": "480d1a04-5d2c-4281-bc5f-d2a2eaf26d77",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "435df377-d7f1-4bcb-9488-81f4711073ba",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d8cbd49b-e828-4a71-92ca-cf2ffcf2fe98",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b89eb8c9-2bb2-42de-9cee-7593ecf08084",
"FieldId": "897a6cfc-e792-42f3-9104-f920b8e87463",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b89eb8c9-2bb2-42de-9cee-7593ecf08084",
"FieldId": "897a6cfc-e792-42f3-9104-f920b8e87463",
"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": "65a0292e-6e07-4c45-8864-ef821b0090cd",
"Section": {
"FormTypeSectionId": "d57c0ed4-bad8-4f78-ba79-62f51618c04e",
"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": "480d1a04-5d2c-4281-bc5f-d2a2eaf26d77",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "435df377-d7f1-4bcb-9488-81f4711073ba",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d8cbd49b-e828-4a71-92ca-cf2ffcf2fe98",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b89eb8c9-2bb2-42de-9cee-7593ecf08084",
"FieldId": "897a6cfc-e792-42f3-9104-f920b8e87463",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b89eb8c9-2bb2-42de-9cee-7593ecf08084",
"FieldId": "897a6cfc-e792-42f3-9104-f920b8e87463",
"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": "1a4f9512-f6a0-4c0e-9e9c-0e60c6721a04",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-07-22T13:17:56.7535208-07:00",
"Location": "sample string 1",
"TaskId": "c36053d9-4fb1-469e-9384-4766d6e59592",
"Values": [
{
"FormFieldValueId": "923a7887-0f48-4ca5-b466-2c7b66ef2c2e",
"FormId": "da8f6367-2209-49c3-bd7c-4258e4b1d00b",
"FormTypeField": {
"FormTypeFieldId": "65a0292e-6e07-4c45-8864-ef821b0090cd",
"FormType": {
"FormTypeId": "c9cf470c-b5e6-474d-9389-7f7bb6487356",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f91c7b10-e9ad-4398-8200-de2d0fe5e689",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e0a5e672-bf98-4ef5-a0d4-cdd9f1d796c8",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-22T13:17:56.7535208-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1a4f9512-f6a0-4c0e-9e9c-0e60c6721a04",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "d57c0ed4-bad8-4f78-ba79-62f51618c04e",
"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": "480d1a04-5d2c-4281-bc5f-d2a2eaf26d77",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "435df377-d7f1-4bcb-9488-81f4711073ba",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d8cbd49b-e828-4a71-92ca-cf2ffcf2fe98",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b89eb8c9-2bb2-42de-9cee-7593ecf08084",
"FieldId": "897a6cfc-e792-42f3-9104-f920b8e87463",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b89eb8c9-2bb2-42de-9cee-7593ecf08084",
"FieldId": "897a6cfc-e792-42f3-9104-f920b8e87463",
"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": "923a7887-0f48-4ca5-b466-2c7b66ef2c2e",
"FormId": "da8f6367-2209-49c3-bd7c-4258e4b1d00b",
"FormTypeField": {
"FormTypeFieldId": "65a0292e-6e07-4c45-8864-ef821b0090cd",
"FormType": {
"FormTypeId": "c9cf470c-b5e6-474d-9389-7f7bb6487356",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f91c7b10-e9ad-4398-8200-de2d0fe5e689",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e0a5e672-bf98-4ef5-a0d4-cdd9f1d796c8",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-22T13:17:56.7535208-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1a4f9512-f6a0-4c0e-9e9c-0e60c6721a04",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "d57c0ed4-bad8-4f78-ba79-62f51618c04e",
"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": "480d1a04-5d2c-4281-bc5f-d2a2eaf26d77",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "435df377-d7f1-4bcb-9488-81f4711073ba",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d8cbd49b-e828-4a71-92ca-cf2ffcf2fe98",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b89eb8c9-2bb2-42de-9cee-7593ecf08084",
"FieldId": "897a6cfc-e792-42f3-9104-f920b8e87463",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b89eb8c9-2bb2-42de-9cee-7593ecf08084",
"FieldId": "897a6cfc-e792-42f3-9104-f920b8e87463",
"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": "a6ad5eea-b5f8-4eab-9fb6-9408655183d9",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "0e59556e-e644-4519-9428-b68176703bdf",
"Asset": {
"AssetId": "c2fd98b4-93d8-4f70-aa46-b9aa5aa7b83b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "f91c7b10-e9ad-4398-8200-de2d0fe5e689",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e0a5e672-bf98-4ef5-a0d4-cdd9f1d796c8",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "a72f3952-af7f-44e8-b465-e52f6aaf9041",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-07-22T13:17:56.7535208-07:00",
"MeasurementValueNeededDate": "2026-07-22T13:17:56.7535208-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "9e22665c-c8ab-46a7-aae6-e5f7c444a124",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-07-22T13:17:56.7535208-07:00",
"MeasurementValueNeededDate": "2026-07-22T13:17:56.7535208-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d77c3d6b-56ec-45c2-8512-8064e35b408b",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "c9cf470c-b5e6-474d-9389-7f7bb6487356",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f91c7b10-e9ad-4398-8200-de2d0fe5e689",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e0a5e672-bf98-4ef5-a0d4-cdd9f1d796c8",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-22T13:17:56.7535208-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "65a0292e-6e07-4c45-8864-ef821b0090cd",
"Section": {
"FormTypeSectionId": "d57c0ed4-bad8-4f78-ba79-62f51618c04e",
"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": "480d1a04-5d2c-4281-bc5f-d2a2eaf26d77",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "435df377-d7f1-4bcb-9488-81f4711073ba",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d8cbd49b-e828-4a71-92ca-cf2ffcf2fe98",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b89eb8c9-2bb2-42de-9cee-7593ecf08084",
"FieldId": "897a6cfc-e792-42f3-9104-f920b8e87463",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b89eb8c9-2bb2-42de-9cee-7593ecf08084",
"FieldId": "897a6cfc-e792-42f3-9104-f920b8e87463",
"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": "65a0292e-6e07-4c45-8864-ef821b0090cd",
"Section": {
"FormTypeSectionId": "d57c0ed4-bad8-4f78-ba79-62f51618c04e",
"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": "480d1a04-5d2c-4281-bc5f-d2a2eaf26d77",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "435df377-d7f1-4bcb-9488-81f4711073ba",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d8cbd49b-e828-4a71-92ca-cf2ffcf2fe98",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b89eb8c9-2bb2-42de-9cee-7593ecf08084",
"FieldId": "897a6cfc-e792-42f3-9104-f920b8e87463",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b89eb8c9-2bb2-42de-9cee-7593ecf08084",
"FieldId": "897a6cfc-e792-42f3-9104-f920b8e87463",
"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": "1a4f9512-f6a0-4c0e-9e9c-0e60c6721a04",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-07-22T13:17:56.7535208-07:00",
"Location": "sample string 1",
"TaskId": "c36053d9-4fb1-469e-9384-4766d6e59592",
"Values": [
{
"FormFieldValueId": "923a7887-0f48-4ca5-b466-2c7b66ef2c2e",
"FormId": "da8f6367-2209-49c3-bd7c-4258e4b1d00b",
"FormTypeField": {
"FormTypeFieldId": "65a0292e-6e07-4c45-8864-ef821b0090cd",
"FormType": {
"FormTypeId": "c9cf470c-b5e6-474d-9389-7f7bb6487356",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f91c7b10-e9ad-4398-8200-de2d0fe5e689",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e0a5e672-bf98-4ef5-a0d4-cdd9f1d796c8",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-22T13:17:56.7535208-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1a4f9512-f6a0-4c0e-9e9c-0e60c6721a04",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "d57c0ed4-bad8-4f78-ba79-62f51618c04e",
"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": "480d1a04-5d2c-4281-bc5f-d2a2eaf26d77",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "435df377-d7f1-4bcb-9488-81f4711073ba",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d8cbd49b-e828-4a71-92ca-cf2ffcf2fe98",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b89eb8c9-2bb2-42de-9cee-7593ecf08084",
"FieldId": "897a6cfc-e792-42f3-9104-f920b8e87463",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b89eb8c9-2bb2-42de-9cee-7593ecf08084",
"FieldId": "897a6cfc-e792-42f3-9104-f920b8e87463",
"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": "923a7887-0f48-4ca5-b466-2c7b66ef2c2e",
"FormId": "da8f6367-2209-49c3-bd7c-4258e4b1d00b",
"FormTypeField": {
"FormTypeFieldId": "65a0292e-6e07-4c45-8864-ef821b0090cd",
"FormType": {
"FormTypeId": "c9cf470c-b5e6-474d-9389-7f7bb6487356",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f91c7b10-e9ad-4398-8200-de2d0fe5e689",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e0a5e672-bf98-4ef5-a0d4-cdd9f1d796c8",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-22T13:17:56.7535208-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1a4f9512-f6a0-4c0e-9e9c-0e60c6721a04",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "d57c0ed4-bad8-4f78-ba79-62f51618c04e",
"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": "480d1a04-5d2c-4281-bc5f-d2a2eaf26d77",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "435df377-d7f1-4bcb-9488-81f4711073ba",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d8cbd49b-e828-4a71-92ca-cf2ffcf2fe98",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "b89eb8c9-2bb2-42de-9cee-7593ecf08084",
"FieldId": "897a6cfc-e792-42f3-9104-f920b8e87463",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "b89eb8c9-2bb2-42de-9cee-7593ecf08084",
"FieldId": "897a6cfc-e792-42f3-9104-f920b8e87463",
"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": "a6ad5eea-b5f8-4eab-9fb6-9408655183d9",
"CreateDate": "2026-07-22T13:17:56.7535208-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-07-22T13:17:56.7535208-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}