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": "c78cb6a9-cfd7-4430-9961-91c8f490ce1f",
"Asset": {
"AssetId": "0dfc4154-1f4c-4a2a-8a40-55b1382e1cd9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "b4b0d64c-2aa5-401c-8764-ca56e0a68da7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "eb8be85a-9ea0-4f81-8137-1fd9052c320a",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "7ad640c2-2525-484d-ae10-2d35e451405a",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-03T15:30:11.7499523-08:00",
"MeasurementValueNeededDate": "2026-02-03T15:30:11.7499523-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "fd581d9b-6cd4-4fe0-a6e4-d3e1ee80f828",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-03T15:30:11.7499523-08:00",
"MeasurementValueNeededDate": "2026-02-03T15:30:11.7499523-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e6d64336-6c51-4106-9810-9b88dac061fb",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "e718003e-8858-429e-8ce2-c5c6cb3c3932",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b4b0d64c-2aa5-401c-8764-ca56e0a68da7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "eb8be85a-9ea0-4f81-8137-1fd9052c320a",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-03T15:30:11.7499523-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "87a67762-2792-4163-940d-814ac134bc5e",
"Section": {
"FormTypeSectionId": "7cdfcf43-164d-43a0-a60a-0418a61aef73",
"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": "d56ad533-4f76-40ff-8d50-7201cda94e95",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c6d7faa8-b8e9-4b43-b303-e5b3944e5ed4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7f70be4a-8cdf-414f-9f8d-59ba37f5a29a",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "7a56224e-5d61-4a9d-8e5a-ae6dbee77f6a",
"FieldId": "9aecfa77-6af8-4e31-b29e-8d5466b6236a",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "7a56224e-5d61-4a9d-8e5a-ae6dbee77f6a",
"FieldId": "9aecfa77-6af8-4e31-b29e-8d5466b6236a",
"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": "87a67762-2792-4163-940d-814ac134bc5e",
"Section": {
"FormTypeSectionId": "7cdfcf43-164d-43a0-a60a-0418a61aef73",
"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": "d56ad533-4f76-40ff-8d50-7201cda94e95",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c6d7faa8-b8e9-4b43-b303-e5b3944e5ed4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7f70be4a-8cdf-414f-9f8d-59ba37f5a29a",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "7a56224e-5d61-4a9d-8e5a-ae6dbee77f6a",
"FieldId": "9aecfa77-6af8-4e31-b29e-8d5466b6236a",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "7a56224e-5d61-4a9d-8e5a-ae6dbee77f6a",
"FieldId": "9aecfa77-6af8-4e31-b29e-8d5466b6236a",
"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": "c40980d1-e223-4c14-b063-a2fb5c81bcfd",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-02-03T15:30:11.7499523-08:00",
"Location": "sample string 1",
"TaskId": "ea5d8c1f-8d51-4bfa-bef0-3af96996f720",
"Values": [
{
"FormFieldValueId": "487d56c4-2383-4f13-9836-730e2fb51251",
"FormId": "7ced8f9e-a08b-4b03-8fbb-71854ddbf341",
"FormTypeField": {
"FormTypeFieldId": "87a67762-2792-4163-940d-814ac134bc5e",
"FormType": {
"FormTypeId": "e718003e-8858-429e-8ce2-c5c6cb3c3932",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b4b0d64c-2aa5-401c-8764-ca56e0a68da7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "eb8be85a-9ea0-4f81-8137-1fd9052c320a",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-03T15:30:11.7499523-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "c40980d1-e223-4c14-b063-a2fb5c81bcfd",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "7cdfcf43-164d-43a0-a60a-0418a61aef73",
"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": "d56ad533-4f76-40ff-8d50-7201cda94e95",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c6d7faa8-b8e9-4b43-b303-e5b3944e5ed4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7f70be4a-8cdf-414f-9f8d-59ba37f5a29a",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "7a56224e-5d61-4a9d-8e5a-ae6dbee77f6a",
"FieldId": "9aecfa77-6af8-4e31-b29e-8d5466b6236a",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "7a56224e-5d61-4a9d-8e5a-ae6dbee77f6a",
"FieldId": "9aecfa77-6af8-4e31-b29e-8d5466b6236a",
"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": "487d56c4-2383-4f13-9836-730e2fb51251",
"FormId": "7ced8f9e-a08b-4b03-8fbb-71854ddbf341",
"FormTypeField": {
"FormTypeFieldId": "87a67762-2792-4163-940d-814ac134bc5e",
"FormType": {
"FormTypeId": "e718003e-8858-429e-8ce2-c5c6cb3c3932",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b4b0d64c-2aa5-401c-8764-ca56e0a68da7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "eb8be85a-9ea0-4f81-8137-1fd9052c320a",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-03T15:30:11.7499523-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "c40980d1-e223-4c14-b063-a2fb5c81bcfd",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "7cdfcf43-164d-43a0-a60a-0418a61aef73",
"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": "d56ad533-4f76-40ff-8d50-7201cda94e95",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c6d7faa8-b8e9-4b43-b303-e5b3944e5ed4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7f70be4a-8cdf-414f-9f8d-59ba37f5a29a",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "7a56224e-5d61-4a9d-8e5a-ae6dbee77f6a",
"FieldId": "9aecfa77-6af8-4e31-b29e-8d5466b6236a",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "7a56224e-5d61-4a9d-8e5a-ae6dbee77f6a",
"FieldId": "9aecfa77-6af8-4e31-b29e-8d5466b6236a",
"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": "c27f4510-edd2-41eb-a05f-0bdf6ba1ed88",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "c78cb6a9-cfd7-4430-9961-91c8f490ce1f",
"Asset": {
"AssetId": "0dfc4154-1f4c-4a2a-8a40-55b1382e1cd9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "b4b0d64c-2aa5-401c-8764-ca56e0a68da7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "eb8be85a-9ea0-4f81-8137-1fd9052c320a",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "7ad640c2-2525-484d-ae10-2d35e451405a",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-03T15:30:11.7499523-08:00",
"MeasurementValueNeededDate": "2026-02-03T15:30:11.7499523-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "fd581d9b-6cd4-4fe0-a6e4-d3e1ee80f828",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-03T15:30:11.7499523-08:00",
"MeasurementValueNeededDate": "2026-02-03T15:30:11.7499523-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "e6d64336-6c51-4106-9810-9b88dac061fb",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "e718003e-8858-429e-8ce2-c5c6cb3c3932",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b4b0d64c-2aa5-401c-8764-ca56e0a68da7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "eb8be85a-9ea0-4f81-8137-1fd9052c320a",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-03T15:30:11.7499523-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "87a67762-2792-4163-940d-814ac134bc5e",
"Section": {
"FormTypeSectionId": "7cdfcf43-164d-43a0-a60a-0418a61aef73",
"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": "d56ad533-4f76-40ff-8d50-7201cda94e95",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c6d7faa8-b8e9-4b43-b303-e5b3944e5ed4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7f70be4a-8cdf-414f-9f8d-59ba37f5a29a",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "7a56224e-5d61-4a9d-8e5a-ae6dbee77f6a",
"FieldId": "9aecfa77-6af8-4e31-b29e-8d5466b6236a",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "7a56224e-5d61-4a9d-8e5a-ae6dbee77f6a",
"FieldId": "9aecfa77-6af8-4e31-b29e-8d5466b6236a",
"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": "87a67762-2792-4163-940d-814ac134bc5e",
"Section": {
"FormTypeSectionId": "7cdfcf43-164d-43a0-a60a-0418a61aef73",
"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": "d56ad533-4f76-40ff-8d50-7201cda94e95",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c6d7faa8-b8e9-4b43-b303-e5b3944e5ed4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7f70be4a-8cdf-414f-9f8d-59ba37f5a29a",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "7a56224e-5d61-4a9d-8e5a-ae6dbee77f6a",
"FieldId": "9aecfa77-6af8-4e31-b29e-8d5466b6236a",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "7a56224e-5d61-4a9d-8e5a-ae6dbee77f6a",
"FieldId": "9aecfa77-6af8-4e31-b29e-8d5466b6236a",
"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": "c40980d1-e223-4c14-b063-a2fb5c81bcfd",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-02-03T15:30:11.7499523-08:00",
"Location": "sample string 1",
"TaskId": "ea5d8c1f-8d51-4bfa-bef0-3af96996f720",
"Values": [
{
"FormFieldValueId": "487d56c4-2383-4f13-9836-730e2fb51251",
"FormId": "7ced8f9e-a08b-4b03-8fbb-71854ddbf341",
"FormTypeField": {
"FormTypeFieldId": "87a67762-2792-4163-940d-814ac134bc5e",
"FormType": {
"FormTypeId": "e718003e-8858-429e-8ce2-c5c6cb3c3932",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b4b0d64c-2aa5-401c-8764-ca56e0a68da7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "eb8be85a-9ea0-4f81-8137-1fd9052c320a",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-03T15:30:11.7499523-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "c40980d1-e223-4c14-b063-a2fb5c81bcfd",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "7cdfcf43-164d-43a0-a60a-0418a61aef73",
"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": "d56ad533-4f76-40ff-8d50-7201cda94e95",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c6d7faa8-b8e9-4b43-b303-e5b3944e5ed4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7f70be4a-8cdf-414f-9f8d-59ba37f5a29a",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "7a56224e-5d61-4a9d-8e5a-ae6dbee77f6a",
"FieldId": "9aecfa77-6af8-4e31-b29e-8d5466b6236a",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "7a56224e-5d61-4a9d-8e5a-ae6dbee77f6a",
"FieldId": "9aecfa77-6af8-4e31-b29e-8d5466b6236a",
"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": "487d56c4-2383-4f13-9836-730e2fb51251",
"FormId": "7ced8f9e-a08b-4b03-8fbb-71854ddbf341",
"FormTypeField": {
"FormTypeFieldId": "87a67762-2792-4163-940d-814ac134bc5e",
"FormType": {
"FormTypeId": "e718003e-8858-429e-8ce2-c5c6cb3c3932",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "b4b0d64c-2aa5-401c-8764-ca56e0a68da7",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "eb8be85a-9ea0-4f81-8137-1fd9052c320a",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-03T15:30:11.7499523-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "c40980d1-e223-4c14-b063-a2fb5c81bcfd",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "7cdfcf43-164d-43a0-a60a-0418a61aef73",
"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": "d56ad533-4f76-40ff-8d50-7201cda94e95",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "c6d7faa8-b8e9-4b43-b303-e5b3944e5ed4",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "7f70be4a-8cdf-414f-9f8d-59ba37f5a29a",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "7a56224e-5d61-4a9d-8e5a-ae6dbee77f6a",
"FieldId": "9aecfa77-6af8-4e31-b29e-8d5466b6236a",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "7a56224e-5d61-4a9d-8e5a-ae6dbee77f6a",
"FieldId": "9aecfa77-6af8-4e31-b29e-8d5466b6236a",
"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": "c27f4510-edd2-41eb-a05f-0bdf6ba1ed88",
"CreateDate": "2026-02-03T15:30:11.7499523-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-03T15:30:11.7499523-08:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}