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": "2ebd0d4c-0a96-40fc-aaf5-9653854c9abf",
"Asset": {
"AssetId": "328a6328-891c-4438-be6f-86bc4ac82ba6",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "95e7c633-0935-44ed-97a7-e0f027e7d489",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "178899f2-fa92-49b2-a744-7c2b3d89ab2e",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "59f06bc5-c525-436d-8161-3600c0455c40",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-31T00:04:39.2530681-08:00",
"MeasurementValueNeededDate": "2026-01-31T00:04:39.2530681-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "67731bfe-638c-4bf3-8b28-228841ecbeec",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-31T00:04:39.2530681-08:00",
"MeasurementValueNeededDate": "2026-01-31T00:04:39.2530681-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "7af15cb4-414a-42b1-b30a-a084bef47ce5",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "fa12f935-90a2-4625-947b-2b135cca885b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "95e7c633-0935-44ed-97a7-e0f027e7d489",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "178899f2-fa92-49b2-a744-7c2b3d89ab2e",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-31T00:04:39.2530681-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "ddda106d-25fc-48b3-9aae-19cae2d0e93a",
"Section": {
"FormTypeSectionId": "ab324de1-4e42-4365-8054-cd7730b538b7",
"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": "aee58e9c-2264-480b-bbd0-e6bb1c36bd57",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a9ef5ce7-912d-490a-841d-f41752b1d8c0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1cac3409-00f0-4577-888d-d97245680d72",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9ef7ad3c-d573-4dbc-af0d-9cbb059dd9b6",
"FieldId": "19626a21-0ea1-4799-8341-f33065324d59",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9ef7ad3c-d573-4dbc-af0d-9cbb059dd9b6",
"FieldId": "19626a21-0ea1-4799-8341-f33065324d59",
"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": "ddda106d-25fc-48b3-9aae-19cae2d0e93a",
"Section": {
"FormTypeSectionId": "ab324de1-4e42-4365-8054-cd7730b538b7",
"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": "aee58e9c-2264-480b-bbd0-e6bb1c36bd57",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a9ef5ce7-912d-490a-841d-f41752b1d8c0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1cac3409-00f0-4577-888d-d97245680d72",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9ef7ad3c-d573-4dbc-af0d-9cbb059dd9b6",
"FieldId": "19626a21-0ea1-4799-8341-f33065324d59",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9ef7ad3c-d573-4dbc-af0d-9cbb059dd9b6",
"FieldId": "19626a21-0ea1-4799-8341-f33065324d59",
"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": "e71cd3eb-e044-4181-8507-e4f9a37d1ebe",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-01-31T00:04:39.2530681-08:00",
"Location": "sample string 1",
"TaskId": "a4499986-5840-4903-bc9a-83073daae336",
"Values": [
{
"FormFieldValueId": "a9b52632-508a-4149-8609-bcf77ad74e5c",
"FormId": "f2685a81-acd6-4816-bd29-3cf3ad7d313a",
"FormTypeField": {
"FormTypeFieldId": "ddda106d-25fc-48b3-9aae-19cae2d0e93a",
"FormType": {
"FormTypeId": "fa12f935-90a2-4625-947b-2b135cca885b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "95e7c633-0935-44ed-97a7-e0f027e7d489",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "178899f2-fa92-49b2-a744-7c2b3d89ab2e",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-31T00:04:39.2530681-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "e71cd3eb-e044-4181-8507-e4f9a37d1ebe",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "ab324de1-4e42-4365-8054-cd7730b538b7",
"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": "aee58e9c-2264-480b-bbd0-e6bb1c36bd57",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a9ef5ce7-912d-490a-841d-f41752b1d8c0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1cac3409-00f0-4577-888d-d97245680d72",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9ef7ad3c-d573-4dbc-af0d-9cbb059dd9b6",
"FieldId": "19626a21-0ea1-4799-8341-f33065324d59",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9ef7ad3c-d573-4dbc-af0d-9cbb059dd9b6",
"FieldId": "19626a21-0ea1-4799-8341-f33065324d59",
"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": "a9b52632-508a-4149-8609-bcf77ad74e5c",
"FormId": "f2685a81-acd6-4816-bd29-3cf3ad7d313a",
"FormTypeField": {
"FormTypeFieldId": "ddda106d-25fc-48b3-9aae-19cae2d0e93a",
"FormType": {
"FormTypeId": "fa12f935-90a2-4625-947b-2b135cca885b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "95e7c633-0935-44ed-97a7-e0f027e7d489",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "178899f2-fa92-49b2-a744-7c2b3d89ab2e",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-31T00:04:39.2530681-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "e71cd3eb-e044-4181-8507-e4f9a37d1ebe",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "ab324de1-4e42-4365-8054-cd7730b538b7",
"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": "aee58e9c-2264-480b-bbd0-e6bb1c36bd57",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a9ef5ce7-912d-490a-841d-f41752b1d8c0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1cac3409-00f0-4577-888d-d97245680d72",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9ef7ad3c-d573-4dbc-af0d-9cbb059dd9b6",
"FieldId": "19626a21-0ea1-4799-8341-f33065324d59",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9ef7ad3c-d573-4dbc-af0d-9cbb059dd9b6",
"FieldId": "19626a21-0ea1-4799-8341-f33065324d59",
"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": "f0c6508c-a701-4123-844e-75ccec884c4e",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "2ebd0d4c-0a96-40fc-aaf5-9653854c9abf",
"Asset": {
"AssetId": "328a6328-891c-4438-be6f-86bc4ac82ba6",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "95e7c633-0935-44ed-97a7-e0f027e7d489",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "178899f2-fa92-49b2-a744-7c2b3d89ab2e",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "59f06bc5-c525-436d-8161-3600c0455c40",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-31T00:04:39.2530681-08:00",
"MeasurementValueNeededDate": "2026-01-31T00:04:39.2530681-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "67731bfe-638c-4bf3-8b28-228841ecbeec",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-31T00:04:39.2530681-08:00",
"MeasurementValueNeededDate": "2026-01-31T00:04:39.2530681-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "7af15cb4-414a-42b1-b30a-a084bef47ce5",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "fa12f935-90a2-4625-947b-2b135cca885b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "95e7c633-0935-44ed-97a7-e0f027e7d489",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "178899f2-fa92-49b2-a744-7c2b3d89ab2e",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-31T00:04:39.2530681-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "ddda106d-25fc-48b3-9aae-19cae2d0e93a",
"Section": {
"FormTypeSectionId": "ab324de1-4e42-4365-8054-cd7730b538b7",
"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": "aee58e9c-2264-480b-bbd0-e6bb1c36bd57",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a9ef5ce7-912d-490a-841d-f41752b1d8c0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1cac3409-00f0-4577-888d-d97245680d72",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9ef7ad3c-d573-4dbc-af0d-9cbb059dd9b6",
"FieldId": "19626a21-0ea1-4799-8341-f33065324d59",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9ef7ad3c-d573-4dbc-af0d-9cbb059dd9b6",
"FieldId": "19626a21-0ea1-4799-8341-f33065324d59",
"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": "ddda106d-25fc-48b3-9aae-19cae2d0e93a",
"Section": {
"FormTypeSectionId": "ab324de1-4e42-4365-8054-cd7730b538b7",
"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": "aee58e9c-2264-480b-bbd0-e6bb1c36bd57",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a9ef5ce7-912d-490a-841d-f41752b1d8c0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1cac3409-00f0-4577-888d-d97245680d72",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9ef7ad3c-d573-4dbc-af0d-9cbb059dd9b6",
"FieldId": "19626a21-0ea1-4799-8341-f33065324d59",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9ef7ad3c-d573-4dbc-af0d-9cbb059dd9b6",
"FieldId": "19626a21-0ea1-4799-8341-f33065324d59",
"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": "e71cd3eb-e044-4181-8507-e4f9a37d1ebe",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-01-31T00:04:39.2530681-08:00",
"Location": "sample string 1",
"TaskId": "a4499986-5840-4903-bc9a-83073daae336",
"Values": [
{
"FormFieldValueId": "a9b52632-508a-4149-8609-bcf77ad74e5c",
"FormId": "f2685a81-acd6-4816-bd29-3cf3ad7d313a",
"FormTypeField": {
"FormTypeFieldId": "ddda106d-25fc-48b3-9aae-19cae2d0e93a",
"FormType": {
"FormTypeId": "fa12f935-90a2-4625-947b-2b135cca885b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "95e7c633-0935-44ed-97a7-e0f027e7d489",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "178899f2-fa92-49b2-a744-7c2b3d89ab2e",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-31T00:04:39.2530681-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "e71cd3eb-e044-4181-8507-e4f9a37d1ebe",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "ab324de1-4e42-4365-8054-cd7730b538b7",
"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": "aee58e9c-2264-480b-bbd0-e6bb1c36bd57",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a9ef5ce7-912d-490a-841d-f41752b1d8c0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1cac3409-00f0-4577-888d-d97245680d72",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9ef7ad3c-d573-4dbc-af0d-9cbb059dd9b6",
"FieldId": "19626a21-0ea1-4799-8341-f33065324d59",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9ef7ad3c-d573-4dbc-af0d-9cbb059dd9b6",
"FieldId": "19626a21-0ea1-4799-8341-f33065324d59",
"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": "a9b52632-508a-4149-8609-bcf77ad74e5c",
"FormId": "f2685a81-acd6-4816-bd29-3cf3ad7d313a",
"FormTypeField": {
"FormTypeFieldId": "ddda106d-25fc-48b3-9aae-19cae2d0e93a",
"FormType": {
"FormTypeId": "fa12f935-90a2-4625-947b-2b135cca885b",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "95e7c633-0935-44ed-97a7-e0f027e7d489",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "178899f2-fa92-49b2-a744-7c2b3d89ab2e",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-01-31T00:04:39.2530681-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "e71cd3eb-e044-4181-8507-e4f9a37d1ebe",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "ab324de1-4e42-4365-8054-cd7730b538b7",
"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": "aee58e9c-2264-480b-bbd0-e6bb1c36bd57",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "a9ef5ce7-912d-490a-841d-f41752b1d8c0",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1cac3409-00f0-4577-888d-d97245680d72",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9ef7ad3c-d573-4dbc-af0d-9cbb059dd9b6",
"FieldId": "19626a21-0ea1-4799-8341-f33065324d59",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9ef7ad3c-d573-4dbc-af0d-9cbb059dd9b6",
"FieldId": "19626a21-0ea1-4799-8341-f33065324d59",
"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": "f0c6508c-a701-4123-844e-75ccec884c4e",
"CreateDate": "2026-01-31T00:04:39.2530681-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-31T00:04:39.2530681-08:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}