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": "ffb3f7c3-840b-4b26-b5a4-fe646f95a657",
"Asset": {
"AssetId": "0a7c3d02-2123-4db5-ae16-8fb1c227324b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "0b57c1da-ebf8-4728-b723-84afcac50faf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "94e94f87-259d-4ddf-8c10-b48c3cb2fccd",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "9b1ca614-68e5-48ca-8781-b76c96a67aa8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-02T20:03:01.357242-07:00",
"MeasurementValueNeededDate": "2026-05-02T20:03:01.357242-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2d359e27-9735-4f58-8d09-ac26abe4e2ae",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-02T20:03:01.357242-07:00",
"MeasurementValueNeededDate": "2026-05-02T20:03:01.357242-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "4ed690dc-98d4-40d7-9ffb-3d5b38cbf9a1",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "0062a7e3-8521-4ce8-b528-2c5eb4ec7b02",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "0b57c1da-ebf8-4728-b723-84afcac50faf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "94e94f87-259d-4ddf-8c10-b48c3cb2fccd",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-02T20:03:01.357242-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "f47e863b-cec5-4375-b20f-006b4544f168",
"Section": {
"FormTypeSectionId": "5a396e23-2b65-49ad-9d8b-a904948e2b69",
"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": "d13511af-e157-4137-ab99-fad02f4e8fb0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fe427d8f-5e00-4550-9d83-3c084035716d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ac4d0bd0-5bc0-4452-8249-04d1290765bf",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e5cb04d5-ad15-4cc0-9a9c-791659e56b25",
"FieldId": "b37d2ccb-7ef5-4927-8022-0aeb5f74c6dc",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e5cb04d5-ad15-4cc0-9a9c-791659e56b25",
"FieldId": "b37d2ccb-7ef5-4927-8022-0aeb5f74c6dc",
"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": "f47e863b-cec5-4375-b20f-006b4544f168",
"Section": {
"FormTypeSectionId": "5a396e23-2b65-49ad-9d8b-a904948e2b69",
"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": "d13511af-e157-4137-ab99-fad02f4e8fb0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fe427d8f-5e00-4550-9d83-3c084035716d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ac4d0bd0-5bc0-4452-8249-04d1290765bf",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e5cb04d5-ad15-4cc0-9a9c-791659e56b25",
"FieldId": "b37d2ccb-7ef5-4927-8022-0aeb5f74c6dc",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e5cb04d5-ad15-4cc0-9a9c-791659e56b25",
"FieldId": "b37d2ccb-7ef5-4927-8022-0aeb5f74c6dc",
"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": "ccf37367-8d6e-4d77-9e6b-df80451c5497",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-05-02T20:03:01.357242-07:00",
"Location": "sample string 1",
"TaskId": "8198c86e-8b1e-4947-ba2d-00676103ae34",
"Values": [
{
"FormFieldValueId": "3f9a65eb-786a-4f3d-838d-2722d0d2f6f4",
"FormId": "979077e2-e324-4c85-93fb-ff757e3144a6",
"FormTypeField": {
"FormTypeFieldId": "f47e863b-cec5-4375-b20f-006b4544f168",
"FormType": {
"FormTypeId": "0062a7e3-8521-4ce8-b528-2c5eb4ec7b02",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "0b57c1da-ebf8-4728-b723-84afcac50faf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "94e94f87-259d-4ddf-8c10-b48c3cb2fccd",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-02T20:03:01.357242-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "ccf37367-8d6e-4d77-9e6b-df80451c5497",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "5a396e23-2b65-49ad-9d8b-a904948e2b69",
"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": "d13511af-e157-4137-ab99-fad02f4e8fb0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fe427d8f-5e00-4550-9d83-3c084035716d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ac4d0bd0-5bc0-4452-8249-04d1290765bf",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e5cb04d5-ad15-4cc0-9a9c-791659e56b25",
"FieldId": "b37d2ccb-7ef5-4927-8022-0aeb5f74c6dc",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e5cb04d5-ad15-4cc0-9a9c-791659e56b25",
"FieldId": "b37d2ccb-7ef5-4927-8022-0aeb5f74c6dc",
"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": "3f9a65eb-786a-4f3d-838d-2722d0d2f6f4",
"FormId": "979077e2-e324-4c85-93fb-ff757e3144a6",
"FormTypeField": {
"FormTypeFieldId": "f47e863b-cec5-4375-b20f-006b4544f168",
"FormType": {
"FormTypeId": "0062a7e3-8521-4ce8-b528-2c5eb4ec7b02",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "0b57c1da-ebf8-4728-b723-84afcac50faf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "94e94f87-259d-4ddf-8c10-b48c3cb2fccd",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-02T20:03:01.357242-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "ccf37367-8d6e-4d77-9e6b-df80451c5497",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "5a396e23-2b65-49ad-9d8b-a904948e2b69",
"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": "d13511af-e157-4137-ab99-fad02f4e8fb0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fe427d8f-5e00-4550-9d83-3c084035716d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ac4d0bd0-5bc0-4452-8249-04d1290765bf",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e5cb04d5-ad15-4cc0-9a9c-791659e56b25",
"FieldId": "b37d2ccb-7ef5-4927-8022-0aeb5f74c6dc",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e5cb04d5-ad15-4cc0-9a9c-791659e56b25",
"FieldId": "b37d2ccb-7ef5-4927-8022-0aeb5f74c6dc",
"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": "8c510e16-c488-4a0c-90b6-6d0e6a8dc133",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "ffb3f7c3-840b-4b26-b5a4-fe646f95a657",
"Asset": {
"AssetId": "0a7c3d02-2123-4db5-ae16-8fb1c227324b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "0b57c1da-ebf8-4728-b723-84afcac50faf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "94e94f87-259d-4ddf-8c10-b48c3cb2fccd",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "9b1ca614-68e5-48ca-8781-b76c96a67aa8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-02T20:03:01.357242-07:00",
"MeasurementValueNeededDate": "2026-05-02T20:03:01.357242-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2d359e27-9735-4f58-8d09-ac26abe4e2ae",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-02T20:03:01.357242-07:00",
"MeasurementValueNeededDate": "2026-05-02T20:03:01.357242-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "4ed690dc-98d4-40d7-9ffb-3d5b38cbf9a1",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "0062a7e3-8521-4ce8-b528-2c5eb4ec7b02",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "0b57c1da-ebf8-4728-b723-84afcac50faf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "94e94f87-259d-4ddf-8c10-b48c3cb2fccd",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-02T20:03:01.357242-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "f47e863b-cec5-4375-b20f-006b4544f168",
"Section": {
"FormTypeSectionId": "5a396e23-2b65-49ad-9d8b-a904948e2b69",
"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": "d13511af-e157-4137-ab99-fad02f4e8fb0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fe427d8f-5e00-4550-9d83-3c084035716d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ac4d0bd0-5bc0-4452-8249-04d1290765bf",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e5cb04d5-ad15-4cc0-9a9c-791659e56b25",
"FieldId": "b37d2ccb-7ef5-4927-8022-0aeb5f74c6dc",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e5cb04d5-ad15-4cc0-9a9c-791659e56b25",
"FieldId": "b37d2ccb-7ef5-4927-8022-0aeb5f74c6dc",
"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": "f47e863b-cec5-4375-b20f-006b4544f168",
"Section": {
"FormTypeSectionId": "5a396e23-2b65-49ad-9d8b-a904948e2b69",
"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": "d13511af-e157-4137-ab99-fad02f4e8fb0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fe427d8f-5e00-4550-9d83-3c084035716d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ac4d0bd0-5bc0-4452-8249-04d1290765bf",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e5cb04d5-ad15-4cc0-9a9c-791659e56b25",
"FieldId": "b37d2ccb-7ef5-4927-8022-0aeb5f74c6dc",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e5cb04d5-ad15-4cc0-9a9c-791659e56b25",
"FieldId": "b37d2ccb-7ef5-4927-8022-0aeb5f74c6dc",
"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": "ccf37367-8d6e-4d77-9e6b-df80451c5497",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-05-02T20:03:01.357242-07:00",
"Location": "sample string 1",
"TaskId": "8198c86e-8b1e-4947-ba2d-00676103ae34",
"Values": [
{
"FormFieldValueId": "3f9a65eb-786a-4f3d-838d-2722d0d2f6f4",
"FormId": "979077e2-e324-4c85-93fb-ff757e3144a6",
"FormTypeField": {
"FormTypeFieldId": "f47e863b-cec5-4375-b20f-006b4544f168",
"FormType": {
"FormTypeId": "0062a7e3-8521-4ce8-b528-2c5eb4ec7b02",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "0b57c1da-ebf8-4728-b723-84afcac50faf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "94e94f87-259d-4ddf-8c10-b48c3cb2fccd",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-02T20:03:01.357242-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "ccf37367-8d6e-4d77-9e6b-df80451c5497",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "5a396e23-2b65-49ad-9d8b-a904948e2b69",
"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": "d13511af-e157-4137-ab99-fad02f4e8fb0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fe427d8f-5e00-4550-9d83-3c084035716d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ac4d0bd0-5bc0-4452-8249-04d1290765bf",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e5cb04d5-ad15-4cc0-9a9c-791659e56b25",
"FieldId": "b37d2ccb-7ef5-4927-8022-0aeb5f74c6dc",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e5cb04d5-ad15-4cc0-9a9c-791659e56b25",
"FieldId": "b37d2ccb-7ef5-4927-8022-0aeb5f74c6dc",
"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": "3f9a65eb-786a-4f3d-838d-2722d0d2f6f4",
"FormId": "979077e2-e324-4c85-93fb-ff757e3144a6",
"FormTypeField": {
"FormTypeFieldId": "f47e863b-cec5-4375-b20f-006b4544f168",
"FormType": {
"FormTypeId": "0062a7e3-8521-4ce8-b528-2c5eb4ec7b02",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "0b57c1da-ebf8-4728-b723-84afcac50faf",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "94e94f87-259d-4ddf-8c10-b48c3cb2fccd",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-02T20:03:01.357242-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "ccf37367-8d6e-4d77-9e6b-df80451c5497",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "5a396e23-2b65-49ad-9d8b-a904948e2b69",
"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": "d13511af-e157-4137-ab99-fad02f4e8fb0",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "fe427d8f-5e00-4550-9d83-3c084035716d",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "ac4d0bd0-5bc0-4452-8249-04d1290765bf",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e5cb04d5-ad15-4cc0-9a9c-791659e56b25",
"FieldId": "b37d2ccb-7ef5-4927-8022-0aeb5f74c6dc",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e5cb04d5-ad15-4cc0-9a9c-791659e56b25",
"FieldId": "b37d2ccb-7ef5-4927-8022-0aeb5f74c6dc",
"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": "8c510e16-c488-4a0c-90b6-6d0e6a8dc133",
"CreateDate": "2026-05-02T20:03:01.357242-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-02T20:03:01.357242-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}