Request:
- GET api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/entities/Task/08a11e00-188f-45d0-b767-d8620bedbad2/TaskScheduleItems/query?fields=id;start;finish;users
- Accept: text/json
- Accept-Encoding: deflate
- Host: localhost:6496
- Cookie: sid=41f1cc3d-2701-4185-8d3c-8dcd60be24dc
Response:
- Transfer-Encoding: chunked
- Content-Encoding:
- Cache-Control: no-store
- Content-Type: text/json; charset=utf-8
- Date: Wed, 26 Dec 2012 13:39:41 GMT
- Server: Microsoft-HTTPAPI/2.0
-
- {
- "IsTooManyItems": false,
- "Items": [
- {
- "id": "a3570b1d-3a72-427e-ac38-c3324fb97031",
- "start": "2013-01-01T08:00:00+02:00",
- "finish": "2013-01-01T12:00:00+02:00",
- "users": {
- "Values": [
- {
- "Id": "ae18dea5-4f60-4f70-ae31-d8052984e31e",
- "DisplayText": "admin"
- }
- ],
- "DisplayText": "admin"
- }
- },
- {
- "id": "7c7870ab-015a-43ef-b574-cd8f1b3e7a22",
- "start": "2013-01-01T08:00:00+02:00",
- "finish": "2013-01-01T12:00:00+02:00",
- "users": {
- "Values": [
- {
- "Id": "ae18dea5-4f60-4f70-ae31-d8052984e31e",
- "DisplayText": "admin"
- }
- ],
- "DisplayText": "admin"
- }
- }
- ]
- }