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": "835b7242-a5bc-4607-9e7a-4bb9c292d5aa",
"Asset": {
"AssetId": "0af95fe3-f951-4ae9-9a0a-b014ed83364d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "1bfbd146-0412-4716-b0ca-3807a8d616cb",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8e49550b-4385-4fb4-9bc0-8c746c2f411a",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "6ab08e08-4524-4c2f-872e-001167ce883a",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-31T02:12:36.552291-08:00",
"MeasurementValueNeededDate": "2025-12-31T02:12:36.552291-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "04f11746-b96c-4f7d-a008-5ddca120c8e3",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-31T02:12:36.552291-08:00",
"MeasurementValueNeededDate": "2025-12-31T02:12:36.552291-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "69710056-880c-43e7-8128-5c54f33bd81c",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "291a6604-b46f-4509-ba8d-f33c987e9cd8",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1bfbd146-0412-4716-b0ca-3807a8d616cb",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8e49550b-4385-4fb4-9bc0-8c746c2f411a",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-31T02:12:36.552291-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "008fdb84-23d8-441f-90d9-e8e4c687aff4",
"Section": {
"FormTypeSectionId": "5139ecd4-e76a-4cc6-ab24-385259f4fbec",
"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": "0d3ef6fc-be89-44aa-bb4f-7a8b4e4d81dc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2c264c00-10ab-4e3e-9b06-f80f728db7b6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1b07a468-6de3-40f6-b5cf-583be06c3632",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a98689fd-2984-4447-9eaf-45068ce0873c",
"FieldId": "a22c8268-df71-4b7a-8ec9-39b7e182ab5b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a98689fd-2984-4447-9eaf-45068ce0873c",
"FieldId": "a22c8268-df71-4b7a-8ec9-39b7e182ab5b",
"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": "008fdb84-23d8-441f-90d9-e8e4c687aff4",
"Section": {
"FormTypeSectionId": "5139ecd4-e76a-4cc6-ab24-385259f4fbec",
"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": "0d3ef6fc-be89-44aa-bb4f-7a8b4e4d81dc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2c264c00-10ab-4e3e-9b06-f80f728db7b6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1b07a468-6de3-40f6-b5cf-583be06c3632",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a98689fd-2984-4447-9eaf-45068ce0873c",
"FieldId": "a22c8268-df71-4b7a-8ec9-39b7e182ab5b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a98689fd-2984-4447-9eaf-45068ce0873c",
"FieldId": "a22c8268-df71-4b7a-8ec9-39b7e182ab5b",
"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": "14f2233c-c269-4bbf-8ddc-1ca7705cc58f",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2025-12-31T02:12:36.552291-08:00",
"Location": "sample string 1",
"TaskId": "b2b8af84-417e-4fd7-ac36-b5e15df4860c",
"Values": [
{
"FormFieldValueId": "c9dbcc5b-acbd-4379-8219-8050e25a3a47",
"FormId": "dad1b86a-60c0-4852-a30f-b140791a9fc1",
"FormTypeField": {
"FormTypeFieldId": "008fdb84-23d8-441f-90d9-e8e4c687aff4",
"FormType": {
"FormTypeId": "291a6604-b46f-4509-ba8d-f33c987e9cd8",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1bfbd146-0412-4716-b0ca-3807a8d616cb",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8e49550b-4385-4fb4-9bc0-8c746c2f411a",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-31T02:12:36.552291-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "14f2233c-c269-4bbf-8ddc-1ca7705cc58f",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "5139ecd4-e76a-4cc6-ab24-385259f4fbec",
"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": "0d3ef6fc-be89-44aa-bb4f-7a8b4e4d81dc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2c264c00-10ab-4e3e-9b06-f80f728db7b6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1b07a468-6de3-40f6-b5cf-583be06c3632",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a98689fd-2984-4447-9eaf-45068ce0873c",
"FieldId": "a22c8268-df71-4b7a-8ec9-39b7e182ab5b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a98689fd-2984-4447-9eaf-45068ce0873c",
"FieldId": "a22c8268-df71-4b7a-8ec9-39b7e182ab5b",
"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": "c9dbcc5b-acbd-4379-8219-8050e25a3a47",
"FormId": "dad1b86a-60c0-4852-a30f-b140791a9fc1",
"FormTypeField": {
"FormTypeFieldId": "008fdb84-23d8-441f-90d9-e8e4c687aff4",
"FormType": {
"FormTypeId": "291a6604-b46f-4509-ba8d-f33c987e9cd8",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1bfbd146-0412-4716-b0ca-3807a8d616cb",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8e49550b-4385-4fb4-9bc0-8c746c2f411a",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-31T02:12:36.552291-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "14f2233c-c269-4bbf-8ddc-1ca7705cc58f",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "5139ecd4-e76a-4cc6-ab24-385259f4fbec",
"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": "0d3ef6fc-be89-44aa-bb4f-7a8b4e4d81dc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2c264c00-10ab-4e3e-9b06-f80f728db7b6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1b07a468-6de3-40f6-b5cf-583be06c3632",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a98689fd-2984-4447-9eaf-45068ce0873c",
"FieldId": "a22c8268-df71-4b7a-8ec9-39b7e182ab5b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a98689fd-2984-4447-9eaf-45068ce0873c",
"FieldId": "a22c8268-df71-4b7a-8ec9-39b7e182ab5b",
"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": "a942c1bf-2d22-406c-9e12-8d57ada98240",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "835b7242-a5bc-4607-9e7a-4bb9c292d5aa",
"Asset": {
"AssetId": "0af95fe3-f951-4ae9-9a0a-b014ed83364d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "1bfbd146-0412-4716-b0ca-3807a8d616cb",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8e49550b-4385-4fb4-9bc0-8c746c2f411a",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "6ab08e08-4524-4c2f-872e-001167ce883a",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-31T02:12:36.552291-08:00",
"MeasurementValueNeededDate": "2025-12-31T02:12:36.552291-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "04f11746-b96c-4f7d-a008-5ddca120c8e3",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-31T02:12:36.552291-08:00",
"MeasurementValueNeededDate": "2025-12-31T02:12:36.552291-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "69710056-880c-43e7-8128-5c54f33bd81c",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "291a6604-b46f-4509-ba8d-f33c987e9cd8",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1bfbd146-0412-4716-b0ca-3807a8d616cb",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8e49550b-4385-4fb4-9bc0-8c746c2f411a",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-31T02:12:36.552291-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "008fdb84-23d8-441f-90d9-e8e4c687aff4",
"Section": {
"FormTypeSectionId": "5139ecd4-e76a-4cc6-ab24-385259f4fbec",
"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": "0d3ef6fc-be89-44aa-bb4f-7a8b4e4d81dc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2c264c00-10ab-4e3e-9b06-f80f728db7b6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1b07a468-6de3-40f6-b5cf-583be06c3632",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a98689fd-2984-4447-9eaf-45068ce0873c",
"FieldId": "a22c8268-df71-4b7a-8ec9-39b7e182ab5b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a98689fd-2984-4447-9eaf-45068ce0873c",
"FieldId": "a22c8268-df71-4b7a-8ec9-39b7e182ab5b",
"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": "008fdb84-23d8-441f-90d9-e8e4c687aff4",
"Section": {
"FormTypeSectionId": "5139ecd4-e76a-4cc6-ab24-385259f4fbec",
"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": "0d3ef6fc-be89-44aa-bb4f-7a8b4e4d81dc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2c264c00-10ab-4e3e-9b06-f80f728db7b6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1b07a468-6de3-40f6-b5cf-583be06c3632",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a98689fd-2984-4447-9eaf-45068ce0873c",
"FieldId": "a22c8268-df71-4b7a-8ec9-39b7e182ab5b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a98689fd-2984-4447-9eaf-45068ce0873c",
"FieldId": "a22c8268-df71-4b7a-8ec9-39b7e182ab5b",
"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": "14f2233c-c269-4bbf-8ddc-1ca7705cc58f",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2025-12-31T02:12:36.552291-08:00",
"Location": "sample string 1",
"TaskId": "b2b8af84-417e-4fd7-ac36-b5e15df4860c",
"Values": [
{
"FormFieldValueId": "c9dbcc5b-acbd-4379-8219-8050e25a3a47",
"FormId": "dad1b86a-60c0-4852-a30f-b140791a9fc1",
"FormTypeField": {
"FormTypeFieldId": "008fdb84-23d8-441f-90d9-e8e4c687aff4",
"FormType": {
"FormTypeId": "291a6604-b46f-4509-ba8d-f33c987e9cd8",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1bfbd146-0412-4716-b0ca-3807a8d616cb",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8e49550b-4385-4fb4-9bc0-8c746c2f411a",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-31T02:12:36.552291-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "14f2233c-c269-4bbf-8ddc-1ca7705cc58f",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "5139ecd4-e76a-4cc6-ab24-385259f4fbec",
"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": "0d3ef6fc-be89-44aa-bb4f-7a8b4e4d81dc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2c264c00-10ab-4e3e-9b06-f80f728db7b6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1b07a468-6de3-40f6-b5cf-583be06c3632",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a98689fd-2984-4447-9eaf-45068ce0873c",
"FieldId": "a22c8268-df71-4b7a-8ec9-39b7e182ab5b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a98689fd-2984-4447-9eaf-45068ce0873c",
"FieldId": "a22c8268-df71-4b7a-8ec9-39b7e182ab5b",
"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": "c9dbcc5b-acbd-4379-8219-8050e25a3a47",
"FormId": "dad1b86a-60c0-4852-a30f-b140791a9fc1",
"FormTypeField": {
"FormTypeFieldId": "008fdb84-23d8-441f-90d9-e8e4c687aff4",
"FormType": {
"FormTypeId": "291a6604-b46f-4509-ba8d-f33c987e9cd8",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "1bfbd146-0412-4716-b0ca-3807a8d616cb",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8e49550b-4385-4fb4-9bc0-8c746c2f411a",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-31T02:12:36.552291-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "14f2233c-c269-4bbf-8ddc-1ca7705cc58f",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "5139ecd4-e76a-4cc6-ab24-385259f4fbec",
"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": "0d3ef6fc-be89-44aa-bb4f-7a8b4e4d81dc",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "2c264c00-10ab-4e3e-9b06-f80f728db7b6",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "1b07a468-6de3-40f6-b5cf-583be06c3632",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "a98689fd-2984-4447-9eaf-45068ce0873c",
"FieldId": "a22c8268-df71-4b7a-8ec9-39b7e182ab5b",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "a98689fd-2984-4447-9eaf-45068ce0873c",
"FieldId": "a22c8268-df71-4b7a-8ec9-39b7e182ab5b",
"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": "a942c1bf-2d22-406c-9e12-8d57ada98240",
"CreateDate": "2025-12-31T02:12:36.552291-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-31T02:12:36.552291-08:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}