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": "9a2f9315-1f18-4c28-a084-33836f7ba60e",
"Asset": {
"AssetId": "3fea6331-2ca0-4f4c-822a-7566715b4825",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "54ee48ee-e7f1-4eda-9a23-324eadc67d1e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "991e76e1-c47d-4822-8a8f-5c29b521060e",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "9f7b0dc4-5832-45a5-8438-93ea719e149f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-21T15:58:12.9447878-07:00",
"MeasurementValueNeededDate": "2026-08-21T15:58:12.9447878-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f680946a-901c-44c7-b9f3-afe8c5c3247e",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-21T15:58:12.9447878-07:00",
"MeasurementValueNeededDate": "2026-08-21T15:58:12.9447878-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "b3f49e7e-bf76-486c-a0c9-7e5833e1d3bb",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "ac1c6ca2-bba5-4e2a-8199-655d8dd92f5d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "54ee48ee-e7f1-4eda-9a23-324eadc67d1e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "991e76e1-c47d-4822-8a8f-5c29b521060e",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-21T15:58:12.9447878-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "49cdd6eb-7bc7-4c91-862d-80603c8316cb",
"Section": {
"FormTypeSectionId": "c26fe361-ed69-41d9-a895-4ae636da1530",
"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": "8aab2c82-e7c4-4aac-9b2a-259e95bf1178",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f2e1fbea-0cf2-44b7-9f29-d9cfe1468d4c",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8ebed7c3-c6d2-4fcd-b104-a0852eecb002",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9a42aca4-65b6-4a90-aea5-0f6741062124",
"FieldId": "0236babb-d2fc-4721-97ae-b41045d11185",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9a42aca4-65b6-4a90-aea5-0f6741062124",
"FieldId": "0236babb-d2fc-4721-97ae-b41045d11185",
"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": "49cdd6eb-7bc7-4c91-862d-80603c8316cb",
"Section": {
"FormTypeSectionId": "c26fe361-ed69-41d9-a895-4ae636da1530",
"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": "8aab2c82-e7c4-4aac-9b2a-259e95bf1178",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f2e1fbea-0cf2-44b7-9f29-d9cfe1468d4c",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8ebed7c3-c6d2-4fcd-b104-a0852eecb002",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9a42aca4-65b6-4a90-aea5-0f6741062124",
"FieldId": "0236babb-d2fc-4721-97ae-b41045d11185",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9a42aca4-65b6-4a90-aea5-0f6741062124",
"FieldId": "0236babb-d2fc-4721-97ae-b41045d11185",
"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": "17634344-a7cd-492f-a97f-594ba0bf48d9",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-08-21T15:58:12.9447878-07:00",
"Location": "sample string 1",
"TaskId": "2bdef927-1932-4bcb-9292-36987a9ee19a",
"Values": [
{
"FormFieldValueId": "7fbdadcf-6d7e-4184-88d3-204f4548a9f7",
"FormId": "14bc92a7-c523-4f0f-b51f-4ba08b29a93e",
"FormTypeField": {
"FormTypeFieldId": "49cdd6eb-7bc7-4c91-862d-80603c8316cb",
"FormType": {
"FormTypeId": "ac1c6ca2-bba5-4e2a-8199-655d8dd92f5d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "54ee48ee-e7f1-4eda-9a23-324eadc67d1e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "991e76e1-c47d-4822-8a8f-5c29b521060e",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-21T15:58:12.9447878-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "17634344-a7cd-492f-a97f-594ba0bf48d9",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "c26fe361-ed69-41d9-a895-4ae636da1530",
"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": "8aab2c82-e7c4-4aac-9b2a-259e95bf1178",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f2e1fbea-0cf2-44b7-9f29-d9cfe1468d4c",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8ebed7c3-c6d2-4fcd-b104-a0852eecb002",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9a42aca4-65b6-4a90-aea5-0f6741062124",
"FieldId": "0236babb-d2fc-4721-97ae-b41045d11185",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9a42aca4-65b6-4a90-aea5-0f6741062124",
"FieldId": "0236babb-d2fc-4721-97ae-b41045d11185",
"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": "7fbdadcf-6d7e-4184-88d3-204f4548a9f7",
"FormId": "14bc92a7-c523-4f0f-b51f-4ba08b29a93e",
"FormTypeField": {
"FormTypeFieldId": "49cdd6eb-7bc7-4c91-862d-80603c8316cb",
"FormType": {
"FormTypeId": "ac1c6ca2-bba5-4e2a-8199-655d8dd92f5d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "54ee48ee-e7f1-4eda-9a23-324eadc67d1e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "991e76e1-c47d-4822-8a8f-5c29b521060e",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-21T15:58:12.9447878-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "17634344-a7cd-492f-a97f-594ba0bf48d9",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "c26fe361-ed69-41d9-a895-4ae636da1530",
"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": "8aab2c82-e7c4-4aac-9b2a-259e95bf1178",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f2e1fbea-0cf2-44b7-9f29-d9cfe1468d4c",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8ebed7c3-c6d2-4fcd-b104-a0852eecb002",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9a42aca4-65b6-4a90-aea5-0f6741062124",
"FieldId": "0236babb-d2fc-4721-97ae-b41045d11185",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9a42aca4-65b6-4a90-aea5-0f6741062124",
"FieldId": "0236babb-d2fc-4721-97ae-b41045d11185",
"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": "2a35f6b3-2fcf-441d-8436-4baab33e43db",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "9a2f9315-1f18-4c28-a084-33836f7ba60e",
"Asset": {
"AssetId": "3fea6331-2ca0-4f4c-822a-7566715b4825",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "54ee48ee-e7f1-4eda-9a23-324eadc67d1e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "991e76e1-c47d-4822-8a8f-5c29b521060e",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "9f7b0dc4-5832-45a5-8438-93ea719e149f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-21T15:58:12.9447878-07:00",
"MeasurementValueNeededDate": "2026-08-21T15:58:12.9447878-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f680946a-901c-44c7-b9f3-afe8c5c3247e",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-21T15:58:12.9447878-07:00",
"MeasurementValueNeededDate": "2026-08-21T15:58:12.9447878-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "b3f49e7e-bf76-486c-a0c9-7e5833e1d3bb",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "ac1c6ca2-bba5-4e2a-8199-655d8dd92f5d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "54ee48ee-e7f1-4eda-9a23-324eadc67d1e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "991e76e1-c47d-4822-8a8f-5c29b521060e",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-21T15:58:12.9447878-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "49cdd6eb-7bc7-4c91-862d-80603c8316cb",
"Section": {
"FormTypeSectionId": "c26fe361-ed69-41d9-a895-4ae636da1530",
"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": "8aab2c82-e7c4-4aac-9b2a-259e95bf1178",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f2e1fbea-0cf2-44b7-9f29-d9cfe1468d4c",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8ebed7c3-c6d2-4fcd-b104-a0852eecb002",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9a42aca4-65b6-4a90-aea5-0f6741062124",
"FieldId": "0236babb-d2fc-4721-97ae-b41045d11185",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9a42aca4-65b6-4a90-aea5-0f6741062124",
"FieldId": "0236babb-d2fc-4721-97ae-b41045d11185",
"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": "49cdd6eb-7bc7-4c91-862d-80603c8316cb",
"Section": {
"FormTypeSectionId": "c26fe361-ed69-41d9-a895-4ae636da1530",
"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": "8aab2c82-e7c4-4aac-9b2a-259e95bf1178",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f2e1fbea-0cf2-44b7-9f29-d9cfe1468d4c",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8ebed7c3-c6d2-4fcd-b104-a0852eecb002",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9a42aca4-65b6-4a90-aea5-0f6741062124",
"FieldId": "0236babb-d2fc-4721-97ae-b41045d11185",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9a42aca4-65b6-4a90-aea5-0f6741062124",
"FieldId": "0236babb-d2fc-4721-97ae-b41045d11185",
"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": "17634344-a7cd-492f-a97f-594ba0bf48d9",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-08-21T15:58:12.9447878-07:00",
"Location": "sample string 1",
"TaskId": "2bdef927-1932-4bcb-9292-36987a9ee19a",
"Values": [
{
"FormFieldValueId": "7fbdadcf-6d7e-4184-88d3-204f4548a9f7",
"FormId": "14bc92a7-c523-4f0f-b51f-4ba08b29a93e",
"FormTypeField": {
"FormTypeFieldId": "49cdd6eb-7bc7-4c91-862d-80603c8316cb",
"FormType": {
"FormTypeId": "ac1c6ca2-bba5-4e2a-8199-655d8dd92f5d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "54ee48ee-e7f1-4eda-9a23-324eadc67d1e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "991e76e1-c47d-4822-8a8f-5c29b521060e",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-21T15:58:12.9447878-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "17634344-a7cd-492f-a97f-594ba0bf48d9",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "c26fe361-ed69-41d9-a895-4ae636da1530",
"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": "8aab2c82-e7c4-4aac-9b2a-259e95bf1178",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f2e1fbea-0cf2-44b7-9f29-d9cfe1468d4c",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8ebed7c3-c6d2-4fcd-b104-a0852eecb002",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9a42aca4-65b6-4a90-aea5-0f6741062124",
"FieldId": "0236babb-d2fc-4721-97ae-b41045d11185",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9a42aca4-65b6-4a90-aea5-0f6741062124",
"FieldId": "0236babb-d2fc-4721-97ae-b41045d11185",
"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": "7fbdadcf-6d7e-4184-88d3-204f4548a9f7",
"FormId": "14bc92a7-c523-4f0f-b51f-4ba08b29a93e",
"FormTypeField": {
"FormTypeFieldId": "49cdd6eb-7bc7-4c91-862d-80603c8316cb",
"FormType": {
"FormTypeId": "ac1c6ca2-bba5-4e2a-8199-655d8dd92f5d",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "54ee48ee-e7f1-4eda-9a23-324eadc67d1e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "991e76e1-c47d-4822-8a8f-5c29b521060e",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-21T15:58:12.9447878-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "17634344-a7cd-492f-a97f-594ba0bf48d9",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "c26fe361-ed69-41d9-a895-4ae636da1530",
"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": "8aab2c82-e7c4-4aac-9b2a-259e95bf1178",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "f2e1fbea-0cf2-44b7-9f29-d9cfe1468d4c",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "8ebed7c3-c6d2-4fcd-b104-a0852eecb002",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9a42aca4-65b6-4a90-aea5-0f6741062124",
"FieldId": "0236babb-d2fc-4721-97ae-b41045d11185",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9a42aca4-65b6-4a90-aea5-0f6741062124",
"FieldId": "0236babb-d2fc-4721-97ae-b41045d11185",
"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": "2a35f6b3-2fcf-441d-8436-4baab33e43db",
"CreateDate": "2026-08-21T15:58:12.9447878-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-21T15:58:12.9447878-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}