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": "3778a414-7296-4bc4-b75b-0ca13d2b4beb",
"Asset": {
"AssetId": "b73f76e0-0f64-416e-a0f4-ab89787abaf5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "b67142a5-e866-4f1f-bb48-5cbf8f8072b2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "91d2a5f5-bd10-4f9c-982e-88a2f57505d5",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "ee70b4c5-20b4-4f5f-8257-9c58c0a12767",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-19T06:30:59.7509985-07:00",
"MeasurementValueNeededDate": "2026-06-19T06:30:59.7509985-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "6cd8d5cb-1c43-4b35-b904-438f027e1b93",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-19T06:30:59.7509985-07:00",
"MeasurementValueNeededDate": "2026-06-19T06:30:59.7509985-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e1e8e0df-6e94-40aa-9979-5a8ce8bb1cd0",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "b2580a4a-ff2d-4757-a443-f4c0703f25b3",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b67142a5-e866-4f1f-bb48-5cbf8f8072b2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "91d2a5f5-bd10-4f9c-982e-88a2f57505d5",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-19T06:30:59.7509985-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "ecb7e156-c1f0-4ce9-9820-a791697753d9",
"Section": {
"FormTypeSectionId": "c0fbaa86-032d-4922-84e1-a357c11b7024",
"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": "b050dd7c-fcc5-46c6-a488-8e3e996c515f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "45eb59c0-ebf6-4cb1-9ac9-e1df112d0cf9",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "24791b22-ccc1-4717-ab66-1d1f0cc8d1e0",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "ac662a77-6a9a-4754-8167-71e6a57b0afe",
"FieldId": "ed7c679f-3c9b-4c04-83cf-25d4cf100e53",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "ac662a77-6a9a-4754-8167-71e6a57b0afe",
"FieldId": "ed7c679f-3c9b-4c04-83cf-25d4cf100e53",
"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": "ecb7e156-c1f0-4ce9-9820-a791697753d9",
"Section": {
"FormTypeSectionId": "c0fbaa86-032d-4922-84e1-a357c11b7024",
"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": "b050dd7c-fcc5-46c6-a488-8e3e996c515f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "45eb59c0-ebf6-4cb1-9ac9-e1df112d0cf9",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "24791b22-ccc1-4717-ab66-1d1f0cc8d1e0",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "ac662a77-6a9a-4754-8167-71e6a57b0afe",
"FieldId": "ed7c679f-3c9b-4c04-83cf-25d4cf100e53",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "ac662a77-6a9a-4754-8167-71e6a57b0afe",
"FieldId": "ed7c679f-3c9b-4c04-83cf-25d4cf100e53",
"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": "c80bf4bd-a1b7-4b50-a465-568a3a181e4d",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-06-19T06:30:59.7509985-07:00",
"Location": "sample string 1",
"TaskId": "d8514b44-dcb0-4e0c-9e16-e52a088cf8f9",
"Values": [
{
"FormFieldValueId": "e1f7965c-8a8d-469a-aab5-0e2d730fa783",
"FormId": "913a7831-b468-44be-b50a-bae470fbee60",
"FormTypeField": {
"FormTypeFieldId": "ecb7e156-c1f0-4ce9-9820-a791697753d9",
"FormType": {
"FormTypeId": "b2580a4a-ff2d-4757-a443-f4c0703f25b3",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b67142a5-e866-4f1f-bb48-5cbf8f8072b2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "91d2a5f5-bd10-4f9c-982e-88a2f57505d5",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-19T06:30:59.7509985-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "c80bf4bd-a1b7-4b50-a465-568a3a181e4d",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "c0fbaa86-032d-4922-84e1-a357c11b7024",
"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": "b050dd7c-fcc5-46c6-a488-8e3e996c515f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "45eb59c0-ebf6-4cb1-9ac9-e1df112d0cf9",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "24791b22-ccc1-4717-ab66-1d1f0cc8d1e0",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "ac662a77-6a9a-4754-8167-71e6a57b0afe",
"FieldId": "ed7c679f-3c9b-4c04-83cf-25d4cf100e53",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "ac662a77-6a9a-4754-8167-71e6a57b0afe",
"FieldId": "ed7c679f-3c9b-4c04-83cf-25d4cf100e53",
"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": "e1f7965c-8a8d-469a-aab5-0e2d730fa783",
"FormId": "913a7831-b468-44be-b50a-bae470fbee60",
"FormTypeField": {
"FormTypeFieldId": "ecb7e156-c1f0-4ce9-9820-a791697753d9",
"FormType": {
"FormTypeId": "b2580a4a-ff2d-4757-a443-f4c0703f25b3",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b67142a5-e866-4f1f-bb48-5cbf8f8072b2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "91d2a5f5-bd10-4f9c-982e-88a2f57505d5",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-19T06:30:59.7509985-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "c80bf4bd-a1b7-4b50-a465-568a3a181e4d",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "c0fbaa86-032d-4922-84e1-a357c11b7024",
"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": "b050dd7c-fcc5-46c6-a488-8e3e996c515f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "45eb59c0-ebf6-4cb1-9ac9-e1df112d0cf9",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "24791b22-ccc1-4717-ab66-1d1f0cc8d1e0",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "ac662a77-6a9a-4754-8167-71e6a57b0afe",
"FieldId": "ed7c679f-3c9b-4c04-83cf-25d4cf100e53",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "ac662a77-6a9a-4754-8167-71e6a57b0afe",
"FieldId": "ed7c679f-3c9b-4c04-83cf-25d4cf100e53",
"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": "55fb36cd-41ef-480f-a95f-535a0ccc1eea",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "3778a414-7296-4bc4-b75b-0ca13d2b4beb",
"Asset": {
"AssetId": "b73f76e0-0f64-416e-a0f4-ab89787abaf5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "b67142a5-e866-4f1f-bb48-5cbf8f8072b2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "91d2a5f5-bd10-4f9c-982e-88a2f57505d5",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "ee70b4c5-20b4-4f5f-8257-9c58c0a12767",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-19T06:30:59.7509985-07:00",
"MeasurementValueNeededDate": "2026-06-19T06:30:59.7509985-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "6cd8d5cb-1c43-4b35-b904-438f027e1b93",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-19T06:30:59.7509985-07:00",
"MeasurementValueNeededDate": "2026-06-19T06:30:59.7509985-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e1e8e0df-6e94-40aa-9979-5a8ce8bb1cd0",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "b2580a4a-ff2d-4757-a443-f4c0703f25b3",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b67142a5-e866-4f1f-bb48-5cbf8f8072b2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "91d2a5f5-bd10-4f9c-982e-88a2f57505d5",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-19T06:30:59.7509985-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "ecb7e156-c1f0-4ce9-9820-a791697753d9",
"Section": {
"FormTypeSectionId": "c0fbaa86-032d-4922-84e1-a357c11b7024",
"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": "b050dd7c-fcc5-46c6-a488-8e3e996c515f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "45eb59c0-ebf6-4cb1-9ac9-e1df112d0cf9",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "24791b22-ccc1-4717-ab66-1d1f0cc8d1e0",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "ac662a77-6a9a-4754-8167-71e6a57b0afe",
"FieldId": "ed7c679f-3c9b-4c04-83cf-25d4cf100e53",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "ac662a77-6a9a-4754-8167-71e6a57b0afe",
"FieldId": "ed7c679f-3c9b-4c04-83cf-25d4cf100e53",
"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": "ecb7e156-c1f0-4ce9-9820-a791697753d9",
"Section": {
"FormTypeSectionId": "c0fbaa86-032d-4922-84e1-a357c11b7024",
"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": "b050dd7c-fcc5-46c6-a488-8e3e996c515f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "45eb59c0-ebf6-4cb1-9ac9-e1df112d0cf9",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "24791b22-ccc1-4717-ab66-1d1f0cc8d1e0",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "ac662a77-6a9a-4754-8167-71e6a57b0afe",
"FieldId": "ed7c679f-3c9b-4c04-83cf-25d4cf100e53",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "ac662a77-6a9a-4754-8167-71e6a57b0afe",
"FieldId": "ed7c679f-3c9b-4c04-83cf-25d4cf100e53",
"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": "c80bf4bd-a1b7-4b50-a465-568a3a181e4d",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-06-19T06:30:59.7509985-07:00",
"Location": "sample string 1",
"TaskId": "d8514b44-dcb0-4e0c-9e16-e52a088cf8f9",
"Values": [
{
"FormFieldValueId": "e1f7965c-8a8d-469a-aab5-0e2d730fa783",
"FormId": "913a7831-b468-44be-b50a-bae470fbee60",
"FormTypeField": {
"FormTypeFieldId": "ecb7e156-c1f0-4ce9-9820-a791697753d9",
"FormType": {
"FormTypeId": "b2580a4a-ff2d-4757-a443-f4c0703f25b3",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b67142a5-e866-4f1f-bb48-5cbf8f8072b2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "91d2a5f5-bd10-4f9c-982e-88a2f57505d5",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-19T06:30:59.7509985-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "c80bf4bd-a1b7-4b50-a465-568a3a181e4d",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "c0fbaa86-032d-4922-84e1-a357c11b7024",
"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": "b050dd7c-fcc5-46c6-a488-8e3e996c515f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "45eb59c0-ebf6-4cb1-9ac9-e1df112d0cf9",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "24791b22-ccc1-4717-ab66-1d1f0cc8d1e0",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "ac662a77-6a9a-4754-8167-71e6a57b0afe",
"FieldId": "ed7c679f-3c9b-4c04-83cf-25d4cf100e53",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "ac662a77-6a9a-4754-8167-71e6a57b0afe",
"FieldId": "ed7c679f-3c9b-4c04-83cf-25d4cf100e53",
"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": "e1f7965c-8a8d-469a-aab5-0e2d730fa783",
"FormId": "913a7831-b468-44be-b50a-bae470fbee60",
"FormTypeField": {
"FormTypeFieldId": "ecb7e156-c1f0-4ce9-9820-a791697753d9",
"FormType": {
"FormTypeId": "b2580a4a-ff2d-4757-a443-f4c0703f25b3",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b67142a5-e866-4f1f-bb48-5cbf8f8072b2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "91d2a5f5-bd10-4f9c-982e-88a2f57505d5",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-19T06:30:59.7509985-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "c80bf4bd-a1b7-4b50-a465-568a3a181e4d",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "c0fbaa86-032d-4922-84e1-a357c11b7024",
"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": "b050dd7c-fcc5-46c6-a488-8e3e996c515f",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "45eb59c0-ebf6-4cb1-9ac9-e1df112d0cf9",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "24791b22-ccc1-4717-ab66-1d1f0cc8d1e0",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "ac662a77-6a9a-4754-8167-71e6a57b0afe",
"FieldId": "ed7c679f-3c9b-4c04-83cf-25d4cf100e53",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "ac662a77-6a9a-4754-8167-71e6a57b0afe",
"FieldId": "ed7c679f-3c9b-4c04-83cf-25d4cf100e53",
"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": "55fb36cd-41ef-480f-a95f-535a0ccc1eea",
"CreateDate": "2026-06-19T06:30:59.7509985-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-19T06:30:59.7509985-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}