GET FormTypes?assetTypeId={assetTypeId}&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}
Retrieves form types for the given parameters. All parameters are optional.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assetTypeId |
Id of the asset type |
globally unique identifier |
None. |
| take |
Number of form types to retrieve. Default is all form types |
integer |
None. |
| skip |
Number of form types to skip before retrieval |
integer |
Default value is 0 |
| sort |
List of sorting rules to describe how to sort the form types before retrieval |
Collection of Sort |
None. |
| Operator | string |
None. |
|
| Field | string |
None. |
|
| Value | string |
None. |
|
| Logic | string |
None. |
|
| Filters | Collection of Filter |
None. |
Body Parameters
None.
Response Information
Resource Description
On success, a list of form types.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of FormType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"FormTypeId": "3161061d-b0b2-4056-a4d6-9bdb7db40e07",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "4ab79f43-54c1-4880-b0d8-81d819119549",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "088f1338-1625-47b4-975e-9350570350c6",
"CreateDate": "2026-07-15T17:40:12.069369-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-15T17:40:12.069369-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-15T17:40:12.069369-07:00",
"Fields": [
{
"FormTypeFieldId": "e4ea2221-07e6-47ce-9578-48888e469df1",
"Section": {
"FormTypeSectionId": "6dd4145f-5da2-421f-8c82-87dc46e63992",
"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": "a0bb8aca-5b49-4b14-995a-6b490189f73a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "aebe67db-90be-4bfd-9391-ff36c3b150af",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "497f0de7-d13f-4b20-a001-24e973522a53",
"CreateDate": "2026-07-15T17:40:12.069369-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-15T17:40:12.069369-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"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": "e4ea2221-07e6-47ce-9578-48888e469df1",
"Section": {
"FormTypeSectionId": "6dd4145f-5da2-421f-8c82-87dc46e63992",
"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": "a0bb8aca-5b49-4b14-995a-6b490189f73a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "aebe67db-90be-4bfd-9391-ff36c3b150af",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "497f0de7-d13f-4b20-a001-24e973522a53",
"CreateDate": "2026-07-15T17:40:12.069369-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-15T17:40:12.069369-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"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 3",
"CompanyId": "be2ceaa6-b405-43d0-aa30-679a3b09adb9",
"CreateDate": "2026-07-15T17:40:12.069369-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-15T17:40:12.069369-07:00",
"LastModifiedUser": "sample string 6"
},
{
"FormTypeId": "3161061d-b0b2-4056-a4d6-9bdb7db40e07",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "4ab79f43-54c1-4880-b0d8-81d819119549",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "088f1338-1625-47b4-975e-9350570350c6",
"CreateDate": "2026-07-15T17:40:12.069369-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-07-15T17:40:12.069369-07:00",
"LastModifiedUser": "sample string 7"
},
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-07-15T17:40:12.069369-07:00",
"Fields": [
{
"FormTypeFieldId": "e4ea2221-07e6-47ce-9578-48888e469df1",
"Section": {
"FormTypeSectionId": "6dd4145f-5da2-421f-8c82-87dc46e63992",
"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": "a0bb8aca-5b49-4b14-995a-6b490189f73a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "aebe67db-90be-4bfd-9391-ff36c3b150af",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "497f0de7-d13f-4b20-a001-24e973522a53",
"CreateDate": "2026-07-15T17:40:12.069369-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-15T17:40:12.069369-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"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": "e4ea2221-07e6-47ce-9578-48888e469df1",
"Section": {
"FormTypeSectionId": "6dd4145f-5da2-421f-8c82-87dc46e63992",
"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": "a0bb8aca-5b49-4b14-995a-6b490189f73a",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "aebe67db-90be-4bfd-9391-ff36c3b150af",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "497f0de7-d13f-4b20-a001-24e973522a53",
"CreateDate": "2026-07-15T17:40:12.069369-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-15T17:40:12.069369-07:00",
"LastModifiedUser": "sample string 6"
},
"DisplayOrder": 1,
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"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 3",
"CompanyId": "be2ceaa6-b405-43d0-aa30-679a3b09adb9",
"CreateDate": "2026-07-15T17:40:12.069369-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-07-15T17:40:12.069369-07:00",
"LastModifiedUser": "sample string 6"
}
],
"Total": 1,
"Message": "sample string 1"
}