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": "4982cf55-38e7-456c-aa61-6a7475fc2be4",
"Asset": {
"AssetId": "c843ec66-5cfb-4694-b57f-f8cea05ae8c5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "9ef5246d-a91c-4e49-be3a-b055921f458c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "aa6d3088-24a0-4d27-9d6e-71464be5fbe8",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "7c65088b-2850-41a7-b9b9-696e2f6c38f5",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-17T14:30:54.6806997-07:00",
"MeasurementValueNeededDate": "2026-08-17T14:30:54.6806997-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "de34af98-0da5-4800-8d91-c610eaf61cdf",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-17T14:30:54.6806997-07:00",
"MeasurementValueNeededDate": "2026-08-17T14:30:54.6806997-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d72e9f5d-94b3-4b28-b0a3-8dfbbc283a74",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "1383242d-ecf4-4f19-8b2c-99cb16d8feb5",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "9ef5246d-a91c-4e49-be3a-b055921f458c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "aa6d3088-24a0-4d27-9d6e-71464be5fbe8",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-17T14:30:54.6806997-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "fd73e78f-baf0-4913-a3a6-db41f12a71a7",
"Section": {
"FormTypeSectionId": "09b57d7a-25ca-41ea-b69c-1b4774f817b1",
"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": "090554fb-a8e6-441f-a42a-f8e85569620c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d05e0495-4bf7-47a9-9a81-6c91a9f35763",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d63cef33-6540-4524-a3fd-66e25d679c74",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "5a0de629-8572-4980-b1d2-d170211e9c85",
"FieldId": "ff71170a-73b5-41c5-976e-d1d38887c49d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "5a0de629-8572-4980-b1d2-d170211e9c85",
"FieldId": "ff71170a-73b5-41c5-976e-d1d38887c49d",
"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": "fd73e78f-baf0-4913-a3a6-db41f12a71a7",
"Section": {
"FormTypeSectionId": "09b57d7a-25ca-41ea-b69c-1b4774f817b1",
"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": "090554fb-a8e6-441f-a42a-f8e85569620c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d05e0495-4bf7-47a9-9a81-6c91a9f35763",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d63cef33-6540-4524-a3fd-66e25d679c74",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "5a0de629-8572-4980-b1d2-d170211e9c85",
"FieldId": "ff71170a-73b5-41c5-976e-d1d38887c49d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "5a0de629-8572-4980-b1d2-d170211e9c85",
"FieldId": "ff71170a-73b5-41c5-976e-d1d38887c49d",
"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": "1293fe9c-0bce-4f72-bd8b-e5bd846c57fb",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-08-17T14:30:54.6806997-07:00",
"Location": "sample string 1",
"TaskId": "a7eb620c-f46c-41bb-bad3-07a16a0a42da",
"Values": [
{
"FormFieldValueId": "04f436f0-df58-431c-b053-7bf528c9395a",
"FormId": "429cdc66-04c7-4690-836f-9dbdc6c175cb",
"FormTypeField": {
"FormTypeFieldId": "fd73e78f-baf0-4913-a3a6-db41f12a71a7",
"FormType": {
"FormTypeId": "1383242d-ecf4-4f19-8b2c-99cb16d8feb5",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "9ef5246d-a91c-4e49-be3a-b055921f458c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "aa6d3088-24a0-4d27-9d6e-71464be5fbe8",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-17T14:30:54.6806997-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1293fe9c-0bce-4f72-bd8b-e5bd846c57fb",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "09b57d7a-25ca-41ea-b69c-1b4774f817b1",
"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": "090554fb-a8e6-441f-a42a-f8e85569620c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d05e0495-4bf7-47a9-9a81-6c91a9f35763",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d63cef33-6540-4524-a3fd-66e25d679c74",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "5a0de629-8572-4980-b1d2-d170211e9c85",
"FieldId": "ff71170a-73b5-41c5-976e-d1d38887c49d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "5a0de629-8572-4980-b1d2-d170211e9c85",
"FieldId": "ff71170a-73b5-41c5-976e-d1d38887c49d",
"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": "04f436f0-df58-431c-b053-7bf528c9395a",
"FormId": "429cdc66-04c7-4690-836f-9dbdc6c175cb",
"FormTypeField": {
"FormTypeFieldId": "fd73e78f-baf0-4913-a3a6-db41f12a71a7",
"FormType": {
"FormTypeId": "1383242d-ecf4-4f19-8b2c-99cb16d8feb5",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "9ef5246d-a91c-4e49-be3a-b055921f458c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "aa6d3088-24a0-4d27-9d6e-71464be5fbe8",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-17T14:30:54.6806997-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1293fe9c-0bce-4f72-bd8b-e5bd846c57fb",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "09b57d7a-25ca-41ea-b69c-1b4774f817b1",
"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": "090554fb-a8e6-441f-a42a-f8e85569620c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d05e0495-4bf7-47a9-9a81-6c91a9f35763",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d63cef33-6540-4524-a3fd-66e25d679c74",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "5a0de629-8572-4980-b1d2-d170211e9c85",
"FieldId": "ff71170a-73b5-41c5-976e-d1d38887c49d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "5a0de629-8572-4980-b1d2-d170211e9c85",
"FieldId": "ff71170a-73b5-41c5-976e-d1d38887c49d",
"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": "38b7f74d-0254-49ed-bbd0-2d4a6ed6ced9",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "4982cf55-38e7-456c-aa61-6a7475fc2be4",
"Asset": {
"AssetId": "c843ec66-5cfb-4694-b57f-f8cea05ae8c5",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "9ef5246d-a91c-4e49-be3a-b055921f458c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "aa6d3088-24a0-4d27-9d6e-71464be5fbe8",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "7c65088b-2850-41a7-b9b9-696e2f6c38f5",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-17T14:30:54.6806997-07:00",
"MeasurementValueNeededDate": "2026-08-17T14:30:54.6806997-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "de34af98-0da5-4800-8d91-c610eaf61cdf",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-17T14:30:54.6806997-07:00",
"MeasurementValueNeededDate": "2026-08-17T14:30:54.6806997-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d72e9f5d-94b3-4b28-b0a3-8dfbbc283a74",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "1383242d-ecf4-4f19-8b2c-99cb16d8feb5",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "9ef5246d-a91c-4e49-be3a-b055921f458c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "aa6d3088-24a0-4d27-9d6e-71464be5fbe8",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-17T14:30:54.6806997-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "fd73e78f-baf0-4913-a3a6-db41f12a71a7",
"Section": {
"FormTypeSectionId": "09b57d7a-25ca-41ea-b69c-1b4774f817b1",
"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": "090554fb-a8e6-441f-a42a-f8e85569620c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d05e0495-4bf7-47a9-9a81-6c91a9f35763",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d63cef33-6540-4524-a3fd-66e25d679c74",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "5a0de629-8572-4980-b1d2-d170211e9c85",
"FieldId": "ff71170a-73b5-41c5-976e-d1d38887c49d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "5a0de629-8572-4980-b1d2-d170211e9c85",
"FieldId": "ff71170a-73b5-41c5-976e-d1d38887c49d",
"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": "fd73e78f-baf0-4913-a3a6-db41f12a71a7",
"Section": {
"FormTypeSectionId": "09b57d7a-25ca-41ea-b69c-1b4774f817b1",
"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": "090554fb-a8e6-441f-a42a-f8e85569620c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d05e0495-4bf7-47a9-9a81-6c91a9f35763",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d63cef33-6540-4524-a3fd-66e25d679c74",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "5a0de629-8572-4980-b1d2-d170211e9c85",
"FieldId": "ff71170a-73b5-41c5-976e-d1d38887c49d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "5a0de629-8572-4980-b1d2-d170211e9c85",
"FieldId": "ff71170a-73b5-41c5-976e-d1d38887c49d",
"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": "1293fe9c-0bce-4f72-bd8b-e5bd846c57fb",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-08-17T14:30:54.6806997-07:00",
"Location": "sample string 1",
"TaskId": "a7eb620c-f46c-41bb-bad3-07a16a0a42da",
"Values": [
{
"FormFieldValueId": "04f436f0-df58-431c-b053-7bf528c9395a",
"FormId": "429cdc66-04c7-4690-836f-9dbdc6c175cb",
"FormTypeField": {
"FormTypeFieldId": "fd73e78f-baf0-4913-a3a6-db41f12a71a7",
"FormType": {
"FormTypeId": "1383242d-ecf4-4f19-8b2c-99cb16d8feb5",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "9ef5246d-a91c-4e49-be3a-b055921f458c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "aa6d3088-24a0-4d27-9d6e-71464be5fbe8",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-17T14:30:54.6806997-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1293fe9c-0bce-4f72-bd8b-e5bd846c57fb",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "09b57d7a-25ca-41ea-b69c-1b4774f817b1",
"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": "090554fb-a8e6-441f-a42a-f8e85569620c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d05e0495-4bf7-47a9-9a81-6c91a9f35763",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d63cef33-6540-4524-a3fd-66e25d679c74",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "5a0de629-8572-4980-b1d2-d170211e9c85",
"FieldId": "ff71170a-73b5-41c5-976e-d1d38887c49d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "5a0de629-8572-4980-b1d2-d170211e9c85",
"FieldId": "ff71170a-73b5-41c5-976e-d1d38887c49d",
"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": "04f436f0-df58-431c-b053-7bf528c9395a",
"FormId": "429cdc66-04c7-4690-836f-9dbdc6c175cb",
"FormTypeField": {
"FormTypeFieldId": "fd73e78f-baf0-4913-a3a6-db41f12a71a7",
"FormType": {
"FormTypeId": "1383242d-ecf4-4f19-8b2c-99cb16d8feb5",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "9ef5246d-a91c-4e49-be3a-b055921f458c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "aa6d3088-24a0-4d27-9d6e-71464be5fbe8",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-08-17T14:30:54.6806997-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1293fe9c-0bce-4f72-bd8b-e5bd846c57fb",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "09b57d7a-25ca-41ea-b69c-1b4774f817b1",
"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": "090554fb-a8e6-441f-a42a-f8e85569620c",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "d05e0495-4bf7-47a9-9a81-6c91a9f35763",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d63cef33-6540-4524-a3fd-66e25d679c74",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "5a0de629-8572-4980-b1d2-d170211e9c85",
"FieldId": "ff71170a-73b5-41c5-976e-d1d38887c49d",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "5a0de629-8572-4980-b1d2-d170211e9c85",
"FieldId": "ff71170a-73b5-41c5-976e-d1d38887c49d",
"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": "38b7f74d-0254-49ed-bbd0-2d4a6ed6ced9",
"CreateDate": "2026-08-17T14:30:54.6806997-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-17T14:30:54.6806997-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}