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": "335ac31b-c8c2-4125-83ca-a3ad89167aa7",
"Asset": {
"AssetId": "8cb74f56-8176-4183-8355-fb2bc500d8f2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "21882fbd-f0dc-430e-8d4e-4b3388bbb562",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4249585f-503c-4bfc-8508-23e2d9c82041",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "5d824237-1d64-4dcf-a8e9-8f4ebe2acd83",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-22T14:42:51.5710994-07:00",
"MeasurementValueNeededDate": "2026-06-22T14:42:51.5710994-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b9998e21-cff8-4252-ad36-50317c018815",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-22T14:42:51.5710994-07:00",
"MeasurementValueNeededDate": "2026-06-22T14:42:51.5710994-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "760fa715-63e3-4d99-825b-fd839b7fdc92",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "1f8a9b16-e89f-42b1-86f5-412a64058e28",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "21882fbd-f0dc-430e-8d4e-4b3388bbb562",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4249585f-503c-4bfc-8508-23e2d9c82041",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-22T14:42:51.5710994-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "5679ef53-b6f8-45b5-bbe0-e16da8c91f63",
"Section": {
"FormTypeSectionId": "6d737339-6f4d-4945-8008-d8029d8e7591",
"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": "43110748-ab0f-4b9a-bb9f-9e765fe37206",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4c271739-a365-48bf-96ce-97b5442e8525",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "33bc748b-ce36-44ba-8ad5-e210f0ee3f74",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9a906595-e1f3-4803-a3d1-38bd2a25f414",
"FieldId": "ce8d4e6d-ddcc-429e-b18f-44b8f3a4a608",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9a906595-e1f3-4803-a3d1-38bd2a25f414",
"FieldId": "ce8d4e6d-ddcc-429e-b18f-44b8f3a4a608",
"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": "5679ef53-b6f8-45b5-bbe0-e16da8c91f63",
"Section": {
"FormTypeSectionId": "6d737339-6f4d-4945-8008-d8029d8e7591",
"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": "43110748-ab0f-4b9a-bb9f-9e765fe37206",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4c271739-a365-48bf-96ce-97b5442e8525",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "33bc748b-ce36-44ba-8ad5-e210f0ee3f74",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9a906595-e1f3-4803-a3d1-38bd2a25f414",
"FieldId": "ce8d4e6d-ddcc-429e-b18f-44b8f3a4a608",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9a906595-e1f3-4803-a3d1-38bd2a25f414",
"FieldId": "ce8d4e6d-ddcc-429e-b18f-44b8f3a4a608",
"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": "a47eaeeb-a37d-4438-b92c-3880a6eefd3e",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-06-22T14:42:51.5710994-07:00",
"Location": "sample string 1",
"TaskId": "34c72bbe-64fe-4634-b6a0-bac6d56f1074",
"Values": [
{
"FormFieldValueId": "27e875f0-76a8-4cc5-a4b8-b8dc5203ba6d",
"FormId": "49169195-03d9-452d-a967-f9c9b7ae922e",
"FormTypeField": {
"FormTypeFieldId": "5679ef53-b6f8-45b5-bbe0-e16da8c91f63",
"FormType": {
"FormTypeId": "1f8a9b16-e89f-42b1-86f5-412a64058e28",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "21882fbd-f0dc-430e-8d4e-4b3388bbb562",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4249585f-503c-4bfc-8508-23e2d9c82041",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-22T14:42:51.5710994-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "a47eaeeb-a37d-4438-b92c-3880a6eefd3e",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "6d737339-6f4d-4945-8008-d8029d8e7591",
"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": "43110748-ab0f-4b9a-bb9f-9e765fe37206",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4c271739-a365-48bf-96ce-97b5442e8525",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "33bc748b-ce36-44ba-8ad5-e210f0ee3f74",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9a906595-e1f3-4803-a3d1-38bd2a25f414",
"FieldId": "ce8d4e6d-ddcc-429e-b18f-44b8f3a4a608",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9a906595-e1f3-4803-a3d1-38bd2a25f414",
"FieldId": "ce8d4e6d-ddcc-429e-b18f-44b8f3a4a608",
"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": "27e875f0-76a8-4cc5-a4b8-b8dc5203ba6d",
"FormId": "49169195-03d9-452d-a967-f9c9b7ae922e",
"FormTypeField": {
"FormTypeFieldId": "5679ef53-b6f8-45b5-bbe0-e16da8c91f63",
"FormType": {
"FormTypeId": "1f8a9b16-e89f-42b1-86f5-412a64058e28",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "21882fbd-f0dc-430e-8d4e-4b3388bbb562",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4249585f-503c-4bfc-8508-23e2d9c82041",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-22T14:42:51.5710994-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "a47eaeeb-a37d-4438-b92c-3880a6eefd3e",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "6d737339-6f4d-4945-8008-d8029d8e7591",
"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": "43110748-ab0f-4b9a-bb9f-9e765fe37206",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4c271739-a365-48bf-96ce-97b5442e8525",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "33bc748b-ce36-44ba-8ad5-e210f0ee3f74",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9a906595-e1f3-4803-a3d1-38bd2a25f414",
"FieldId": "ce8d4e6d-ddcc-429e-b18f-44b8f3a4a608",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9a906595-e1f3-4803-a3d1-38bd2a25f414",
"FieldId": "ce8d4e6d-ddcc-429e-b18f-44b8f3a4a608",
"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": "c3471c57-df95-4d38-8284-b30e8b904c22",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "335ac31b-c8c2-4125-83ca-a3ad89167aa7",
"Asset": {
"AssetId": "8cb74f56-8176-4183-8355-fb2bc500d8f2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "21882fbd-f0dc-430e-8d4e-4b3388bbb562",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4249585f-503c-4bfc-8508-23e2d9c82041",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "5d824237-1d64-4dcf-a8e9-8f4ebe2acd83",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-22T14:42:51.5710994-07:00",
"MeasurementValueNeededDate": "2026-06-22T14:42:51.5710994-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "b9998e21-cff8-4252-ad36-50317c018815",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-22T14:42:51.5710994-07:00",
"MeasurementValueNeededDate": "2026-06-22T14:42:51.5710994-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "760fa715-63e3-4d99-825b-fd839b7fdc92",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "1f8a9b16-e89f-42b1-86f5-412a64058e28",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "21882fbd-f0dc-430e-8d4e-4b3388bbb562",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4249585f-503c-4bfc-8508-23e2d9c82041",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-22T14:42:51.5710994-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "5679ef53-b6f8-45b5-bbe0-e16da8c91f63",
"Section": {
"FormTypeSectionId": "6d737339-6f4d-4945-8008-d8029d8e7591",
"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": "43110748-ab0f-4b9a-bb9f-9e765fe37206",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4c271739-a365-48bf-96ce-97b5442e8525",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "33bc748b-ce36-44ba-8ad5-e210f0ee3f74",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9a906595-e1f3-4803-a3d1-38bd2a25f414",
"FieldId": "ce8d4e6d-ddcc-429e-b18f-44b8f3a4a608",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9a906595-e1f3-4803-a3d1-38bd2a25f414",
"FieldId": "ce8d4e6d-ddcc-429e-b18f-44b8f3a4a608",
"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": "5679ef53-b6f8-45b5-bbe0-e16da8c91f63",
"Section": {
"FormTypeSectionId": "6d737339-6f4d-4945-8008-d8029d8e7591",
"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": "43110748-ab0f-4b9a-bb9f-9e765fe37206",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4c271739-a365-48bf-96ce-97b5442e8525",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "33bc748b-ce36-44ba-8ad5-e210f0ee3f74",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9a906595-e1f3-4803-a3d1-38bd2a25f414",
"FieldId": "ce8d4e6d-ddcc-429e-b18f-44b8f3a4a608",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9a906595-e1f3-4803-a3d1-38bd2a25f414",
"FieldId": "ce8d4e6d-ddcc-429e-b18f-44b8f3a4a608",
"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": "a47eaeeb-a37d-4438-b92c-3880a6eefd3e",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-06-22T14:42:51.5710994-07:00",
"Location": "sample string 1",
"TaskId": "34c72bbe-64fe-4634-b6a0-bac6d56f1074",
"Values": [
{
"FormFieldValueId": "27e875f0-76a8-4cc5-a4b8-b8dc5203ba6d",
"FormId": "49169195-03d9-452d-a967-f9c9b7ae922e",
"FormTypeField": {
"FormTypeFieldId": "5679ef53-b6f8-45b5-bbe0-e16da8c91f63",
"FormType": {
"FormTypeId": "1f8a9b16-e89f-42b1-86f5-412a64058e28",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "21882fbd-f0dc-430e-8d4e-4b3388bbb562",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4249585f-503c-4bfc-8508-23e2d9c82041",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-22T14:42:51.5710994-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "a47eaeeb-a37d-4438-b92c-3880a6eefd3e",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "6d737339-6f4d-4945-8008-d8029d8e7591",
"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": "43110748-ab0f-4b9a-bb9f-9e765fe37206",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4c271739-a365-48bf-96ce-97b5442e8525",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "33bc748b-ce36-44ba-8ad5-e210f0ee3f74",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9a906595-e1f3-4803-a3d1-38bd2a25f414",
"FieldId": "ce8d4e6d-ddcc-429e-b18f-44b8f3a4a608",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9a906595-e1f3-4803-a3d1-38bd2a25f414",
"FieldId": "ce8d4e6d-ddcc-429e-b18f-44b8f3a4a608",
"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": "27e875f0-76a8-4cc5-a4b8-b8dc5203ba6d",
"FormId": "49169195-03d9-452d-a967-f9c9b7ae922e",
"FormTypeField": {
"FormTypeFieldId": "5679ef53-b6f8-45b5-bbe0-e16da8c91f63",
"FormType": {
"FormTypeId": "1f8a9b16-e89f-42b1-86f5-412a64058e28",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "21882fbd-f0dc-430e-8d4e-4b3388bbb562",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4249585f-503c-4bfc-8508-23e2d9c82041",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-06-22T14:42:51.5710994-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "a47eaeeb-a37d-4438-b92c-3880a6eefd3e",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "6d737339-6f4d-4945-8008-d8029d8e7591",
"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": "43110748-ab0f-4b9a-bb9f-9e765fe37206",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "4c271739-a365-48bf-96ce-97b5442e8525",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "33bc748b-ce36-44ba-8ad5-e210f0ee3f74",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "9a906595-e1f3-4803-a3d1-38bd2a25f414",
"FieldId": "ce8d4e6d-ddcc-429e-b18f-44b8f3a4a608",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "9a906595-e1f3-4803-a3d1-38bd2a25f414",
"FieldId": "ce8d4e6d-ddcc-429e-b18f-44b8f3a4a608",
"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": "c3471c57-df95-4d38-8284-b30e8b904c22",
"CreateDate": "2026-06-22T14:42:51.5710994-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-22T14:42:51.5710994-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}