Trendsic Platform Service

<back to all web services

SlotDistrictSearchRequest

Requires Authentication
Requires any of the roles:Agent, Administrator
The following routes are available for this service:
GET,OPTIONS/v1/SlotDistrict/Search
SlotDistrictSearchRequest Parameters:
NameParameterData TypeRequiredDescription
StatequerystringNo
CountyquerystringNo
CityquerystringNo
ZipquerystringNo
NamequerystringNo
Milesquerydouble?No
NLGqueryboolNo
MidlandqueryboolNo
GreatAmericanqueryboolNo
VOYAqueryboolNo
SlotDistrictSearchResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
SlotDistrictformList<SlotDistrict>No
SlotDistrict Parameters:
NameParameterData TypeRequiredDescription
IDformintNo
NameformstringNo
CountyformstringNo
DistrictIdformintNo
DistrictNameformstringNo
Address_PhysicalformstringNo
Address_MailingformstringNo
CityformstringNo
ZipformstringNo
Zip_4formstringNo
StateIdformintNo
StateformstringNo
PhoneformstringNo
NumEmployeesformdecimal?No
NumSchoolsformint?No
TypeformstringNo
Status_NLGformboolNo
Status_MidlandformboolNo
Status_Great_AmericanformboolNo
Status_VOYAformboolNo
MVPformint?No
RVPformint?No
SchoolsformList<SlotDistrictSchool>No
MilesAwayformdouble?No
HasCommentsformboolNo
SlotDistrictSchool Parameters:
NameParameterData TypeRequiredDescription
SchoolIdformlongNo
SchoolNameformstringNo
AgentListformList<SchoolAgent>No
SchoolAgent Parameters:
NameParameterData TypeRequiredDescription
AgentIdformintNo
AgentNameformstringNo
SlotDistrictApprovalIDformintNo

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

HTTP + OTHER

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

GET /v1/SlotDistrict/Search HTTP/1.1 
Host: api.dev.dynamics.trendsic.com 
Accept: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"SlotDistrict":[{"ID":0,"Name":"String","County":"String","DistrictId":0,"DistrictName":"String","Address_Physical":"String","Address_Mailing":"String","City":"String","Zip":"String","Zip_4":"String","StateId":0,"State":"String","Phone":"String","NumEmployees":0,"NumSchools":0,"Type":"String","Status_NLG":false,"Status_Midland":false,"Status_Great_American":false,"Status_VOYA":false,"MVP":0,"RVP":0,"Schools":[{"SchoolId":0,"SchoolName":"String","AgentList":[{"AgentId":0,"AgentName":"String","SlotDistrictApprovalID":0}]}],"MilesAway":0,"HasComments":false}]}