GET System/OrganizationDatabaseInfo

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IncludeActive

boolean

None.

IncludeInactive

boolean

None.

IncludeDeleted

boolean

None.

Match

MatchCriteriaStringType

None.

DBIDs

Collection of integer

None.

ExternalDBID

string

None.

OrgID

integer

None.

OrgDBName

string

None.

Type

DatabaseType

None.

Comments

string

None.

CreatedDateUtcMin

date

None.

CreatedDateUtcMax

date

None.

LastUpdatedDateUtcMin

date

None.

LastUpdatedDateUtcMax

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of OrganizationDatabaseDTO
NameDescriptionTypeAdditional information
DBID

integer

None.

ExternalDBID

string

None.

ExternalDBKey

string

None.

OrgID

integer

None.

OrganizationDatabaseName

string

None.

Type

DatabaseType

None.

Comments

string

None.

Props

Collection of Object

None.

RecordState

RecordState

None.

Licenses

string

None.

Created

AuditDataDTO

None.

LastUpdated

AuditDataDTO

None.

Connections

Collection of OrganizationDatabaseConnectionDTO

None.

PrimaryConnection

string

None.

LogsConnection

string

None.

BinariesConnection

string

None.

Summary

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfOrganizationDatabaseDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models">
  <OrganizationDatabaseDTO>
    <Comments>sample string 6</Comments>
    <Connections>
      <OrganizationDatabaseConnectionDTO>
        <Created>
          <DateUtc>2024-12-04T07:51:27.8717491+00:00</DateUtc>
          <UserName>sample string 2</UserName>
        </Created>
        <DBID>1</DBID>
        <LastUpdated>
          <DateUtc>2024-12-04T07:51:27.8717491+00:00</DateUtc>
          <UserName>sample string 2</UserName>
        </LastUpdated>
        <RecordState>Active</RecordState>
        <Settings xmlns:d5p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" />
        <Type>Master</Type>
      </OrganizationDatabaseConnectionDTO>
      <OrganizationDatabaseConnectionDTO>
        <Created>
          <DateUtc>2024-12-04T07:51:27.8717491+00:00</DateUtc>
          <UserName>sample string 2</UserName>
        </Created>
        <DBID>1</DBID>
        <LastUpdated>
          <DateUtc>2024-12-04T07:51:27.8717491+00:00</DateUtc>
          <UserName>sample string 2</UserName>
        </LastUpdated>
        <RecordState>Active</RecordState>
        <Settings xmlns:d5p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" />
        <Type>Master</Type>
      </OrganizationDatabaseConnectionDTO>
    </Connections>
    <Created>
      <DateUtc>2024-12-04T07:51:27.8717491+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </Created>
    <DBID>1</DBID>
    <ExternalDBID>sample string 2</ExternalDBID>
    <ExternalDBKey>sample string 3</ExternalDBKey>
    <LastUpdated>
      <DateUtc>2024-12-04T07:51:27.8717491+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </LastUpdated>
    <Licenses>sample string 7</Licenses>
    <OrgID>4</OrgID>
    <OrganizationDatabaseName>sample string 5</OrganizationDatabaseName>
    <Props xmlns:d3p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" i:nil="true" />
    <RecordState>Active</RecordState>
    <Type>Single</Type>
  </OrganizationDatabaseDTO>
  <OrganizationDatabaseDTO>
    <Comments>sample string 6</Comments>
    <Connections>
      <OrganizationDatabaseConnectionDTO>
        <Created>
          <DateUtc>2024-12-04T07:51:27.8717491+00:00</DateUtc>
          <UserName>sample string 2</UserName>
        </Created>
        <DBID>1</DBID>
        <LastUpdated>
          <DateUtc>2024-12-04T07:51:27.8717491+00:00</DateUtc>
          <UserName>sample string 2</UserName>
        </LastUpdated>
        <RecordState>Active</RecordState>
        <Settings xmlns:d5p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" />
        <Type>Master</Type>
      </OrganizationDatabaseConnectionDTO>
      <OrganizationDatabaseConnectionDTO>
        <Created>
          <DateUtc>2024-12-04T07:51:27.8717491+00:00</DateUtc>
          <UserName>sample string 2</UserName>
        </Created>
        <DBID>1</DBID>
        <LastUpdated>
          <DateUtc>2024-12-04T07:51:27.8717491+00:00</DateUtc>
          <UserName>sample string 2</UserName>
        </LastUpdated>
        <RecordState>Active</RecordState>
        <Settings xmlns:d5p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" />
        <Type>Master</Type>
      </OrganizationDatabaseConnectionDTO>
    </Connections>
    <Created>
      <DateUtc>2024-12-04T07:51:27.8717491+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </Created>
    <DBID>1</DBID>
    <ExternalDBID>sample string 2</ExternalDBID>
    <ExternalDBKey>sample string 3</ExternalDBKey>
    <LastUpdated>
      <DateUtc>2024-12-04T07:51:27.8717491+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </LastUpdated>
    <Licenses>sample string 7</Licenses>
    <OrgID>4</OrgID>
    <OrganizationDatabaseName>sample string 5</OrganizationDatabaseName>
    <Props xmlns:d3p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" i:nil="true" />
    <RecordState>Active</RecordState>
    <Type>Single</Type>
  </OrganizationDatabaseDTO>
</ArrayOfOrganizationDatabaseDTO>

application/x-compressed-json

Sample:

Sample not available.