digitaluapi

<back to all web services

GetTablesForCatalog

Requires Authentication
Requires any of the roles:Client, Admin, Partner
The following routes are available for this service:
GET/scadmeta/catalog/{TableCatalog}
import java.math.*;
import java.util.*;
import java.io.InputStream;
import net.servicestack.client.*;
import com.google.gson.annotations.*;
import com.google.gson.reflect.*;

public class dtos
{

    public static class GetTablesForCatalog
    {
        public String TableCatalog = null;
        public Paging Paging = null;
        
        public String getTableCatalog() { return TableCatalog; }
        public GetTablesForCatalog setTableCatalog(String value) { this.TableCatalog = value; return this; }
        public Paging getPaging() { return Paging; }
        public GetTablesForCatalog setPaging(Paging value) { this.Paging = value; return this; }
    }

    public static class Paging
    {
        public Integer PageNumber = null;
        public Integer PageSize = null;
        
        public Integer getPageNumber() { return PageNumber; }
        public Paging setPageNumber(Integer value) { this.PageNumber = value; return this; }
        public Integer getPageSize() { return PageSize; }
        public Paging setPageSize(Integer value) { this.PageSize = value; return this; }
    }

}

Java GetTablesForCatalog DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /scadmeta/catalog/{TableCatalog} HTTP/1.1 
Host: duengageapi.uat.scadsoftware.com 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

[
	{
		
	}
]