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": "5bf0cc33-efed-405e-823d-a96c73e47eea",
"Asset": {
"AssetId": "d0cc037b-2995-478d-87bf-5eaa8367f6ec",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "f9b6bac3-cf00-4707-b09c-ddd0734c233a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f72b8fd8-6d56-4495-9466-57a3a97f24de",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "9fdc624b-0ac1-40dc-ac24-d5ebd4866b09",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-09T09:24:05.6515295-07:00",
"MeasurementValueNeededDate": "2026-08-09T09:24:05.6515295-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2dcd6eef-3095-49a2-9feb-e6ccce666dbf",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-09T09:24:05.6515295-07:00",
"MeasurementValueNeededDate": "2026-08-09T09:24:05.6515295-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "94877683-1587-4b6e-b757-bf3be5b8f737",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "4b595fdc-3d00-4bc7-9740-3fa3c2c557b2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f9b6bac3-cf00-4707-b09c-ddd0734c233a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f72b8fd8-6d56-4495-9466-57a3a97f24de",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-09T09:24:05.6515295-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "084a0014-26d8-4930-80da-3000f74c11df",
"Section": {
"FormTypeSectionId": "97ccf18e-abc1-4b70-9a2b-0137501d660d",
"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": "85888874-b62b-4b75-82e7-441a6f245ee5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4866b63d-94d9-4cfc-b9f8-02499398728e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "773516b8-6ce3-4ec6-b2fc-50f7be145f3d",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e8cdf417-81a9-4bf7-b8e6-fa830140525a",
"FieldId": "a1a790b6-0929-4bf2-9ac3-b008611372e6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e8cdf417-81a9-4bf7-b8e6-fa830140525a",
"FieldId": "a1a790b6-0929-4bf2-9ac3-b008611372e6",
"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": "084a0014-26d8-4930-80da-3000f74c11df",
"Section": {
"FormTypeSectionId": "97ccf18e-abc1-4b70-9a2b-0137501d660d",
"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": "85888874-b62b-4b75-82e7-441a6f245ee5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4866b63d-94d9-4cfc-b9f8-02499398728e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "773516b8-6ce3-4ec6-b2fc-50f7be145f3d",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e8cdf417-81a9-4bf7-b8e6-fa830140525a",
"FieldId": "a1a790b6-0929-4bf2-9ac3-b008611372e6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e8cdf417-81a9-4bf7-b8e6-fa830140525a",
"FieldId": "a1a790b6-0929-4bf2-9ac3-b008611372e6",
"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": "1cb5661f-e226-4513-ba12-bd90a93869f9",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-08-09T09:24:05.6515295-07:00",
"Location": "sample string 1",
"TaskId": "2abb9cb0-c853-4f63-9c60-4eb0f9a35f0a",
"Values": [
{
"FormFieldValueId": "016408a5-5ba7-42ad-8618-7053af8d90c2",
"FormId": "64673ec8-d00e-4f5a-b7b0-192733045d74",
"FormTypeField": {
"FormTypeFieldId": "084a0014-26d8-4930-80da-3000f74c11df",
"FormType": {
"FormTypeId": "4b595fdc-3d00-4bc7-9740-3fa3c2c557b2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f9b6bac3-cf00-4707-b09c-ddd0734c233a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f72b8fd8-6d56-4495-9466-57a3a97f24de",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-09T09:24:05.6515295-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1cb5661f-e226-4513-ba12-bd90a93869f9",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "97ccf18e-abc1-4b70-9a2b-0137501d660d",
"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": "85888874-b62b-4b75-82e7-441a6f245ee5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4866b63d-94d9-4cfc-b9f8-02499398728e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "773516b8-6ce3-4ec6-b2fc-50f7be145f3d",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e8cdf417-81a9-4bf7-b8e6-fa830140525a",
"FieldId": "a1a790b6-0929-4bf2-9ac3-b008611372e6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e8cdf417-81a9-4bf7-b8e6-fa830140525a",
"FieldId": "a1a790b6-0929-4bf2-9ac3-b008611372e6",
"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": "016408a5-5ba7-42ad-8618-7053af8d90c2",
"FormId": "64673ec8-d00e-4f5a-b7b0-192733045d74",
"FormTypeField": {
"FormTypeFieldId": "084a0014-26d8-4930-80da-3000f74c11df",
"FormType": {
"FormTypeId": "4b595fdc-3d00-4bc7-9740-3fa3c2c557b2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f9b6bac3-cf00-4707-b09c-ddd0734c233a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f72b8fd8-6d56-4495-9466-57a3a97f24de",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-09T09:24:05.6515295-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1cb5661f-e226-4513-ba12-bd90a93869f9",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "97ccf18e-abc1-4b70-9a2b-0137501d660d",
"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": "85888874-b62b-4b75-82e7-441a6f245ee5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4866b63d-94d9-4cfc-b9f8-02499398728e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "773516b8-6ce3-4ec6-b2fc-50f7be145f3d",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e8cdf417-81a9-4bf7-b8e6-fa830140525a",
"FieldId": "a1a790b6-0929-4bf2-9ac3-b008611372e6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e8cdf417-81a9-4bf7-b8e6-fa830140525a",
"FieldId": "a1a790b6-0929-4bf2-9ac3-b008611372e6",
"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": "e963e3d3-7326-4f59-b532-fc7d6a2e7253",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "5bf0cc33-efed-405e-823d-a96c73e47eea",
"Asset": {
"AssetId": "d0cc037b-2995-478d-87bf-5eaa8367f6ec",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "f9b6bac3-cf00-4707-b09c-ddd0734c233a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f72b8fd8-6d56-4495-9466-57a3a97f24de",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "9fdc624b-0ac1-40dc-ac24-d5ebd4866b09",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-09T09:24:05.6515295-07:00",
"MeasurementValueNeededDate": "2026-08-09T09:24:05.6515295-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2dcd6eef-3095-49a2-9feb-e6ccce666dbf",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-09T09:24:05.6515295-07:00",
"MeasurementValueNeededDate": "2026-08-09T09:24:05.6515295-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "94877683-1587-4b6e-b757-bf3be5b8f737",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "4b595fdc-3d00-4bc7-9740-3fa3c2c557b2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f9b6bac3-cf00-4707-b09c-ddd0734c233a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f72b8fd8-6d56-4495-9466-57a3a97f24de",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-09T09:24:05.6515295-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "084a0014-26d8-4930-80da-3000f74c11df",
"Section": {
"FormTypeSectionId": "97ccf18e-abc1-4b70-9a2b-0137501d660d",
"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": "85888874-b62b-4b75-82e7-441a6f245ee5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4866b63d-94d9-4cfc-b9f8-02499398728e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "773516b8-6ce3-4ec6-b2fc-50f7be145f3d",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e8cdf417-81a9-4bf7-b8e6-fa830140525a",
"FieldId": "a1a790b6-0929-4bf2-9ac3-b008611372e6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e8cdf417-81a9-4bf7-b8e6-fa830140525a",
"FieldId": "a1a790b6-0929-4bf2-9ac3-b008611372e6",
"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": "084a0014-26d8-4930-80da-3000f74c11df",
"Section": {
"FormTypeSectionId": "97ccf18e-abc1-4b70-9a2b-0137501d660d",
"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": "85888874-b62b-4b75-82e7-441a6f245ee5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4866b63d-94d9-4cfc-b9f8-02499398728e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "773516b8-6ce3-4ec6-b2fc-50f7be145f3d",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e8cdf417-81a9-4bf7-b8e6-fa830140525a",
"FieldId": "a1a790b6-0929-4bf2-9ac3-b008611372e6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e8cdf417-81a9-4bf7-b8e6-fa830140525a",
"FieldId": "a1a790b6-0929-4bf2-9ac3-b008611372e6",
"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": "1cb5661f-e226-4513-ba12-bd90a93869f9",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-08-09T09:24:05.6515295-07:00",
"Location": "sample string 1",
"TaskId": "2abb9cb0-c853-4f63-9c60-4eb0f9a35f0a",
"Values": [
{
"FormFieldValueId": "016408a5-5ba7-42ad-8618-7053af8d90c2",
"FormId": "64673ec8-d00e-4f5a-b7b0-192733045d74",
"FormTypeField": {
"FormTypeFieldId": "084a0014-26d8-4930-80da-3000f74c11df",
"FormType": {
"FormTypeId": "4b595fdc-3d00-4bc7-9740-3fa3c2c557b2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f9b6bac3-cf00-4707-b09c-ddd0734c233a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f72b8fd8-6d56-4495-9466-57a3a97f24de",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-09T09:24:05.6515295-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1cb5661f-e226-4513-ba12-bd90a93869f9",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "97ccf18e-abc1-4b70-9a2b-0137501d660d",
"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": "85888874-b62b-4b75-82e7-441a6f245ee5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4866b63d-94d9-4cfc-b9f8-02499398728e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "773516b8-6ce3-4ec6-b2fc-50f7be145f3d",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e8cdf417-81a9-4bf7-b8e6-fa830140525a",
"FieldId": "a1a790b6-0929-4bf2-9ac3-b008611372e6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e8cdf417-81a9-4bf7-b8e6-fa830140525a",
"FieldId": "a1a790b6-0929-4bf2-9ac3-b008611372e6",
"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": "016408a5-5ba7-42ad-8618-7053af8d90c2",
"FormId": "64673ec8-d00e-4f5a-b7b0-192733045d74",
"FormTypeField": {
"FormTypeFieldId": "084a0014-26d8-4930-80da-3000f74c11df",
"FormType": {
"FormTypeId": "4b595fdc-3d00-4bc7-9740-3fa3c2c557b2",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "f9b6bac3-cf00-4707-b09c-ddd0734c233a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f72b8fd8-6d56-4495-9466-57a3a97f24de",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-09T09:24:05.6515295-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1cb5661f-e226-4513-ba12-bd90a93869f9",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "97ccf18e-abc1-4b70-9a2b-0137501d660d",
"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": "85888874-b62b-4b75-82e7-441a6f245ee5",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4866b63d-94d9-4cfc-b9f8-02499398728e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "773516b8-6ce3-4ec6-b2fc-50f7be145f3d",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e8cdf417-81a9-4bf7-b8e6-fa830140525a",
"FieldId": "a1a790b6-0929-4bf2-9ac3-b008611372e6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e8cdf417-81a9-4bf7-b8e6-fa830140525a",
"FieldId": "a1a790b6-0929-4bf2-9ac3-b008611372e6",
"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": "e963e3d3-7326-4f59-b532-fc7d6a2e7253",
"CreateDate": "2026-08-09T09:24:05.6515295-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-09T09:24:05.6515295-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}