GET api_v2/AccountDatabases/GetAccountDatabasesForUserById?accountDatabaseId={accountDatabaseId}&accountUserId={accountUserId}
Получить данные информационной базы по номеру.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountDatabaseId | Идентификатор информационной базы. |
Define this parameter in the request URI. |
accountUserId | Идентификатор пользователя который запрашивает сведения о базе. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result> <AccountID>4043f5d5-1e86-49db-8da0-36bf7e27b6af</AccountID> <CreationDate>2021-01-24T05:20:08.4769757+03:00</CreationDate> <LastActivityDate>2021-01-24T05:20:08.4769757+03:00</LastActivityDate> <Caption>sample string 4</Caption> <ConfigurationName>sample string 5</ConfigurationName> <ConfigurationVersion>sample string 6</ConfigurationVersion> <ApplicationName>sample string 7</ApplicationName> <DistributionType>sample string 8</DistributionType> <AccountDomainID>a8c97343-7104-43ae-81a9-68dc8ec1ee9b</AccountDomainID> <WebPublishPath>sample string 9</WebPublishPath> <IsPublished>true</IsPublished> <DbName>sample string 11</DbName> <DbNumber>12</DbNumber> <State>sample string 13</State> <SqlName>sample string 14</SqlName> <ServerName>sample string 15</ServerName> <LockedState>sample string 16</LockedState> <IsFile>true</IsFile> <FilePath>sample string 18</FilePath> <BackupDate>2021-01-24T05:20:08.4769757+03:00</BackupDate> <ArchivePath>sample string 19</ArchivePath> <SizeInMB>20</SizeInMB> <TemplateId>a2ead123-9b6e-4b9f-99a3-b66484c259f8</TemplateId> <ServiceName>sample string 21</ServiceName> <LinkUser>sample string 22</LinkUser> <ID>f6ed2e28-3d41-4761-a08d-4e0926f1c304</ID> <LaunchType>24</LaunchType> <RolesJHO>sample string 25</RolesJHO> <LinkServicePath>sample string 26</LinkServicePath> <AccountCaption>sample string 27</AccountCaption> <IsDemoExpired>true</IsDemoExpired> <IsLock>true</IsLock> <LaunchParameters>sample string 30</LaunchParameters> <Delimiter> <Zone>1</Zone> <SourceDatabaseName>sample string 1</SourceDatabaseName> <IsDemo>true</IsDemo> <PlatformVersion>sample string 3</PlatformVersion> <DelimiterDatabaseMustUseWebService>true</DelimiterDatabaseMustUseWebService> </Delimiter> <Application1CBitDepth>X86</Application1CBitDepth> </Result>
application/json, text/json
Sample:
{ "AccountID": "4043f5d5-1e86-49db-8da0-36bf7e27b6af", "CreationDate": "2021-01-24T05:20:08.4769757+03:00", "LastActivityDate": "2021-01-24T05:20:08.4769757+03:00", "Caption": "sample string 4", "ConfigurationName": "sample string 5", "ConfigurationVersion": "sample string 6", "ApplicationName": "sample string 7", "DistributionType": "sample string 8", "AccountDomainID": "a8c97343-7104-43ae-81a9-68dc8ec1ee9b", "WebPublishPath": "sample string 9", "IsPublished": true, "DbName": "sample string 11", "DbNumber": 12, "State": "sample string 13", "SqlName": "sample string 14", "ServerName": "sample string 15", "LockedState": "sample string 16", "IsFile": true, "FilePath": "sample string 18", "BackupDate": "2021-01-24T05:20:08.4769757+03:00", "ArchivePath": "sample string 19", "SizeInMB": 20, "TemplateId": "a2ead123-9b6e-4b9f-99a3-b66484c259f8", "ServiceName": "sample string 21", "LinkUser": "sample string 22", "ID": "f6ed2e28-3d41-4761-a08d-4e0926f1c304", "LaunchType": 24, "RolesJHO": "sample string 25", "LinkServicePath": "sample string 26", "AccountCaption": "sample string 27", "IsDemoExpired": true, "IsLock": true, "LaunchParameters": "sample string 30", "Delimiter": { "Zone": 1, "SourceDatabaseName": "sample string 1", "IsDemo": true, "PlatformVersion": "sample string 3", "DelimiterDatabaseMustUseWebService": true }, "Application1CBitDepth": 0 }