GET api/Common/GetAllFormConfigurations

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of FormConfigJSONDTO
NameDescriptionTypeAdditional information
Id

integer

None.

LabOrgID

integer

None.

LabAccountID

integer

None.

OFAccountID

integer

None.

OFOrgId

integer

None.

CaseType

string

None.

ConfigJson

string

None.

Status

string

None.

VersionNumber

string

None.

IsCurrent

integer

None.

CreatedBy

integer

None.

ModifiedBy

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

LabAccountName

string

None.

LabOrgName

string

None.

OFOrgName

string

None.

CaseTypeDisplayname

string

None.

SpecimenTestConfig

string

None.

BulkOrderConfig

string

None.

ConfigType

integer

None.

OrderingFacility

string

None.

BillTo

string

None.

isAPScreen

boolean

None.

ScreenConfigJSON

string

None.

MaxJars

integer

None.

PopulateDisplayName

boolean

None.

AutoPopulateDisplayName

boolean

None.

DisplayNameFormat

string

None.

DefaultService

string

None.

DefaultGender

string

None.

IsCustomReqNum

boolean

None.

IsDefaultTestPresent

boolean

None.

EnableCollectionKit

boolean

None.

IsFrozen

boolean

None.

EnableMostFrequentTests

boolean

None.

EnableMostFrequentMedications

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "LabOrgID": 2,
    "LabAccountID": 3,
    "OFAccountID": 4,
    "OFOrgId": 5,
    "CaseType": "sample string 6",
    "ConfigJson": "sample string 7",
    "Status": "sample string 8",
    "VersionNumber": "sample string 9",
    "IsCurrent": 10,
    "CreatedBy": 11,
    "ModifiedBy": 12,
    "CreatedDate": "2025-12-11T08:36:44.8126566-05:00",
    "ModifiedDate": "2025-12-11T08:36:44.8126566-05:00",
    "LabAccountName": "sample string 15",
    "LabOrgName": "sample string 16",
    "OFOrgName": "sample string 17",
    "CaseTypeDisplayname": "sample string 18",
    "SpecimenTestConfig": "sample string 19",
    "BulkOrderConfig": "sample string 20",
    "ConfigType": 21,
    "OrderingFacility": "sample string 22",
    "BillTo": "sample string 23",
    "isAPScreen": true,
    "ScreenConfigJSON": "sample string 25",
    "MaxJars": 26,
    "PopulateDisplayName": true,
    "AutoPopulateDisplayName": true,
    "DisplayNameFormat": "sample string 29",
    "DefaultService": "sample string 30",
    "DefaultGender": "sample string 31",
    "IsCustomReqNum": true,
    "IsDefaultTestPresent": true,
    "EnableCollectionKit": true,
    "IsFrozen": true,
    "EnableMostFrequentTests": true,
    "EnableMostFrequentMedications": true
  },
  {
    "Id": 1,
    "LabOrgID": 2,
    "LabAccountID": 3,
    "OFAccountID": 4,
    "OFOrgId": 5,
    "CaseType": "sample string 6",
    "ConfigJson": "sample string 7",
    "Status": "sample string 8",
    "VersionNumber": "sample string 9",
    "IsCurrent": 10,
    "CreatedBy": 11,
    "ModifiedBy": 12,
    "CreatedDate": "2025-12-11T08:36:44.8126566-05:00",
    "ModifiedDate": "2025-12-11T08:36:44.8126566-05:00",
    "LabAccountName": "sample string 15",
    "LabOrgName": "sample string 16",
    "OFOrgName": "sample string 17",
    "CaseTypeDisplayname": "sample string 18",
    "SpecimenTestConfig": "sample string 19",
    "BulkOrderConfig": "sample string 20",
    "ConfigType": 21,
    "OrderingFacility": "sample string 22",
    "BillTo": "sample string 23",
    "isAPScreen": true,
    "ScreenConfigJSON": "sample string 25",
    "MaxJars": 26,
    "PopulateDisplayName": true,
    "AutoPopulateDisplayName": true,
    "DisplayNameFormat": "sample string 29",
    "DefaultService": "sample string 30",
    "DefaultGender": "sample string 31",
    "IsCustomReqNum": true,
    "IsDefaultTestPresent": true,
    "EnableCollectionKit": true,
    "IsFrozen": true,
    "EnableMostFrequentTests": true,
    "EnableMostFrequentMedications": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfFormConfigJSONDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VitalOrder_v2_ServerApp.DTO">
  <FormConfigJSONDTO>
    <AutoPopulateDisplayName>true</AutoPopulateDisplayName>
    <BillTo>sample string 23</BillTo>
    <BulkOrderConfig>sample string 20</BulkOrderConfig>
    <CaseType>sample string 6</CaseType>
    <CaseTypeDisplayname>sample string 18</CaseTypeDisplayname>
    <ConfigJson>sample string 7</ConfigJson>
    <ConfigType>21</ConfigType>
    <CreatedBy>11</CreatedBy>
    <CreatedDate>2025-12-11T08:36:44.8126566-05:00</CreatedDate>
    <DefaultGender>sample string 31</DefaultGender>
    <DefaultService>sample string 30</DefaultService>
    <DisplayNameFormat>sample string 29</DisplayNameFormat>
    <EnableCollectionKit>true</EnableCollectionKit>
    <EnableMostFrequentMedications>true</EnableMostFrequentMedications>
    <EnableMostFrequentTests>true</EnableMostFrequentTests>
    <Id>1</Id>
    <IsCurrent>10</IsCurrent>
    <IsCustomReqNum>true</IsCustomReqNum>
    <IsDefaultTestPresent>true</IsDefaultTestPresent>
    <IsFrozen>true</IsFrozen>
    <LabAccountID>3</LabAccountID>
    <LabAccountName>sample string 15</LabAccountName>
    <LabOrgID>2</LabOrgID>
    <LabOrgName>sample string 16</LabOrgName>
    <MaxJars>26</MaxJars>
    <ModifiedBy>12</ModifiedBy>
    <ModifiedDate>2025-12-11T08:36:44.8126566-05:00</ModifiedDate>
    <OFAccountID>4</OFAccountID>
    <OFOrgId>5</OFOrgId>
    <OFOrgName>sample string 17</OFOrgName>
    <OrderingFacility>sample string 22</OrderingFacility>
    <PopulateDisplayName>true</PopulateDisplayName>
    <ScreenConfigJSON>sample string 25</ScreenConfigJSON>
    <SpecimenTestConfig>sample string 19</SpecimenTestConfig>
    <Status>sample string 8</Status>
    <VersionNumber>sample string 9</VersionNumber>
    <isAPScreen>true</isAPScreen>
  </FormConfigJSONDTO>
  <FormConfigJSONDTO>
    <AutoPopulateDisplayName>true</AutoPopulateDisplayName>
    <BillTo>sample string 23</BillTo>
    <BulkOrderConfig>sample string 20</BulkOrderConfig>
    <CaseType>sample string 6</CaseType>
    <CaseTypeDisplayname>sample string 18</CaseTypeDisplayname>
    <ConfigJson>sample string 7</ConfigJson>
    <ConfigType>21</ConfigType>
    <CreatedBy>11</CreatedBy>
    <CreatedDate>2025-12-11T08:36:44.8126566-05:00</CreatedDate>
    <DefaultGender>sample string 31</DefaultGender>
    <DefaultService>sample string 30</DefaultService>
    <DisplayNameFormat>sample string 29</DisplayNameFormat>
    <EnableCollectionKit>true</EnableCollectionKit>
    <EnableMostFrequentMedications>true</EnableMostFrequentMedications>
    <EnableMostFrequentTests>true</EnableMostFrequentTests>
    <Id>1</Id>
    <IsCurrent>10</IsCurrent>
    <IsCustomReqNum>true</IsCustomReqNum>
    <IsDefaultTestPresent>true</IsDefaultTestPresent>
    <IsFrozen>true</IsFrozen>
    <LabAccountID>3</LabAccountID>
    <LabAccountName>sample string 15</LabAccountName>
    <LabOrgID>2</LabOrgID>
    <LabOrgName>sample string 16</LabOrgName>
    <MaxJars>26</MaxJars>
    <ModifiedBy>12</ModifiedBy>
    <ModifiedDate>2025-12-11T08:36:44.8126566-05:00</ModifiedDate>
    <OFAccountID>4</OFAccountID>
    <OFOrgId>5</OFOrgId>
    <OFOrgName>sample string 17</OFOrgName>
    <OrderingFacility>sample string 22</OrderingFacility>
    <PopulateDisplayName>true</PopulateDisplayName>
    <ScreenConfigJSON>sample string 25</ScreenConfigJSON>
    <SpecimenTestConfig>sample string 19</SpecimenTestConfig>
    <Status>sample string 8</Status>
    <VersionNumber>sample string 9</VersionNumber>
    <isAPScreen>true</isAPScreen>
  </FormConfigJSONDTO>
</ArrayOfFormConfigJSONDTO>