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": "2b796e5f-0a7d-46cc-91e2-e1feff5a920f",
"Asset": {
"AssetId": "5169a168-a9b3-4bcf-b4b5-3b55db23fa5b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "5345901c-0193-49c2-87ee-e68daf400d82",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a56a0c64-2000-4c7a-86e3-6e65f240a8f4",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "a483db72-d1d2-454b-a608-aad3c5a1aec7",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-14T11:01:17.2156613-07:00",
"MeasurementValueNeededDate": "2026-05-14T11:01:17.2156613-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "ccc4d798-86b5-473f-8157-8fac4f67f0e4",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-14T11:01:17.2156613-07:00",
"MeasurementValueNeededDate": "2026-05-14T11:01:17.2156613-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "17d36db3-0fd3-4be9-8643-cb1d3441177b",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "abdbfc36-d3b6-4ea0-9c9e-34b36eecca10",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5345901c-0193-49c2-87ee-e68daf400d82",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a56a0c64-2000-4c7a-86e3-6e65f240a8f4",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-14T11:01:17.2156613-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "e104e0a4-1a09-445d-b0b7-482fda9f2bf2",
"Section": {
"FormTypeSectionId": "e201f92b-43f5-4b90-9a41-038d0cd9bcac",
"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": "206f3e3d-c3b7-4db8-8498-ef1e247b05f1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b56cbe58-0ffc-4c98-9e16-2e5bda4d1577",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "787737d8-35e6-4561-ade7-f4513f9db826",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3bf8d23d-ea44-415d-9eea-7638e885c8a1",
"FieldId": "ba4b5959-74b8-4d7e-b3c5-c403c1868e54",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3bf8d23d-ea44-415d-9eea-7638e885c8a1",
"FieldId": "ba4b5959-74b8-4d7e-b3c5-c403c1868e54",
"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": "e104e0a4-1a09-445d-b0b7-482fda9f2bf2",
"Section": {
"FormTypeSectionId": "e201f92b-43f5-4b90-9a41-038d0cd9bcac",
"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": "206f3e3d-c3b7-4db8-8498-ef1e247b05f1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b56cbe58-0ffc-4c98-9e16-2e5bda4d1577",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "787737d8-35e6-4561-ade7-f4513f9db826",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3bf8d23d-ea44-415d-9eea-7638e885c8a1",
"FieldId": "ba4b5959-74b8-4d7e-b3c5-c403c1868e54",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3bf8d23d-ea44-415d-9eea-7638e885c8a1",
"FieldId": "ba4b5959-74b8-4d7e-b3c5-c403c1868e54",
"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": "c0d75718-9dee-42c2-ac93-1fee9674a3fa",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-05-14T11:01:17.2156613-07:00",
"Location": "sample string 1",
"TaskId": "578a3182-e7a3-4240-989a-3e03bd078979",
"Values": [
{
"FormFieldValueId": "af816896-5d11-4ded-a143-5ff5b3b40cf4",
"FormId": "11a6366f-2372-41f2-8889-f7225ba9232b",
"FormTypeField": {
"FormTypeFieldId": "e104e0a4-1a09-445d-b0b7-482fda9f2bf2",
"FormType": {
"FormTypeId": "abdbfc36-d3b6-4ea0-9c9e-34b36eecca10",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5345901c-0193-49c2-87ee-e68daf400d82",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a56a0c64-2000-4c7a-86e3-6e65f240a8f4",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-14T11:01:17.2156613-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "c0d75718-9dee-42c2-ac93-1fee9674a3fa",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "e201f92b-43f5-4b90-9a41-038d0cd9bcac",
"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": "206f3e3d-c3b7-4db8-8498-ef1e247b05f1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b56cbe58-0ffc-4c98-9e16-2e5bda4d1577",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "787737d8-35e6-4561-ade7-f4513f9db826",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3bf8d23d-ea44-415d-9eea-7638e885c8a1",
"FieldId": "ba4b5959-74b8-4d7e-b3c5-c403c1868e54",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3bf8d23d-ea44-415d-9eea-7638e885c8a1",
"FieldId": "ba4b5959-74b8-4d7e-b3c5-c403c1868e54",
"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": "af816896-5d11-4ded-a143-5ff5b3b40cf4",
"FormId": "11a6366f-2372-41f2-8889-f7225ba9232b",
"FormTypeField": {
"FormTypeFieldId": "e104e0a4-1a09-445d-b0b7-482fda9f2bf2",
"FormType": {
"FormTypeId": "abdbfc36-d3b6-4ea0-9c9e-34b36eecca10",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5345901c-0193-49c2-87ee-e68daf400d82",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a56a0c64-2000-4c7a-86e3-6e65f240a8f4",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-14T11:01:17.2156613-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "c0d75718-9dee-42c2-ac93-1fee9674a3fa",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "e201f92b-43f5-4b90-9a41-038d0cd9bcac",
"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": "206f3e3d-c3b7-4db8-8498-ef1e247b05f1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b56cbe58-0ffc-4c98-9e16-2e5bda4d1577",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "787737d8-35e6-4561-ade7-f4513f9db826",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3bf8d23d-ea44-415d-9eea-7638e885c8a1",
"FieldId": "ba4b5959-74b8-4d7e-b3c5-c403c1868e54",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3bf8d23d-ea44-415d-9eea-7638e885c8a1",
"FieldId": "ba4b5959-74b8-4d7e-b3c5-c403c1868e54",
"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": "ea846ff8-f789-489b-a7b4-a4ba31582022",
"CreateDate": "2026-05-14T11:01:17.2312185-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-14T11:01:17.2312185-07:00",
"LastModifiedUser": "sample string 5"
},
{
"FormId": "2b796e5f-0a7d-46cc-91e2-e1feff5a920f",
"Asset": {
"AssetId": "5169a168-a9b3-4bcf-b4b5-3b55db23fa5b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "5345901c-0193-49c2-87ee-e68daf400d82",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a56a0c64-2000-4c7a-86e3-6e65f240a8f4",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "a483db72-d1d2-454b-a608-aad3c5a1aec7",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-14T11:01:17.2156613-07:00",
"MeasurementValueNeededDate": "2026-05-14T11:01:17.2156613-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "ccc4d798-86b5-473f-8157-8fac4f67f0e4",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-14T11:01:17.2156613-07:00",
"MeasurementValueNeededDate": "2026-05-14T11:01:17.2156613-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "17d36db3-0fd3-4be9-8643-cb1d3441177b",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 8"
},
"FormType": {
"FormTypeId": "abdbfc36-d3b6-4ea0-9c9e-34b36eecca10",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5345901c-0193-49c2-87ee-e68daf400d82",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a56a0c64-2000-4c7a-86e3-6e65f240a8f4",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-14T11:01:17.2156613-07:00",
"Active": true,
"Fields": [
{
"FormTypeFieldId": "e104e0a4-1a09-445d-b0b7-482fda9f2bf2",
"Section": {
"FormTypeSectionId": "e201f92b-43f5-4b90-9a41-038d0cd9bcac",
"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": "206f3e3d-c3b7-4db8-8498-ef1e247b05f1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b56cbe58-0ffc-4c98-9e16-2e5bda4d1577",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "787737d8-35e6-4561-ade7-f4513f9db826",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3bf8d23d-ea44-415d-9eea-7638e885c8a1",
"FieldId": "ba4b5959-74b8-4d7e-b3c5-c403c1868e54",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3bf8d23d-ea44-415d-9eea-7638e885c8a1",
"FieldId": "ba4b5959-74b8-4d7e-b3c5-c403c1868e54",
"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": "e104e0a4-1a09-445d-b0b7-482fda9f2bf2",
"Section": {
"FormTypeSectionId": "e201f92b-43f5-4b90-9a41-038d0cd9bcac",
"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": "206f3e3d-c3b7-4db8-8498-ef1e247b05f1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b56cbe58-0ffc-4c98-9e16-2e5bda4d1577",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "787737d8-35e6-4561-ade7-f4513f9db826",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3bf8d23d-ea44-415d-9eea-7638e885c8a1",
"FieldId": "ba4b5959-74b8-4d7e-b3c5-c403c1868e54",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3bf8d23d-ea44-415d-9eea-7638e885c8a1",
"FieldId": "ba4b5959-74b8-4d7e-b3c5-c403c1868e54",
"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": "c0d75718-9dee-42c2-ac93-1fee9674a3fa",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 7"
},
"EffectiveDate": "2026-05-14T11:01:17.2156613-07:00",
"Location": "sample string 1",
"TaskId": "578a3182-e7a3-4240-989a-3e03bd078979",
"Values": [
{
"FormFieldValueId": "af816896-5d11-4ded-a143-5ff5b3b40cf4",
"FormId": "11a6366f-2372-41f2-8889-f7225ba9232b",
"FormTypeField": {
"FormTypeFieldId": "e104e0a4-1a09-445d-b0b7-482fda9f2bf2",
"FormType": {
"FormTypeId": "abdbfc36-d3b6-4ea0-9c9e-34b36eecca10",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5345901c-0193-49c2-87ee-e68daf400d82",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a56a0c64-2000-4c7a-86e3-6e65f240a8f4",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-14T11:01:17.2156613-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "c0d75718-9dee-42c2-ac93-1fee9674a3fa",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "e201f92b-43f5-4b90-9a41-038d0cd9bcac",
"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": "206f3e3d-c3b7-4db8-8498-ef1e247b05f1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b56cbe58-0ffc-4c98-9e16-2e5bda4d1577",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "787737d8-35e6-4561-ade7-f4513f9db826",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3bf8d23d-ea44-415d-9eea-7638e885c8a1",
"FieldId": "ba4b5959-74b8-4d7e-b3c5-c403c1868e54",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3bf8d23d-ea44-415d-9eea-7638e885c8a1",
"FieldId": "ba4b5959-74b8-4d7e-b3c5-c403c1868e54",
"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": "af816896-5d11-4ded-a143-5ff5b3b40cf4",
"FormId": "11a6366f-2372-41f2-8889-f7225ba9232b",
"FormTypeField": {
"FormTypeFieldId": "e104e0a4-1a09-445d-b0b7-482fda9f2bf2",
"FormType": {
"FormTypeId": "abdbfc36-d3b6-4ea0-9c9e-34b36eecca10",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5345901c-0193-49c2-87ee-e68daf400d82",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "a56a0c64-2000-4c7a-86e3-6e65f240a8f4",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-05-14T11:01:17.2156613-07:00",
"Active": true,
"Fields": [],
"SourceSystemId": "sample string 4",
"CompanyId": "c0d75718-9dee-42c2-ac93-1fee9674a3fa",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 7"
},
"Section": {
"FormTypeSectionId": "e201f92b-43f5-4b90-9a41-038d0cd9bcac",
"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": "206f3e3d-c3b7-4db8-8498-ef1e247b05f1",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "b56cbe58-0ffc-4c98-9e16-2e5bda4d1577",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "787737d8-35e6-4561-ade7-f4513f9db826",
"CreateDate": "2026-05-14T11:01:17.2156613-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-14T11:01:17.2156613-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
{
"ValidValueId": "3bf8d23d-ea44-415d-9eea-7638e885c8a1",
"FieldId": "ba4b5959-74b8-4d7e-b3c5-c403c1868e54",
"FieldName": "sample string 1",
"FieldLabel": "sample string 2",
"ValueText": "sample string 3",
"LabelText": "sample string 4"
},
{
"ValidValueId": "3bf8d23d-ea44-415d-9eea-7638e885c8a1",
"FieldId": "ba4b5959-74b8-4d7e-b3c5-c403c1868e54",
"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": "ea846ff8-f789-489b-a7b4-a4ba31582022",
"CreateDate": "2026-05-14T11:01:17.2312185-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-14T11:01:17.2312185-07:00",
"LastModifiedUser": "sample string 5"
}
],
"Total": 1,
"Message": "sample string 1"
}