| Requires any of the roles: | Client, Admin, Partner |
| GET | /scadmeta/tables/{TablesId}/meta |
|---|
"use strict";
export class MetaGetTableMetaLookupResponse {
/** @param {{Table?:Object[],Columns?:Object[],PrimaryKeys?:Object[],ForeignKeys?:Object[],LookupQueries?:Object[],Lookups?:Object,ResponseStatus?:ResponseStatus}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {Object[]} */
Table;
/** @type {Object[]} */
Columns;
/** @type {Object[]} */
PrimaryKeys;
/** @type {Object[]} */
ForeignKeys;
/** @type {Object[]} */
LookupQueries;
/** @type {Object} */
Lookups;
/** @type {ResponseStatus} */
ResponseStatus;
}
export class Paging {
/** @param {{PageNumber?:number,PageSize?:number}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
PageNumber;
/** @type {number} */
PageSize;
}
export class MetaGetTableMetaLookupById {
/** @param {{TablesId?:number,DbTechnologiesId?:number,Paging?:Paging}} [init] */
constructor(init) { Object.assign(this, init) }
/** @type {number} */
TablesId;
/** @type {number} */
DbTechnologiesId;
/** @type {Paging} */
Paging;
}
JavaScript MetaGetTableMetaLookupById DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /scadmeta/tables/{TablesId}/meta HTTP/1.1
Host: duengageapi.uat.scadsoftware.com
Accept: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length
{"Lookups":{},"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}}}