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": "c65eb995-8931-405d-99a1-f63e3bbb8d88",
"Asset": {
"AssetId": "8080eca9-bcc4-4941-b9e0-bcbce1bc6de7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "747fee9c-8310-413b-9e5c-447a6a3c4066",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "169fc745-4c7b-4c35-9c14-b6080ed67cab",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "2057eadd-1e87-460a-b70b-15d985e0f36f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-16T18:01:49.7438693-07:00",
"MeasurementValueNeededDate": "2026-03-16T18:01:49.7438693-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b73a0482-3424-4a1e-a8e9-adb795d3a5ad",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-16T18:01:49.7438693-07:00",
"MeasurementValueNeededDate": "2026-03-16T18:01:49.7438693-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "17d3db76-8e56-4d04-a57d-904fbf41c53e",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "f4a97c06-ba36-4da7-93d8-33a7a6332f2a",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "747fee9c-8310-413b-9e5c-447a6a3c4066",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "169fc745-4c7b-4c35-9c14-b6080ed67cab",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-16T18:01:49.7438693-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "1c3db1f9-2244-4074-a1b7-d9604a5e9a25",
"Section": {
"FormTypeSectionId": "17880100-172d-4bb6-9ef9-cc5bf085d9c2",
"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": "53bd7a2c-deb1-4859-89c1-24f4b3659d67",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "898a4211-48fb-40f9-bd5a-2bbb8eff07d3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2ba7b4d9-5f21-482b-adee-4ad715980409",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "29c9a5bd-77f2-47a9-8734-5584c59981d8",
"FieldId": "07569e9d-e299-44aa-9d7c-e7bc63f33e29",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "29c9a5bd-77f2-47a9-8734-5584c59981d8",
"FieldId": "07569e9d-e299-44aa-9d7c-e7bc63f33e29",
"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": "1c3db1f9-2244-4074-a1b7-d9604a5e9a25",
"Section": {
"FormTypeSectionId": "17880100-172d-4bb6-9ef9-cc5bf085d9c2",
"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": "53bd7a2c-deb1-4859-89c1-24f4b3659d67",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "898a4211-48fb-40f9-bd5a-2bbb8eff07d3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2ba7b4d9-5f21-482b-adee-4ad715980409",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "29c9a5bd-77f2-47a9-8734-5584c59981d8",
"FieldId": "07569e9d-e299-44aa-9d7c-e7bc63f33e29",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "29c9a5bd-77f2-47a9-8734-5584c59981d8",
"FieldId": "07569e9d-e299-44aa-9d7c-e7bc63f33e29",
"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": "e0aa7d1f-903d-4e1b-81cc-d3ddd605365f",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-03-16T18:01:49.7438693-07:00",
"Location": "sample string 1",
"TaskId": "b09cba4a-3d63-474b-b177-cdb4a9061cca",
"Values": [
{
"FormFieldValueId": "cd5a51ac-199a-480d-830f-bf08e0103da2",
"FormId": "f84adc99-0133-4d9c-bbc7-c431207a1d06",
"FormTypeField": {
"FormTypeFieldId": "1c3db1f9-2244-4074-a1b7-d9604a5e9a25",
"FormType": {
"FormTypeId": "f4a97c06-ba36-4da7-93d8-33a7a6332f2a",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "747fee9c-8310-413b-9e5c-447a6a3c4066",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "169fc745-4c7b-4c35-9c14-b6080ed67cab",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-16T18:01:49.7438693-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "e0aa7d1f-903d-4e1b-81cc-d3ddd605365f",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "17880100-172d-4bb6-9ef9-cc5bf085d9c2",
"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": "53bd7a2c-deb1-4859-89c1-24f4b3659d67",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "898a4211-48fb-40f9-bd5a-2bbb8eff07d3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2ba7b4d9-5f21-482b-adee-4ad715980409",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "29c9a5bd-77f2-47a9-8734-5584c59981d8",
"FieldId": "07569e9d-e299-44aa-9d7c-e7bc63f33e29",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "29c9a5bd-77f2-47a9-8734-5584c59981d8",
"FieldId": "07569e9d-e299-44aa-9d7c-e7bc63f33e29",
"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": "cd5a51ac-199a-480d-830f-bf08e0103da2",
"FormId": "f84adc99-0133-4d9c-bbc7-c431207a1d06",
"FormTypeField": {
"FormTypeFieldId": "1c3db1f9-2244-4074-a1b7-d9604a5e9a25",
"FormType": {
"FormTypeId": "f4a97c06-ba36-4da7-93d8-33a7a6332f2a",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "747fee9c-8310-413b-9e5c-447a6a3c4066",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "169fc745-4c7b-4c35-9c14-b6080ed67cab",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-16T18:01:49.7438693-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "e0aa7d1f-903d-4e1b-81cc-d3ddd605365f",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "17880100-172d-4bb6-9ef9-cc5bf085d9c2",
"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": "53bd7a2c-deb1-4859-89c1-24f4b3659d67",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "898a4211-48fb-40f9-bd5a-2bbb8eff07d3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2ba7b4d9-5f21-482b-adee-4ad715980409",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "29c9a5bd-77f2-47a9-8734-5584c59981d8",
"FieldId": "07569e9d-e299-44aa-9d7c-e7bc63f33e29",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "29c9a5bd-77f2-47a9-8734-5584c59981d8",
"FieldId": "07569e9d-e299-44aa-9d7c-e7bc63f33e29",
"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": "89c62599-e51d-42fc-9181-b6de82f0fd48",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "c65eb995-8931-405d-99a1-f63e3bbb8d88",
"Asset": {
"AssetId": "8080eca9-bcc4-4941-b9e0-bcbce1bc6de7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "747fee9c-8310-413b-9e5c-447a6a3c4066",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "169fc745-4c7b-4c35-9c14-b6080ed67cab",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "2057eadd-1e87-460a-b70b-15d985e0f36f",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-16T18:01:49.7438693-07:00",
"MeasurementValueNeededDate": "2026-03-16T18:01:49.7438693-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b73a0482-3424-4a1e-a8e9-adb795d3a5ad",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-16T18:01:49.7438693-07:00",
"MeasurementValueNeededDate": "2026-03-16T18:01:49.7438693-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "17d3db76-8e56-4d04-a57d-904fbf41c53e",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "f4a97c06-ba36-4da7-93d8-33a7a6332f2a",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "747fee9c-8310-413b-9e5c-447a6a3c4066",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "169fc745-4c7b-4c35-9c14-b6080ed67cab",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-16T18:01:49.7438693-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "1c3db1f9-2244-4074-a1b7-d9604a5e9a25",
"Section": {
"FormTypeSectionId": "17880100-172d-4bb6-9ef9-cc5bf085d9c2",
"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": "53bd7a2c-deb1-4859-89c1-24f4b3659d67",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "898a4211-48fb-40f9-bd5a-2bbb8eff07d3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2ba7b4d9-5f21-482b-adee-4ad715980409",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "29c9a5bd-77f2-47a9-8734-5584c59981d8",
"FieldId": "07569e9d-e299-44aa-9d7c-e7bc63f33e29",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "29c9a5bd-77f2-47a9-8734-5584c59981d8",
"FieldId": "07569e9d-e299-44aa-9d7c-e7bc63f33e29",
"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": "1c3db1f9-2244-4074-a1b7-d9604a5e9a25",
"Section": {
"FormTypeSectionId": "17880100-172d-4bb6-9ef9-cc5bf085d9c2",
"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": "53bd7a2c-deb1-4859-89c1-24f4b3659d67",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "898a4211-48fb-40f9-bd5a-2bbb8eff07d3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2ba7b4d9-5f21-482b-adee-4ad715980409",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "29c9a5bd-77f2-47a9-8734-5584c59981d8",
"FieldId": "07569e9d-e299-44aa-9d7c-e7bc63f33e29",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "29c9a5bd-77f2-47a9-8734-5584c59981d8",
"FieldId": "07569e9d-e299-44aa-9d7c-e7bc63f33e29",
"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": "e0aa7d1f-903d-4e1b-81cc-d3ddd605365f",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-03-16T18:01:49.7438693-07:00",
"Location": "sample string 1",
"TaskId": "b09cba4a-3d63-474b-b177-cdb4a9061cca",
"Values": [
{
"FormFieldValueId": "cd5a51ac-199a-480d-830f-bf08e0103da2",
"FormId": "f84adc99-0133-4d9c-bbc7-c431207a1d06",
"FormTypeField": {
"FormTypeFieldId": "1c3db1f9-2244-4074-a1b7-d9604a5e9a25",
"FormType": {
"FormTypeId": "f4a97c06-ba36-4da7-93d8-33a7a6332f2a",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "747fee9c-8310-413b-9e5c-447a6a3c4066",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "169fc745-4c7b-4c35-9c14-b6080ed67cab",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-16T18:01:49.7438693-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "e0aa7d1f-903d-4e1b-81cc-d3ddd605365f",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "17880100-172d-4bb6-9ef9-cc5bf085d9c2",
"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": "53bd7a2c-deb1-4859-89c1-24f4b3659d67",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "898a4211-48fb-40f9-bd5a-2bbb8eff07d3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2ba7b4d9-5f21-482b-adee-4ad715980409",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "29c9a5bd-77f2-47a9-8734-5584c59981d8",
"FieldId": "07569e9d-e299-44aa-9d7c-e7bc63f33e29",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "29c9a5bd-77f2-47a9-8734-5584c59981d8",
"FieldId": "07569e9d-e299-44aa-9d7c-e7bc63f33e29",
"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": "cd5a51ac-199a-480d-830f-bf08e0103da2",
"FormId": "f84adc99-0133-4d9c-bbc7-c431207a1d06",
"FormTypeField": {
"FormTypeFieldId": "1c3db1f9-2244-4074-a1b7-d9604a5e9a25",
"FormType": {
"FormTypeId": "f4a97c06-ba36-4da7-93d8-33a7a6332f2a",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "747fee9c-8310-413b-9e5c-447a6a3c4066",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "169fc745-4c7b-4c35-9c14-b6080ed67cab",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-03-16T18:01:49.7438693-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "e0aa7d1f-903d-4e1b-81cc-d3ddd605365f",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "17880100-172d-4bb6-9ef9-cc5bf085d9c2",
"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": "53bd7a2c-deb1-4859-89c1-24f4b3659d67",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "898a4211-48fb-40f9-bd5a-2bbb8eff07d3",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "2ba7b4d9-5f21-482b-adee-4ad715980409",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "29c9a5bd-77f2-47a9-8734-5584c59981d8",
"FieldId": "07569e9d-e299-44aa-9d7c-e7bc63f33e29",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "29c9a5bd-77f2-47a9-8734-5584c59981d8",
"FieldId": "07569e9d-e299-44aa-9d7c-e7bc63f33e29",
"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": "89c62599-e51d-42fc-9181-b6de82f0fd48",
"CreateDate": "2026-03-16T18:01:49.7438693-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-16T18:01:49.7438693-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}