sfgboxapi

<back to all web services

GrowplansBoxesLookup

Requires Authentication
The following routes are available for this service:
GET/growplans_boxes
import java.math.*;
import java.util.*;
import net.servicestack.client.*;
import com.google.gson.annotations.*;
import com.google.gson.reflect.*;

public class dtos
{

    @DataContract
    public static class GrowplansBoxesLookup
    {
        @DataMember(Order=2)
        public Long growplansUsersId = null;

        @DataMember(Order=3)
        public String name = null;

        @DataMember(Order=4)
        public Integer xAxis = null;

        @DataMember(Order=5)
        public Integer yAxis = null;

        @DataMember(Order=6)
        public Long growplansOutcomesId = null;

        @DataMember(Order=7)
        public Integer months = null;

        @DataMember(Order=8)
        public Date startDate = null;
        
        public Long getGrowplansUsersId() { return growplansUsersId; }
        public GrowplansBoxesLookup setGrowplansUsersId(Long value) { this.growplansUsersId = value; return this; }
        public String getName() { return name; }
        public GrowplansBoxesLookup setName(String value) { this.name = value; return this; }
        public Integer getXAxis() { return xAxis; }
        public GrowplansBoxesLookup setXAxis(Integer value) { this.xAxis = value; return this; }
        public Integer getYAxis() { return yAxis; }
        public GrowplansBoxesLookup setYAxis(Integer value) { this.yAxis = value; return this; }
        public Long getGrowplansOutcomesId() { return growplansOutcomesId; }
        public GrowplansBoxesLookup setGrowplansOutcomesId(Long value) { this.growplansOutcomesId = value; return this; }
        public Integer getMonths() { return months; }
        public GrowplansBoxesLookup setMonths(Integer value) { this.months = value; return this; }
        public Date getStartDate() { return startDate; }
        public GrowplansBoxesLookup setStartDate(Date value) { this.startDate = value; return this; }
    }

}

Java GrowplansBoxesLookup DTOs

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

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

GET /growplans_boxes HTTP/1.1 
Host: sfgboxapi.dev.scadsoftware.com 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

[{"growplansUsersId":0,"name":"String","xAxis":0,"yAxis":0,"growplansOutcomesId":0,"months":0,"startDate":"\/Date(-62135596800000-0000)\/","responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}]