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": "8e6e66ab-e4c2-4236-859a-0d41d1ca4b2a",
"Asset": {
"AssetId": "2c7be5f8-e8e9-4157-aef9-624ab3f0b459",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "efed20cc-8e1d-49cf-89ae-c2d7aba1f4c1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9a652d1b-2238-4c4f-aaca-f4088ab80f43",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "cdd803bf-5361-4e6a-bff4-6b4a164f3384",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-13T11:55:23.5108984-08:00",
"MeasurementValueNeededDate": "2026-02-13T11:55:23.5108984-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "eb4b9e86-443f-477d-9090-c1ca4c02ffb0",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-13T11:55:23.5108984-08:00",
"MeasurementValueNeededDate": "2026-02-13T11:55:23.5108984-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "2fe6de15-cdf7-43ef-a4e9-bdc51f7a77ac",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "eba03e9f-4d9f-4eee-b78a-b76b96caa66c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "efed20cc-8e1d-49cf-89ae-c2d7aba1f4c1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9a652d1b-2238-4c4f-aaca-f4088ab80f43",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-13T11:55:23.5108984-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "f142ba08-ec6c-4239-84e6-ba6b28cba953",
"Section": {
"FormTypeSectionId": "3f5d1736-1ec9-4f99-b708-3461dbfb561c",
"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": "3820ece6-bf03-43d0-b7b9-24ef7fd00d0b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "0d75d7b7-5c18-4373-8718-ecc04818ac55",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "26a6dedc-5c60-44b4-ab8d-5b5fa45b0c20",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "0a58e2ec-3149-4cd3-ade9-c86f6f2d0378",
"FieldId": "91dea8ff-3ea2-4f3c-9be8-becbba175e47",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "0a58e2ec-3149-4cd3-ade9-c86f6f2d0378",
"FieldId": "91dea8ff-3ea2-4f3c-9be8-becbba175e47",
"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": "f142ba08-ec6c-4239-84e6-ba6b28cba953",
"Section": {
"FormTypeSectionId": "3f5d1736-1ec9-4f99-b708-3461dbfb561c",
"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": "3820ece6-bf03-43d0-b7b9-24ef7fd00d0b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "0d75d7b7-5c18-4373-8718-ecc04818ac55",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "26a6dedc-5c60-44b4-ab8d-5b5fa45b0c20",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "0a58e2ec-3149-4cd3-ade9-c86f6f2d0378",
"FieldId": "91dea8ff-3ea2-4f3c-9be8-becbba175e47",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "0a58e2ec-3149-4cd3-ade9-c86f6f2d0378",
"FieldId": "91dea8ff-3ea2-4f3c-9be8-becbba175e47",
"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": "0332f3dc-6d25-4fe8-994a-ca3d46f94701",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-02-13T11:55:23.5108984-08:00",
"Location": "sample string 1",
"TaskId": "1223af64-5fbf-46e5-9d10-bbf8aabdfb8b",
"Values": [
{
"FormFieldValueId": "6f84e441-8eee-4325-9ae5-f6a52700f36a",
"FormId": "5fe2e1e3-0b8b-434c-a6c0-8c5ddb75599c",
"FormTypeField": {
"FormTypeFieldId": "f142ba08-ec6c-4239-84e6-ba6b28cba953",
"FormType": {
"FormTypeId": "eba03e9f-4d9f-4eee-b78a-b76b96caa66c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "efed20cc-8e1d-49cf-89ae-c2d7aba1f4c1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9a652d1b-2238-4c4f-aaca-f4088ab80f43",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-13T11:55:23.5108984-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "0332f3dc-6d25-4fe8-994a-ca3d46f94701",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "3f5d1736-1ec9-4f99-b708-3461dbfb561c",
"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": "3820ece6-bf03-43d0-b7b9-24ef7fd00d0b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "0d75d7b7-5c18-4373-8718-ecc04818ac55",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "26a6dedc-5c60-44b4-ab8d-5b5fa45b0c20",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "0a58e2ec-3149-4cd3-ade9-c86f6f2d0378",
"FieldId": "91dea8ff-3ea2-4f3c-9be8-becbba175e47",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "0a58e2ec-3149-4cd3-ade9-c86f6f2d0378",
"FieldId": "91dea8ff-3ea2-4f3c-9be8-becbba175e47",
"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": "6f84e441-8eee-4325-9ae5-f6a52700f36a",
"FormId": "5fe2e1e3-0b8b-434c-a6c0-8c5ddb75599c",
"FormTypeField": {
"FormTypeFieldId": "f142ba08-ec6c-4239-84e6-ba6b28cba953",
"FormType": {
"FormTypeId": "eba03e9f-4d9f-4eee-b78a-b76b96caa66c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "efed20cc-8e1d-49cf-89ae-c2d7aba1f4c1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9a652d1b-2238-4c4f-aaca-f4088ab80f43",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-13T11:55:23.5108984-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "0332f3dc-6d25-4fe8-994a-ca3d46f94701",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "3f5d1736-1ec9-4f99-b708-3461dbfb561c",
"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": "3820ece6-bf03-43d0-b7b9-24ef7fd00d0b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "0d75d7b7-5c18-4373-8718-ecc04818ac55",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "26a6dedc-5c60-44b4-ab8d-5b5fa45b0c20",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "0a58e2ec-3149-4cd3-ade9-c86f6f2d0378",
"FieldId": "91dea8ff-3ea2-4f3c-9be8-becbba175e47",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "0a58e2ec-3149-4cd3-ade9-c86f6f2d0378",
"FieldId": "91dea8ff-3ea2-4f3c-9be8-becbba175e47",
"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": "284be5ff-5115-4b85-8482-7ba2cc4c5f26",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "8e6e66ab-e4c2-4236-859a-0d41d1ca4b2a",
"Asset": {
"AssetId": "2c7be5f8-e8e9-4157-aef9-624ab3f0b459",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "efed20cc-8e1d-49cf-89ae-c2d7aba1f4c1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9a652d1b-2238-4c4f-aaca-f4088ab80f43",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "cdd803bf-5361-4e6a-bff4-6b4a164f3384",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-13T11:55:23.5108984-08:00",
"MeasurementValueNeededDate": "2026-02-13T11:55:23.5108984-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "eb4b9e86-443f-477d-9090-c1ca4c02ffb0",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-13T11:55:23.5108984-08:00",
"MeasurementValueNeededDate": "2026-02-13T11:55:23.5108984-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "2fe6de15-cdf7-43ef-a4e9-bdc51f7a77ac",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "eba03e9f-4d9f-4eee-b78a-b76b96caa66c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "efed20cc-8e1d-49cf-89ae-c2d7aba1f4c1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9a652d1b-2238-4c4f-aaca-f4088ab80f43",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-13T11:55:23.5108984-08:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "f142ba08-ec6c-4239-84e6-ba6b28cba953",
"Section": {
"FormTypeSectionId": "3f5d1736-1ec9-4f99-b708-3461dbfb561c",
"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": "3820ece6-bf03-43d0-b7b9-24ef7fd00d0b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "0d75d7b7-5c18-4373-8718-ecc04818ac55",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "26a6dedc-5c60-44b4-ab8d-5b5fa45b0c20",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "0a58e2ec-3149-4cd3-ade9-c86f6f2d0378",
"FieldId": "91dea8ff-3ea2-4f3c-9be8-becbba175e47",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "0a58e2ec-3149-4cd3-ade9-c86f6f2d0378",
"FieldId": "91dea8ff-3ea2-4f3c-9be8-becbba175e47",
"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": "f142ba08-ec6c-4239-84e6-ba6b28cba953",
"Section": {
"FormTypeSectionId": "3f5d1736-1ec9-4f99-b708-3461dbfb561c",
"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": "3820ece6-bf03-43d0-b7b9-24ef7fd00d0b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "0d75d7b7-5c18-4373-8718-ecc04818ac55",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "26a6dedc-5c60-44b4-ab8d-5b5fa45b0c20",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "0a58e2ec-3149-4cd3-ade9-c86f6f2d0378",
"FieldId": "91dea8ff-3ea2-4f3c-9be8-becbba175e47",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "0a58e2ec-3149-4cd3-ade9-c86f6f2d0378",
"FieldId": "91dea8ff-3ea2-4f3c-9be8-becbba175e47",
"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": "0332f3dc-6d25-4fe8-994a-ca3d46f94701",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-02-13T11:55:23.5108984-08:00",
"Location": "sample string 1",
"TaskId": "1223af64-5fbf-46e5-9d10-bbf8aabdfb8b",
"Values": [
{
"FormFieldValueId": "6f84e441-8eee-4325-9ae5-f6a52700f36a",
"FormId": "5fe2e1e3-0b8b-434c-a6c0-8c5ddb75599c",
"FormTypeField": {
"FormTypeFieldId": "f142ba08-ec6c-4239-84e6-ba6b28cba953",
"FormType": {
"FormTypeId": "eba03e9f-4d9f-4eee-b78a-b76b96caa66c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "efed20cc-8e1d-49cf-89ae-c2d7aba1f4c1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9a652d1b-2238-4c4f-aaca-f4088ab80f43",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-13T11:55:23.5108984-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "0332f3dc-6d25-4fe8-994a-ca3d46f94701",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "3f5d1736-1ec9-4f99-b708-3461dbfb561c",
"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": "3820ece6-bf03-43d0-b7b9-24ef7fd00d0b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "0d75d7b7-5c18-4373-8718-ecc04818ac55",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "26a6dedc-5c60-44b4-ab8d-5b5fa45b0c20",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "0a58e2ec-3149-4cd3-ade9-c86f6f2d0378",
"FieldId": "91dea8ff-3ea2-4f3c-9be8-becbba175e47",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "0a58e2ec-3149-4cd3-ade9-c86f6f2d0378",
"FieldId": "91dea8ff-3ea2-4f3c-9be8-becbba175e47",
"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": "6f84e441-8eee-4325-9ae5-f6a52700f36a",
"FormId": "5fe2e1e3-0b8b-434c-a6c0-8c5ddb75599c",
"FormTypeField": {
"FormTypeFieldId": "f142ba08-ec6c-4239-84e6-ba6b28cba953",
"FormType": {
"FormTypeId": "eba03e9f-4d9f-4eee-b78a-b76b96caa66c",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "efed20cc-8e1d-49cf-89ae-c2d7aba1f4c1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9a652d1b-2238-4c4f-aaca-f4088ab80f43",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-13T11:55:23.5108984-08:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "0332f3dc-6d25-4fe8-994a-ca3d46f94701",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "3f5d1736-1ec9-4f99-b708-3461dbfb561c",
"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": "3820ece6-bf03-43d0-b7b9-24ef7fd00d0b",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "0d75d7b7-5c18-4373-8718-ecc04818ac55",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "26a6dedc-5c60-44b4-ab8d-5b5fa45b0c20",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "0a58e2ec-3149-4cd3-ade9-c86f6f2d0378",
"FieldId": "91dea8ff-3ea2-4f3c-9be8-becbba175e47",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "0a58e2ec-3149-4cd3-ade9-c86f6f2d0378",
"FieldId": "91dea8ff-3ea2-4f3c-9be8-becbba175e47",
"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": "284be5ff-5115-4b85-8482-7ba2cc4c5f26",
"CreateDate": "2026-02-13T11:55:23.5108984-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-13T11:55:23.5108984-08:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}