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": "e344e7fe-d3df-4ac4-801c-a93086e0f8e3",
"Asset": {
"AssetId": "d5480606-4aeb-4416-b216-ed6a1237a8cb",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "deb7d595-e419-4502-8b34-f0812ef3c793",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0c684516-2709-4da5-b7a1-6b1f8bb9e58f",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "53bc48aa-5247-40e6-9835-c7e3a63b4fc7",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-04T21:25:01.9386815-07:00",
"MeasurementValueNeededDate": "2026-04-04T21:25:01.9386815-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "53081ed2-e9b3-4c63-a543-e8318ff0242e",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-04T21:25:01.9386815-07:00",
"MeasurementValueNeededDate": "2026-04-04T21:25:01.9386815-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "2c874d38-b1ca-4085-8a6d-001dbd9d538a",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "7f87cdd7-0c4c-4151-8f4a-6206285d0f73",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "deb7d595-e419-4502-8b34-f0812ef3c793",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0c684516-2709-4da5-b7a1-6b1f8bb9e58f",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-04T21:25:01.9386815-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "b53d27a9-2555-4245-b6b4-6ce26675bbd2",
"Section": {
"FormTypeSectionId": "aea5c859-cea7-478e-b1f4-f7ee15c54a49",
"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": "cc3699e8-af5b-4db8-8d96-a625e5501beb",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "120ef8f7-5884-42f9-a4bb-3d2050dc99d7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "554c4dab-c2c5-454f-9118-017ce4f66382",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e4735129-9a24-4101-89d7-d4e60af772eb",
"FieldId": "c05d2684-5b2e-41c9-93a1-26a47a2af6e6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e4735129-9a24-4101-89d7-d4e60af772eb",
"FieldId": "c05d2684-5b2e-41c9-93a1-26a47a2af6e6",
"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": "b53d27a9-2555-4245-b6b4-6ce26675bbd2",
"Section": {
"FormTypeSectionId": "aea5c859-cea7-478e-b1f4-f7ee15c54a49",
"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": "cc3699e8-af5b-4db8-8d96-a625e5501beb",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "120ef8f7-5884-42f9-a4bb-3d2050dc99d7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "554c4dab-c2c5-454f-9118-017ce4f66382",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e4735129-9a24-4101-89d7-d4e60af772eb",
"FieldId": "c05d2684-5b2e-41c9-93a1-26a47a2af6e6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e4735129-9a24-4101-89d7-d4e60af772eb",
"FieldId": "c05d2684-5b2e-41c9-93a1-26a47a2af6e6",
"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": "1c97a482-6d23-4162-b883-60dbcc86f41d",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-04-04T21:25:01.9386815-07:00",
"Location": "sample string 1",
"TaskId": "333a4ef6-2e50-4cfc-a209-8e93bccaa1dc",
"Values": [
{
"FormFieldValueId": "77604634-92a2-42ae-9c7c-51e1f5869087",
"FormId": "239cf54b-2e34-43ed-96ad-a9fc63195c1f",
"FormTypeField": {
"FormTypeFieldId": "b53d27a9-2555-4245-b6b4-6ce26675bbd2",
"FormType": {
"FormTypeId": "7f87cdd7-0c4c-4151-8f4a-6206285d0f73",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "deb7d595-e419-4502-8b34-f0812ef3c793",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0c684516-2709-4da5-b7a1-6b1f8bb9e58f",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-04T21:25:01.9386815-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1c97a482-6d23-4162-b883-60dbcc86f41d",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "aea5c859-cea7-478e-b1f4-f7ee15c54a49",
"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": "cc3699e8-af5b-4db8-8d96-a625e5501beb",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "120ef8f7-5884-42f9-a4bb-3d2050dc99d7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "554c4dab-c2c5-454f-9118-017ce4f66382",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e4735129-9a24-4101-89d7-d4e60af772eb",
"FieldId": "c05d2684-5b2e-41c9-93a1-26a47a2af6e6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e4735129-9a24-4101-89d7-d4e60af772eb",
"FieldId": "c05d2684-5b2e-41c9-93a1-26a47a2af6e6",
"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": "77604634-92a2-42ae-9c7c-51e1f5869087",
"FormId": "239cf54b-2e34-43ed-96ad-a9fc63195c1f",
"FormTypeField": {
"FormTypeFieldId": "b53d27a9-2555-4245-b6b4-6ce26675bbd2",
"FormType": {
"FormTypeId": "7f87cdd7-0c4c-4151-8f4a-6206285d0f73",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "deb7d595-e419-4502-8b34-f0812ef3c793",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0c684516-2709-4da5-b7a1-6b1f8bb9e58f",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-04T21:25:01.9386815-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1c97a482-6d23-4162-b883-60dbcc86f41d",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "aea5c859-cea7-478e-b1f4-f7ee15c54a49",
"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": "cc3699e8-af5b-4db8-8d96-a625e5501beb",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "120ef8f7-5884-42f9-a4bb-3d2050dc99d7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "554c4dab-c2c5-454f-9118-017ce4f66382",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e4735129-9a24-4101-89d7-d4e60af772eb",
"FieldId": "c05d2684-5b2e-41c9-93a1-26a47a2af6e6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e4735129-9a24-4101-89d7-d4e60af772eb",
"FieldId": "c05d2684-5b2e-41c9-93a1-26a47a2af6e6",
"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": "6e714928-8297-4b0b-90e8-89429c5452eb",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "e344e7fe-d3df-4ac4-801c-a93086e0f8e3",
"Asset": {
"AssetId": "d5480606-4aeb-4416-b216-ed6a1237a8cb",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "deb7d595-e419-4502-8b34-f0812ef3c793",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0c684516-2709-4da5-b7a1-6b1f8bb9e58f",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "53bc48aa-5247-40e6-9835-c7e3a63b4fc7",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-04T21:25:01.9386815-07:00",
"MeasurementValueNeededDate": "2026-04-04T21:25:01.9386815-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "53081ed2-e9b3-4c63-a543-e8318ff0242e",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-04T21:25:01.9386815-07:00",
"MeasurementValueNeededDate": "2026-04-04T21:25:01.9386815-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "2c874d38-b1ca-4085-8a6d-001dbd9d538a",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "7f87cdd7-0c4c-4151-8f4a-6206285d0f73",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "deb7d595-e419-4502-8b34-f0812ef3c793",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0c684516-2709-4da5-b7a1-6b1f8bb9e58f",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-04T21:25:01.9386815-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "b53d27a9-2555-4245-b6b4-6ce26675bbd2",
"Section": {
"FormTypeSectionId": "aea5c859-cea7-478e-b1f4-f7ee15c54a49",
"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": "cc3699e8-af5b-4db8-8d96-a625e5501beb",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "120ef8f7-5884-42f9-a4bb-3d2050dc99d7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "554c4dab-c2c5-454f-9118-017ce4f66382",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e4735129-9a24-4101-89d7-d4e60af772eb",
"FieldId": "c05d2684-5b2e-41c9-93a1-26a47a2af6e6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e4735129-9a24-4101-89d7-d4e60af772eb",
"FieldId": "c05d2684-5b2e-41c9-93a1-26a47a2af6e6",
"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": "b53d27a9-2555-4245-b6b4-6ce26675bbd2",
"Section": {
"FormTypeSectionId": "aea5c859-cea7-478e-b1f4-f7ee15c54a49",
"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": "cc3699e8-af5b-4db8-8d96-a625e5501beb",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "120ef8f7-5884-42f9-a4bb-3d2050dc99d7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "554c4dab-c2c5-454f-9118-017ce4f66382",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e4735129-9a24-4101-89d7-d4e60af772eb",
"FieldId": "c05d2684-5b2e-41c9-93a1-26a47a2af6e6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e4735129-9a24-4101-89d7-d4e60af772eb",
"FieldId": "c05d2684-5b2e-41c9-93a1-26a47a2af6e6",
"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": "1c97a482-6d23-4162-b883-60dbcc86f41d",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-04-04T21:25:01.9386815-07:00",
"Location": "sample string 1",
"TaskId": "333a4ef6-2e50-4cfc-a209-8e93bccaa1dc",
"Values": [
{
"FormFieldValueId": "77604634-92a2-42ae-9c7c-51e1f5869087",
"FormId": "239cf54b-2e34-43ed-96ad-a9fc63195c1f",
"FormTypeField": {
"FormTypeFieldId": "b53d27a9-2555-4245-b6b4-6ce26675bbd2",
"FormType": {
"FormTypeId": "7f87cdd7-0c4c-4151-8f4a-6206285d0f73",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "deb7d595-e419-4502-8b34-f0812ef3c793",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0c684516-2709-4da5-b7a1-6b1f8bb9e58f",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-04T21:25:01.9386815-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1c97a482-6d23-4162-b883-60dbcc86f41d",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "aea5c859-cea7-478e-b1f4-f7ee15c54a49",
"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": "cc3699e8-af5b-4db8-8d96-a625e5501beb",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "120ef8f7-5884-42f9-a4bb-3d2050dc99d7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "554c4dab-c2c5-454f-9118-017ce4f66382",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e4735129-9a24-4101-89d7-d4e60af772eb",
"FieldId": "c05d2684-5b2e-41c9-93a1-26a47a2af6e6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e4735129-9a24-4101-89d7-d4e60af772eb",
"FieldId": "c05d2684-5b2e-41c9-93a1-26a47a2af6e6",
"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": "77604634-92a2-42ae-9c7c-51e1f5869087",
"FormId": "239cf54b-2e34-43ed-96ad-a9fc63195c1f",
"FormTypeField": {
"FormTypeFieldId": "b53d27a9-2555-4245-b6b4-6ce26675bbd2",
"FormType": {
"FormTypeId": "7f87cdd7-0c4c-4151-8f4a-6206285d0f73",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "deb7d595-e419-4502-8b34-f0812ef3c793",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "0c684516-2709-4da5-b7a1-6b1f8bb9e58f",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-04-04T21:25:01.9386815-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "1c97a482-6d23-4162-b883-60dbcc86f41d",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "aea5c859-cea7-478e-b1f4-f7ee15c54a49",
"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": "cc3699e8-af5b-4db8-8d96-a625e5501beb",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "120ef8f7-5884-42f9-a4bb-3d2050dc99d7",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "554c4dab-c2c5-454f-9118-017ce4f66382",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "e4735129-9a24-4101-89d7-d4e60af772eb",
"FieldId": "c05d2684-5b2e-41c9-93a1-26a47a2af6e6",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "e4735129-9a24-4101-89d7-d4e60af772eb",
"FieldId": "c05d2684-5b2e-41c9-93a1-26a47a2af6e6",
"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": "6e714928-8297-4b0b-90e8-89429c5452eb",
"CreateDate": "2026-04-04T21:25:01.9386815-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-04T21:25:01.9386815-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}