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": "88520f93-ecf3-427c-b4cb-f769616b457c",
"Asset": {
"AssetId": "574e7c2f-0103-4f23-8da6-823a4251f4b8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "5b3c5f01-d445-405f-ab93-76fe32967362",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c0cbb36a-14e7-470f-ab83-a929f9558df7",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "06ceb445-96ed-4e93-86a0-9bd21765cc5a",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-29T17:13:51.2604391-07:00",
"MeasurementValueNeededDate": "2026-05-29T17:13:51.2604391-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "58a9100a-3836-48d1-9080-42f0446527d9",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-29T17:13:51.2604391-07:00",
"MeasurementValueNeededDate": "2026-05-29T17:13:51.2604391-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "0c97580e-959c-4286-98ad-a88905a72813",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "42fd7257-ba9c-46b1-a307-85d6a9a27a1c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5b3c5f01-d445-405f-ab93-76fe32967362",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c0cbb36a-14e7-470f-ab83-a929f9558df7",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-29T17:13:51.2604391-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "e6e1ef35-c612-4dfa-bb39-1c4c41e278b7",
"Section": {
"FormTypeSectionId": "32431122-eaea-4536-90e4-82c4371c1634",
"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": "9d1971e1-47f4-4568-a615-9d8f523f74f1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "069fd2d2-2de0-4034-a989-e3e1cace174e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5dd2d062-9206-44d4-86de-3e9943e39746",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fc6c6199-e275-4acd-a8c7-1c78d291ed74",
"FieldId": "d607f2ff-5049-49a0-8df1-d273bb4b260b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fc6c6199-e275-4acd-a8c7-1c78d291ed74",
"FieldId": "d607f2ff-5049-49a0-8df1-d273bb4b260b",
"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": "e6e1ef35-c612-4dfa-bb39-1c4c41e278b7",
"Section": {
"FormTypeSectionId": "32431122-eaea-4536-90e4-82c4371c1634",
"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": "9d1971e1-47f4-4568-a615-9d8f523f74f1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "069fd2d2-2de0-4034-a989-e3e1cace174e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5dd2d062-9206-44d4-86de-3e9943e39746",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fc6c6199-e275-4acd-a8c7-1c78d291ed74",
"FieldId": "d607f2ff-5049-49a0-8df1-d273bb4b260b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fc6c6199-e275-4acd-a8c7-1c78d291ed74",
"FieldId": "d607f2ff-5049-49a0-8df1-d273bb4b260b",
"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": "ef033960-f3e5-4f19-a196-bfaac7ebac20",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-05-29T17:13:51.2604391-07:00",
"Location": "sample string 1",
"TaskId": "ed33ad00-b958-4c19-8366-d28c5c2ea1d5",
"Values": [
{
"FormFieldValueId": "f884854a-fb46-4e78-8ec4-ecd188d56c17",
"FormId": "8ce6dace-9d5f-4a6b-8f45-71c2677c169f",
"FormTypeField": {
"FormTypeFieldId": "e6e1ef35-c612-4dfa-bb39-1c4c41e278b7",
"FormType": {
"FormTypeId": "42fd7257-ba9c-46b1-a307-85d6a9a27a1c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5b3c5f01-d445-405f-ab93-76fe32967362",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c0cbb36a-14e7-470f-ab83-a929f9558df7",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-29T17:13:51.2604391-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "ef033960-f3e5-4f19-a196-bfaac7ebac20",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "32431122-eaea-4536-90e4-82c4371c1634",
"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": "9d1971e1-47f4-4568-a615-9d8f523f74f1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "069fd2d2-2de0-4034-a989-e3e1cace174e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5dd2d062-9206-44d4-86de-3e9943e39746",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fc6c6199-e275-4acd-a8c7-1c78d291ed74",
"FieldId": "d607f2ff-5049-49a0-8df1-d273bb4b260b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fc6c6199-e275-4acd-a8c7-1c78d291ed74",
"FieldId": "d607f2ff-5049-49a0-8df1-d273bb4b260b",
"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": "f884854a-fb46-4e78-8ec4-ecd188d56c17",
"FormId": "8ce6dace-9d5f-4a6b-8f45-71c2677c169f",
"FormTypeField": {
"FormTypeFieldId": "e6e1ef35-c612-4dfa-bb39-1c4c41e278b7",
"FormType": {
"FormTypeId": "42fd7257-ba9c-46b1-a307-85d6a9a27a1c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5b3c5f01-d445-405f-ab93-76fe32967362",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c0cbb36a-14e7-470f-ab83-a929f9558df7",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-29T17:13:51.2604391-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "ef033960-f3e5-4f19-a196-bfaac7ebac20",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "32431122-eaea-4536-90e4-82c4371c1634",
"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": "9d1971e1-47f4-4568-a615-9d8f523f74f1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "069fd2d2-2de0-4034-a989-e3e1cace174e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5dd2d062-9206-44d4-86de-3e9943e39746",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fc6c6199-e275-4acd-a8c7-1c78d291ed74",
"FieldId": "d607f2ff-5049-49a0-8df1-d273bb4b260b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fc6c6199-e275-4acd-a8c7-1c78d291ed74",
"FieldId": "d607f2ff-5049-49a0-8df1-d273bb4b260b",
"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": "36cffec0-d0ef-4255-8daa-a560cc6edda4",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "88520f93-ecf3-427c-b4cb-f769616b457c",
"Asset": {
"AssetId": "574e7c2f-0103-4f23-8da6-823a4251f4b8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "5b3c5f01-d445-405f-ab93-76fe32967362",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c0cbb36a-14e7-470f-ab83-a929f9558df7",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "06ceb445-96ed-4e93-86a0-9bd21765cc5a",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-29T17:13:51.2604391-07:00",
"MeasurementValueNeededDate": "2026-05-29T17:13:51.2604391-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "58a9100a-3836-48d1-9080-42f0446527d9",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-29T17:13:51.2604391-07:00",
"MeasurementValueNeededDate": "2026-05-29T17:13:51.2604391-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "0c97580e-959c-4286-98ad-a88905a72813",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "42fd7257-ba9c-46b1-a307-85d6a9a27a1c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5b3c5f01-d445-405f-ab93-76fe32967362",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c0cbb36a-14e7-470f-ab83-a929f9558df7",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-29T17:13:51.2604391-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "e6e1ef35-c612-4dfa-bb39-1c4c41e278b7",
"Section": {
"FormTypeSectionId": "32431122-eaea-4536-90e4-82c4371c1634",
"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": "9d1971e1-47f4-4568-a615-9d8f523f74f1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "069fd2d2-2de0-4034-a989-e3e1cace174e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5dd2d062-9206-44d4-86de-3e9943e39746",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fc6c6199-e275-4acd-a8c7-1c78d291ed74",
"FieldId": "d607f2ff-5049-49a0-8df1-d273bb4b260b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fc6c6199-e275-4acd-a8c7-1c78d291ed74",
"FieldId": "d607f2ff-5049-49a0-8df1-d273bb4b260b",
"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": "e6e1ef35-c612-4dfa-bb39-1c4c41e278b7",
"Section": {
"FormTypeSectionId": "32431122-eaea-4536-90e4-82c4371c1634",
"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": "9d1971e1-47f4-4568-a615-9d8f523f74f1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "069fd2d2-2de0-4034-a989-e3e1cace174e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5dd2d062-9206-44d4-86de-3e9943e39746",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fc6c6199-e275-4acd-a8c7-1c78d291ed74",
"FieldId": "d607f2ff-5049-49a0-8df1-d273bb4b260b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fc6c6199-e275-4acd-a8c7-1c78d291ed74",
"FieldId": "d607f2ff-5049-49a0-8df1-d273bb4b260b",
"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": "ef033960-f3e5-4f19-a196-bfaac7ebac20",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-05-29T17:13:51.2604391-07:00",
"Location": "sample string 1",
"TaskId": "ed33ad00-b958-4c19-8366-d28c5c2ea1d5",
"Values": [
{
"FormFieldValueId": "f884854a-fb46-4e78-8ec4-ecd188d56c17",
"FormId": "8ce6dace-9d5f-4a6b-8f45-71c2677c169f",
"FormTypeField": {
"FormTypeFieldId": "e6e1ef35-c612-4dfa-bb39-1c4c41e278b7",
"FormType": {
"FormTypeId": "42fd7257-ba9c-46b1-a307-85d6a9a27a1c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5b3c5f01-d445-405f-ab93-76fe32967362",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c0cbb36a-14e7-470f-ab83-a929f9558df7",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-29T17:13:51.2604391-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "ef033960-f3e5-4f19-a196-bfaac7ebac20",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "32431122-eaea-4536-90e4-82c4371c1634",
"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": "9d1971e1-47f4-4568-a615-9d8f523f74f1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "069fd2d2-2de0-4034-a989-e3e1cace174e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5dd2d062-9206-44d4-86de-3e9943e39746",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fc6c6199-e275-4acd-a8c7-1c78d291ed74",
"FieldId": "d607f2ff-5049-49a0-8df1-d273bb4b260b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fc6c6199-e275-4acd-a8c7-1c78d291ed74",
"FieldId": "d607f2ff-5049-49a0-8df1-d273bb4b260b",
"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": "f884854a-fb46-4e78-8ec4-ecd188d56c17",
"FormId": "8ce6dace-9d5f-4a6b-8f45-71c2677c169f",
"FormTypeField": {
"FormTypeFieldId": "e6e1ef35-c612-4dfa-bb39-1c4c41e278b7",
"FormType": {
"FormTypeId": "42fd7257-ba9c-46b1-a307-85d6a9a27a1c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5b3c5f01-d445-405f-ab93-76fe32967362",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c0cbb36a-14e7-470f-ab83-a929f9558df7",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-29T17:13:51.2604391-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "ef033960-f3e5-4f19-a196-bfaac7ebac20",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "32431122-eaea-4536-90e4-82c4371c1634",
"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": "9d1971e1-47f4-4568-a615-9d8f523f74f1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "069fd2d2-2de0-4034-a989-e3e1cace174e",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "5dd2d062-9206-44d4-86de-3e9943e39746",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "fc6c6199-e275-4acd-a8c7-1c78d291ed74",
"FieldId": "d607f2ff-5049-49a0-8df1-d273bb4b260b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "fc6c6199-e275-4acd-a8c7-1c78d291ed74",
"FieldId": "d607f2ff-5049-49a0-8df1-d273bb4b260b",
"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": "36cffec0-d0ef-4255-8daa-a560cc6edda4",
"CreateDate": "2026-05-29T17:13:51.2604391-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-29T17:13:51.2604391-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}