Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Zettersten/3b3c470a70bce23aafcd1a9c8de22e63 to your computer and use it in GitHub Desktop.
Save Zettersten/3b3c470a70bce23aafcd1a9c8de22e63 to your computer and use it in GitHub Desktop.
Transaction to https://localhost:44326/odata/schools?BusinessId=cjsjfvj080001mw3b1do8sfxe
GET /odata/schools?BusinessId=cjsjfvj080001mw3b1do8sfxe HTTP/1.1
Host: localhost:44326
HTTP/1.1 200 OK
Transfer-Encoding: chunked
Content-Type: application/json; odata.metadata=minimal; odata.streaming=true; charset=utf-8
Server: Kestrel
OData-Version: 4.0
X-SourceFiles: =?UTF-8?B?QzpcVXNlcnNcRXJpayBaZXR0ZXJzdGVuXFByb2plY3RzXGFwaS5lbnJpY2htdnAuY29tXGFwaS5lbnJpY2htdnAuY29tXG9kYXRhXHNjaG9vbHM=?=
X-Powered-By: ASP.NET
Date: Mon, 25 Feb 2019 02:46:35 GMT
Connection: keep-alive
{"@odata.context":"https://localhost:44326/odata/$metadata#Schools","value":[{"schoolId":"cjsjg0dm0000nmw3btaqysy7s","businessId":"cjsjfvj080001mw3b1do8sfxe","name":"Herndon High","shortName":"HHS","description":"Test 123","shortDescription":"Test 123","logoUrl":"https://res.cloudinary.com/nenvy-llc/image/upload/v1551062757/ed-2_kncz0s.png","bannerUrl":"https://res.cloudinary.com/nenvy-llc/image/upload/v1551062759/ed_jazlix.png","primaryHexColor":"#0067A3","secondaryHexColor":"#00C2E0","addressLine1":"20135 Lakeview Center","addressLine2":null,"zip":"20147","state":"VA","city":"Ashburn","primaryEmail":"[email protected]","primaryEmailDescription":"[email protected]","secondaryEmail":null,"secondaryEmailDescription":null,"primaryPhone":"17034219101","primaryPhoneDescription":"Primary Contact Phone Number","secondaryPhone":null,"secondaryPhoneDescription":null,"correlationId":null,"created":"2019-02-25T02:46:06.2280467Z","modified":null,"status":"Active"}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment