| Requires any of the roles: | Client, Admin, Partner |
| GET | /scadmeta/tables/lookups |
|---|
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 GetTableLookups
{
public ArrayList<Integer> Queries = null;
public HashMap<String,Object> ParameterList = null;
public Paging Paging = null;
public ArrayList<Integer> getQueries() { return Queries; }
public GetTableLookups setQueries(ArrayList<Integer> value) { this.Queries = value; return this; }
public HashMap<String,Object> getParameterList() { return ParameterList; }
public GetTableLookups setParameterList(HashMap<String,Object> value) { this.ParameterList = value; return this; }
public Paging getPaging() { return Paging; }
public GetTableLookups 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; }
}
}
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /scadmeta/tables/lookups HTTP/1.1 Host: duengageapi.uat.scadsoftware.com Accept: application/xml
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length <ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <anyType /> </ArrayOfanyType>