GET System/OrganizationDatabaseInfo

Get organizationDatabases from criteria

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IncludeActive

Include records where RecordState == RecordState.Active

boolean

None.

IncludeInactive

Include records where RecordState == RecordState.Inactive

boolean

None.

IncludeDeleted

Include records where RecordState == RecordState.Deleted

boolean

None.

Match

When searching by string, include records based on match type

MatchCriteriaStringType

None.

DBIDs

Filter by DBIDs

Collection of integer

None.

ExternalDBID

Filter by ExternalDBID

string

None.

OrgID

Filter by OrgID

integer

None.

OrgDBName

Filter by OrgDBName

string

None.

Type

Filter by Type

DatabaseType

None.

Comments

Filter by Comments

string

None.

CreatedDateUtcMin

Filter by CreatedDateUtcMin

date

None.

CreatedDateUtcMax

Filter by CreatedDateUtcMax

date

None.

LastUpdatedDateUtcMin

Filter by LastUpdatedDateUtcMin

date

None.

LastUpdatedDateUtcMax

Filter by LastUpdatedDateUtcMax

date

None.

Body Parameters

None.

Response Information

Resource Description

List of OrganizationDatabaseDTOs

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.