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": "dc1d841a-0faf-4234-ba4a-f55d0aaf309b",
"Asset": {
"AssetId": "0dec273a-5f0b-4c66-91c3-8de216ba6b8a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "3b6f2214-17a4-4455-9883-c6016d78faef",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e1854ac0-ae3a-4c95-ae5b-89b2dae8b77c",
"CreateDate": "2026-05-03T02:38:22.421112-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-03T02:38:22.421112-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "14033343-e0cd-4827-8788-3a47e609c32b",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-03T02:38:22.421112-07:00",
"MeasurementValueNeededDate": "2026-05-03T02:38:22.421112-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2e946ac1-9d1d-4841-9b1b-82bdd418a4e8",
"CreateDate": "2026-05-03T02:38:22.421112-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-03T02:38:22.421112-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-03T02:38:22.421112-07:00",
"MeasurementValueNeededDate": "2026-05-03T02:38:22.421112-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "71b656f3-0ce6-4579-aa99-cb655d3082ac",
"CreateDate": "2026-05-03T02:38:22.421112-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-03T02:38:22.421112-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "b7cec00c-444b-4f60-b77c-1b6cf36dbd84",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3b6f2214-17a4-4455-9883-c6016d78faef",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e1854ac0-ae3a-4c95-ae5b-89b2dae8b77c",
"CreateDate": "2026-05-03T02:38:22.421112-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-03T02:38:22.421112-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-03T02:38:22.421112-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "1485c852-6958-4b75-bf9f-28e791694952",
"Section": {
"FormTypeSectionId": "889e1731-e940-448d-8f8a-a5e85f52ff32",
"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": "e969ee66-9b79-4c58-82b2-012eea3e2a43",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "eae616b0-cd8e-4047-8cba-62d289fa99b4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e0eab0a3-22f0-479e-9010-33a65a0937fb",
"CreateDate": "2026-05-03T02:38:22.421112-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-03T02:38:22.421112-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "2343e7ff-5838-4a4b-ac5d-f27f1f15f7a2",
"FieldId": "a07a0d2a-99ba-4393-94bb-09e98b93941c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "2343e7ff-5838-4a4b-ac5d-f27f1f15f7a2",
"FieldId": "a07a0d2a-99ba-4393-94bb-09e98b93941c",
"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": "1485c852-6958-4b75-bf9f-28e791694952",
"Section": {
"FormTypeSectionId": "889e1731-e940-448d-8f8a-a5e85f52ff32",
"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": "e969ee66-9b79-4c58-82b2-012eea3e2a43",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "eae616b0-cd8e-4047-8cba-62d289fa99b4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e0eab0a3-22f0-479e-9010-33a65a0937fb",
"CreateDate": "2026-05-03T02:38:22.421112-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-03T02:38:22.421112-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "2343e7ff-5838-4a4b-ac5d-f27f1f15f7a2",
"FieldId": "a07a0d2a-99ba-4393-94bb-09e98b93941c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "2343e7ff-5838-4a4b-ac5d-f27f1f15f7a2",
"FieldId": "a07a0d2a-99ba-4393-94bb-09e98b93941c",
"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": "fad01419-dcd4-4157-8e6e-6a79af33dbca",
"CreateDate": "2026-05-03T02:38:22.4367313-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-03T02:38:22.4367313-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-05-03T02:38:22.4367313-07:00",
"Location": "sample string 1",
"TaskId": "03e31d4d-c553-434f-85bf-ff04d9dfbb0c",
"Values": [
{
"FormFieldValueId": "882b7f13-6147-47fd-8c46-9c3f12d38eee",
"FormId": "876e2a17-1828-42cd-84b1-7990deb0fd9a",
"FormTypeField": {
"FormTypeFieldId": "1485c852-6958-4b75-bf9f-28e791694952",
"FormType": {
"FormTypeId": "b7cec00c-444b-4f60-b77c-1b6cf36dbd84",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3b6f2214-17a4-4455-9883-c6016d78faef",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e1854ac0-ae3a-4c95-ae5b-89b2dae8b77c",
"CreateDate": "2026-05-03T02:38:22.421112-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-03T02:38:22.421112-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-03T02:38:22.421112-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "fad01419-dcd4-4157-8e6e-6a79af33dbca",
"CreateDate": "2026-05-03T02:38:22.4367313-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-03T02:38:22.4367313-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "889e1731-e940-448d-8f8a-a5e85f52ff32",
"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": "e969ee66-9b79-4c58-82b2-012eea3e2a43",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "eae616b0-cd8e-4047-8cba-62d289fa99b4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e0eab0a3-22f0-479e-9010-33a65a0937fb",
"CreateDate": "2026-05-03T02:38:22.421112-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-03T02:38:22.421112-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "2343e7ff-5838-4a4b-ac5d-f27f1f15f7a2",
"FieldId": "a07a0d2a-99ba-4393-94bb-09e98b93941c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "2343e7ff-5838-4a4b-ac5d-f27f1f15f7a2",
"FieldId": "a07a0d2a-99ba-4393-94bb-09e98b93941c",
"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": "882b7f13-6147-47fd-8c46-9c3f12d38eee",
"FormId": "876e2a17-1828-42cd-84b1-7990deb0fd9a",
"FormTypeField": {
"FormTypeFieldId": "1485c852-6958-4b75-bf9f-28e791694952",
"FormType": {
"FormTypeId": "b7cec00c-444b-4f60-b77c-1b6cf36dbd84",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3b6f2214-17a4-4455-9883-c6016d78faef",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e1854ac0-ae3a-4c95-ae5b-89b2dae8b77c",
"CreateDate": "2026-05-03T02:38:22.421112-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-03T02:38:22.421112-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-03T02:38:22.421112-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "fad01419-dcd4-4157-8e6e-6a79af33dbca",
"CreateDate": "2026-05-03T02:38:22.4367313-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-03T02:38:22.4367313-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "889e1731-e940-448d-8f8a-a5e85f52ff32",
"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": "e969ee66-9b79-4c58-82b2-012eea3e2a43",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "eae616b0-cd8e-4047-8cba-62d289fa99b4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e0eab0a3-22f0-479e-9010-33a65a0937fb",
"CreateDate": "2026-05-03T02:38:22.421112-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-03T02:38:22.421112-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "2343e7ff-5838-4a4b-ac5d-f27f1f15f7a2",
"FieldId": "a07a0d2a-99ba-4393-94bb-09e98b93941c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "2343e7ff-5838-4a4b-ac5d-f27f1f15f7a2",
"FieldId": "a07a0d2a-99ba-4393-94bb-09e98b93941c",
"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": "ba4b61c8-1486-4202-b5d3-1ab79c4d9aa2",
"CreateDate": "2026-05-03T02:38:22.4367313-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-03T02:38:22.4367313-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "dc1d841a-0faf-4234-ba4a-f55d0aaf309b",
"Asset": {
"AssetId": "0dec273a-5f0b-4c66-91c3-8de216ba6b8a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "3b6f2214-17a4-4455-9883-c6016d78faef",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e1854ac0-ae3a-4c95-ae5b-89b2dae8b77c",
"CreateDate": "2026-05-03T02:38:22.421112-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-03T02:38:22.421112-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "14033343-e0cd-4827-8788-3a47e609c32b",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-03T02:38:22.421112-07:00",
"MeasurementValueNeededDate": "2026-05-03T02:38:22.421112-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "2e946ac1-9d1d-4841-9b1b-82bdd418a4e8",
"CreateDate": "2026-05-03T02:38:22.421112-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-03T02:38:22.421112-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-03T02:38:22.421112-07:00",
"MeasurementValueNeededDate": "2026-05-03T02:38:22.421112-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "71b656f3-0ce6-4579-aa99-cb655d3082ac",
"CreateDate": "2026-05-03T02:38:22.421112-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-03T02:38:22.421112-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "b7cec00c-444b-4f60-b77c-1b6cf36dbd84",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3b6f2214-17a4-4455-9883-c6016d78faef",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e1854ac0-ae3a-4c95-ae5b-89b2dae8b77c",
"CreateDate": "2026-05-03T02:38:22.421112-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-03T02:38:22.421112-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-03T02:38:22.421112-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "1485c852-6958-4b75-bf9f-28e791694952",
"Section": {
"FormTypeSectionId": "889e1731-e940-448d-8f8a-a5e85f52ff32",
"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": "e969ee66-9b79-4c58-82b2-012eea3e2a43",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "eae616b0-cd8e-4047-8cba-62d289fa99b4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e0eab0a3-22f0-479e-9010-33a65a0937fb",
"CreateDate": "2026-05-03T02:38:22.421112-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-03T02:38:22.421112-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "2343e7ff-5838-4a4b-ac5d-f27f1f15f7a2",
"FieldId": "a07a0d2a-99ba-4393-94bb-09e98b93941c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "2343e7ff-5838-4a4b-ac5d-f27f1f15f7a2",
"FieldId": "a07a0d2a-99ba-4393-94bb-09e98b93941c",
"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": "1485c852-6958-4b75-bf9f-28e791694952",
"Section": {
"FormTypeSectionId": "889e1731-e940-448d-8f8a-a5e85f52ff32",
"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": "e969ee66-9b79-4c58-82b2-012eea3e2a43",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "eae616b0-cd8e-4047-8cba-62d289fa99b4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e0eab0a3-22f0-479e-9010-33a65a0937fb",
"CreateDate": "2026-05-03T02:38:22.421112-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-03T02:38:22.421112-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "2343e7ff-5838-4a4b-ac5d-f27f1f15f7a2",
"FieldId": "a07a0d2a-99ba-4393-94bb-09e98b93941c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "2343e7ff-5838-4a4b-ac5d-f27f1f15f7a2",
"FieldId": "a07a0d2a-99ba-4393-94bb-09e98b93941c",
"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": "fad01419-dcd4-4157-8e6e-6a79af33dbca",
"CreateDate": "2026-05-03T02:38:22.4367313-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-03T02:38:22.4367313-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-05-03T02:38:22.4367313-07:00",
"Location": "sample string 1",
"TaskId": "03e31d4d-c553-434f-85bf-ff04d9dfbb0c",
"Values": [
{
"FormFieldValueId": "882b7f13-6147-47fd-8c46-9c3f12d38eee",
"FormId": "876e2a17-1828-42cd-84b1-7990deb0fd9a",
"FormTypeField": {
"FormTypeFieldId": "1485c852-6958-4b75-bf9f-28e791694952",
"FormType": {
"FormTypeId": "b7cec00c-444b-4f60-b77c-1b6cf36dbd84",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3b6f2214-17a4-4455-9883-c6016d78faef",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e1854ac0-ae3a-4c95-ae5b-89b2dae8b77c",
"CreateDate": "2026-05-03T02:38:22.421112-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-03T02:38:22.421112-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-03T02:38:22.421112-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "fad01419-dcd4-4157-8e6e-6a79af33dbca",
"CreateDate": "2026-05-03T02:38:22.4367313-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-03T02:38:22.4367313-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "889e1731-e940-448d-8f8a-a5e85f52ff32",
"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": "e969ee66-9b79-4c58-82b2-012eea3e2a43",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "eae616b0-cd8e-4047-8cba-62d289fa99b4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e0eab0a3-22f0-479e-9010-33a65a0937fb",
"CreateDate": "2026-05-03T02:38:22.421112-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-03T02:38:22.421112-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "2343e7ff-5838-4a4b-ac5d-f27f1f15f7a2",
"FieldId": "a07a0d2a-99ba-4393-94bb-09e98b93941c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "2343e7ff-5838-4a4b-ac5d-f27f1f15f7a2",
"FieldId": "a07a0d2a-99ba-4393-94bb-09e98b93941c",
"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": "882b7f13-6147-47fd-8c46-9c3f12d38eee",
"FormId": "876e2a17-1828-42cd-84b1-7990deb0fd9a",
"FormTypeField": {
"FormTypeFieldId": "1485c852-6958-4b75-bf9f-28e791694952",
"FormType": {
"FormTypeId": "b7cec00c-444b-4f60-b77c-1b6cf36dbd84",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "3b6f2214-17a4-4455-9883-c6016d78faef",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e1854ac0-ae3a-4c95-ae5b-89b2dae8b77c",
"CreateDate": "2026-05-03T02:38:22.421112-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-03T02:38:22.421112-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-03T02:38:22.421112-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "fad01419-dcd4-4157-8e6e-6a79af33dbca",
"CreateDate": "2026-05-03T02:38:22.4367313-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-03T02:38:22.4367313-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "889e1731-e940-448d-8f8a-a5e85f52ff32",
"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": "e969ee66-9b79-4c58-82b2-012eea3e2a43",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "eae616b0-cd8e-4047-8cba-62d289fa99b4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e0eab0a3-22f0-479e-9010-33a65a0937fb",
"CreateDate": "2026-05-03T02:38:22.421112-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-03T02:38:22.421112-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "2343e7ff-5838-4a4b-ac5d-f27f1f15f7a2",
"FieldId": "a07a0d2a-99ba-4393-94bb-09e98b93941c",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "2343e7ff-5838-4a4b-ac5d-f27f1f15f7a2",
"FieldId": "a07a0d2a-99ba-4393-94bb-09e98b93941c",
"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": "ba4b61c8-1486-4202-b5d3-1ab79c4d9aa2",
"CreateDate": "2026-05-03T02:38:22.4367313-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-03T02:38:22.4367313-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}