Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.46 KB | None | 0 0
  1. POST
  2. http://fisawebapp.azurewebsites.net/api/periodicInspection/chart
  3.  
  4. BODY
  5. end: "2017-08-17T09:44:42"
  6. periodicInspectionId: "d8e3f2ce-7193-426f-a1e4-0784f255671b"
  7. start: "2017-02-17T09:44:42"
  8.  
  9. RESPONSE
  10. [
  11.   {
  12.     "color": {
  13.       "id": "00000000-0000-0000-0000-000000000000",
  14.       "r": 255,
  15.       "g": 101,
  16.       "b": 101,
  17.       "a": 255
  18.     },
  19.     "date": "2017-07-27T00:00:00",
  20.     "constructionInspectionResult": [
  21.       {
  22.         "constructionName": "Obra pct",
  23.         "results": 8.0
  24.       }
  25.     ]
  26.   },
  27.   {
  28.     "color": {
  29.       "id": "00000000-0000-0000-0000-000000000000",
  30.       "r": 101,
  31.       "g": 255,
  32.       "b": 140,
  33.       "a": 255
  34.     },
  35.     "date": "2017-08-17T00:00:00",
  36.     "constructionInspectionResult": [
  37.       {
  38.         "constructionName": "Obra pct",
  39.         "results": 9.0
  40.       }
  41.     ]
  42.   },
  43.   {
  44.     "color": {
  45.       "id": "00000000-0000-0000-0000-000000000000",
  46.       "r": 178,
  47.       "g": 101,
  48.       "b": 255,
  49.       "a": 255
  50.     },
  51.     "date": "2017-08-17T00:00:00",
  52.     "constructionInspectionResult": [
  53.       {
  54.         "constructionName": "Obra pct 2",
  55.         "results": 7.0
  56.       }
  57.     ]
  58.   },
  59.   {
  60.     "color": {
  61.       "id": "00000000-0000-0000-0000-000000000000",
  62.       "r": 255,
  63.       "g": 101,
  64.       "b": 101,
  65.       "a": 255
  66.     },
  67.     "date": "2017-07-27T00:00:00",
  68.     "constructionInspectionResult": [
  69.       {
  70.         "constructionName": "Obra pct 2",
  71.         "results": 5.0
  72.       }
  73.     ]
  74.   }
  75. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement