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": "207cc577-ee73-4fde-89f7-8fcf1964bc84",
"Asset": {
"AssetId": "c44ede35-5a90-4fae-b8ab-113206f35cb2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "6edeb5a7-e7b0-4ede-bdde-b2c7c26f1d71",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3c309e2a-4e7a-492a-bdd7-1cf8cdc8df0c",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "5d581bff-20f7-4c76-a99e-a1e6f0b6b1d4",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-16T00:30:51.6860865-07:00",
"MeasurementValueNeededDate": "2026-04-16T00:30:51.6860865-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "a6c4fc32-676e-4796-b096-57e13d93bd9c",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-16T00:30:51.6860865-07:00",
"MeasurementValueNeededDate": "2026-04-16T00:30:51.6860865-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "7e995d5d-4989-4aee-af7b-125a13b0072b",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "577e3e0d-1d54-4b20-8c0a-49b6f46f9f25",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6edeb5a7-e7b0-4ede-bdde-b2c7c26f1d71",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3c309e2a-4e7a-492a-bdd7-1cf8cdc8df0c",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-16T00:30:51.6860865-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "80c86591-cf2c-478d-9d5d-10f0ff13902d",
"Section": {
"FormTypeSectionId": "c54b4936-1e0c-470b-9010-613dbd3fd3a1",
"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": "a9486a18-228d-499a-992a-8ac5a5a29a15",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c28b701c-581c-42ae-9b25-ad9831700755",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1d3fbf15-c4b3-4597-85ab-2e9e26e444d0",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "ef684001-649b-4123-aaeb-22a1853745a8",
"FieldId": "d070d71f-c76d-4fbc-97e6-9c61886af8d4",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "ef684001-649b-4123-aaeb-22a1853745a8",
"FieldId": "d070d71f-c76d-4fbc-97e6-9c61886af8d4",
"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": "80c86591-cf2c-478d-9d5d-10f0ff13902d",
"Section": {
"FormTypeSectionId": "c54b4936-1e0c-470b-9010-613dbd3fd3a1",
"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": "a9486a18-228d-499a-992a-8ac5a5a29a15",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c28b701c-581c-42ae-9b25-ad9831700755",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1d3fbf15-c4b3-4597-85ab-2e9e26e444d0",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "ef684001-649b-4123-aaeb-22a1853745a8",
"FieldId": "d070d71f-c76d-4fbc-97e6-9c61886af8d4",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "ef684001-649b-4123-aaeb-22a1853745a8",
"FieldId": "d070d71f-c76d-4fbc-97e6-9c61886af8d4",
"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": "f447e610-215c-4c62-bafa-f883e6eaef7b",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-04-16T00:30:51.6860865-07:00",
"Location": "sample string 1",
"TaskId": "8c80ca68-38b3-4788-af6d-6e72bc104cf1",
"Values": [
{
"FormFieldValueId": "25fba5a8-4954-4ea9-a748-794c168f02ce",
"FormId": "e1435e87-e00d-4726-935e-1a5ba8cee1f6",
"FormTypeField": {
"FormTypeFieldId": "80c86591-cf2c-478d-9d5d-10f0ff13902d",
"FormType": {
"FormTypeId": "577e3e0d-1d54-4b20-8c0a-49b6f46f9f25",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6edeb5a7-e7b0-4ede-bdde-b2c7c26f1d71",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3c309e2a-4e7a-492a-bdd7-1cf8cdc8df0c",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-16T00:30:51.6860865-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "f447e610-215c-4c62-bafa-f883e6eaef7b",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "c54b4936-1e0c-470b-9010-613dbd3fd3a1",
"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": "a9486a18-228d-499a-992a-8ac5a5a29a15",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c28b701c-581c-42ae-9b25-ad9831700755",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1d3fbf15-c4b3-4597-85ab-2e9e26e444d0",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "ef684001-649b-4123-aaeb-22a1853745a8",
"FieldId": "d070d71f-c76d-4fbc-97e6-9c61886af8d4",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "ef684001-649b-4123-aaeb-22a1853745a8",
"FieldId": "d070d71f-c76d-4fbc-97e6-9c61886af8d4",
"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": "25fba5a8-4954-4ea9-a748-794c168f02ce",
"FormId": "e1435e87-e00d-4726-935e-1a5ba8cee1f6",
"FormTypeField": {
"FormTypeFieldId": "80c86591-cf2c-478d-9d5d-10f0ff13902d",
"FormType": {
"FormTypeId": "577e3e0d-1d54-4b20-8c0a-49b6f46f9f25",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6edeb5a7-e7b0-4ede-bdde-b2c7c26f1d71",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3c309e2a-4e7a-492a-bdd7-1cf8cdc8df0c",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-16T00:30:51.6860865-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "f447e610-215c-4c62-bafa-f883e6eaef7b",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "c54b4936-1e0c-470b-9010-613dbd3fd3a1",
"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": "a9486a18-228d-499a-992a-8ac5a5a29a15",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c28b701c-581c-42ae-9b25-ad9831700755",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1d3fbf15-c4b3-4597-85ab-2e9e26e444d0",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "ef684001-649b-4123-aaeb-22a1853745a8",
"FieldId": "d070d71f-c76d-4fbc-97e6-9c61886af8d4",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "ef684001-649b-4123-aaeb-22a1853745a8",
"FieldId": "d070d71f-c76d-4fbc-97e6-9c61886af8d4",
"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": "3cfcd77f-4473-4f41-966a-aa5477de8e33",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "207cc577-ee73-4fde-89f7-8fcf1964bc84",
"Asset": {
"AssetId": "c44ede35-5a90-4fae-b8ab-113206f35cb2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "6edeb5a7-e7b0-4ede-bdde-b2c7c26f1d71",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3c309e2a-4e7a-492a-bdd7-1cf8cdc8df0c",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "5d581bff-20f7-4c76-a99e-a1e6f0b6b1d4",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-16T00:30:51.6860865-07:00",
"MeasurementValueNeededDate": "2026-04-16T00:30:51.6860865-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "a6c4fc32-676e-4796-b096-57e13d93bd9c",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-16T00:30:51.6860865-07:00",
"MeasurementValueNeededDate": "2026-04-16T00:30:51.6860865-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "7e995d5d-4989-4aee-af7b-125a13b0072b",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "577e3e0d-1d54-4b20-8c0a-49b6f46f9f25",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6edeb5a7-e7b0-4ede-bdde-b2c7c26f1d71",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3c309e2a-4e7a-492a-bdd7-1cf8cdc8df0c",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-16T00:30:51.6860865-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "80c86591-cf2c-478d-9d5d-10f0ff13902d",
"Section": {
"FormTypeSectionId": "c54b4936-1e0c-470b-9010-613dbd3fd3a1",
"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": "a9486a18-228d-499a-992a-8ac5a5a29a15",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c28b701c-581c-42ae-9b25-ad9831700755",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1d3fbf15-c4b3-4597-85ab-2e9e26e444d0",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "ef684001-649b-4123-aaeb-22a1853745a8",
"FieldId": "d070d71f-c76d-4fbc-97e6-9c61886af8d4",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "ef684001-649b-4123-aaeb-22a1853745a8",
"FieldId": "d070d71f-c76d-4fbc-97e6-9c61886af8d4",
"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": "80c86591-cf2c-478d-9d5d-10f0ff13902d",
"Section": {
"FormTypeSectionId": "c54b4936-1e0c-470b-9010-613dbd3fd3a1",
"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": "a9486a18-228d-499a-992a-8ac5a5a29a15",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c28b701c-581c-42ae-9b25-ad9831700755",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1d3fbf15-c4b3-4597-85ab-2e9e26e444d0",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "ef684001-649b-4123-aaeb-22a1853745a8",
"FieldId": "d070d71f-c76d-4fbc-97e6-9c61886af8d4",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "ef684001-649b-4123-aaeb-22a1853745a8",
"FieldId": "d070d71f-c76d-4fbc-97e6-9c61886af8d4",
"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": "f447e610-215c-4c62-bafa-f883e6eaef7b",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-04-16T00:30:51.6860865-07:00",
"Location": "sample string 1",
"TaskId": "8c80ca68-38b3-4788-af6d-6e72bc104cf1",
"Values": [
{
"FormFieldValueId": "25fba5a8-4954-4ea9-a748-794c168f02ce",
"FormId": "e1435e87-e00d-4726-935e-1a5ba8cee1f6",
"FormTypeField": {
"FormTypeFieldId": "80c86591-cf2c-478d-9d5d-10f0ff13902d",
"FormType": {
"FormTypeId": "577e3e0d-1d54-4b20-8c0a-49b6f46f9f25",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6edeb5a7-e7b0-4ede-bdde-b2c7c26f1d71",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3c309e2a-4e7a-492a-bdd7-1cf8cdc8df0c",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-16T00:30:51.6860865-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "f447e610-215c-4c62-bafa-f883e6eaef7b",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "c54b4936-1e0c-470b-9010-613dbd3fd3a1",
"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": "a9486a18-228d-499a-992a-8ac5a5a29a15",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c28b701c-581c-42ae-9b25-ad9831700755",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1d3fbf15-c4b3-4597-85ab-2e9e26e444d0",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "ef684001-649b-4123-aaeb-22a1853745a8",
"FieldId": "d070d71f-c76d-4fbc-97e6-9c61886af8d4",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "ef684001-649b-4123-aaeb-22a1853745a8",
"FieldId": "d070d71f-c76d-4fbc-97e6-9c61886af8d4",
"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": "25fba5a8-4954-4ea9-a748-794c168f02ce",
"FormId": "e1435e87-e00d-4726-935e-1a5ba8cee1f6",
"FormTypeField": {
"FormTypeFieldId": "80c86591-cf2c-478d-9d5d-10f0ff13902d",
"FormType": {
"FormTypeId": "577e3e0d-1d54-4b20-8c0a-49b6f46f9f25",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "6edeb5a7-e7b0-4ede-bdde-b2c7c26f1d71",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "3c309e2a-4e7a-492a-bdd7-1cf8cdc8df0c",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-16T00:30:51.6860865-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "f447e610-215c-4c62-bafa-f883e6eaef7b",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "c54b4936-1e0c-470b-9010-613dbd3fd3a1",
"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": "a9486a18-228d-499a-992a-8ac5a5a29a15",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c28b701c-581c-42ae-9b25-ad9831700755",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1d3fbf15-c4b3-4597-85ab-2e9e26e444d0",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "ef684001-649b-4123-aaeb-22a1853745a8",
"FieldId": "d070d71f-c76d-4fbc-97e6-9c61886af8d4",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "ef684001-649b-4123-aaeb-22a1853745a8",
"FieldId": "d070d71f-c76d-4fbc-97e6-9c61886af8d4",
"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": "3cfcd77f-4473-4f41-966a-aa5477de8e33",
"CreateDate": "2026-04-16T00:30:51.6860865-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-16T00:30:51.6860865-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}