Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.60 KB | None | 0 0
  1. {
  2.     "id": 1,
  3.     "created": "2019-01-07T21:21:16.462016Z",
  4.     "modified": "2019-01-22T06:42:26.611247Z",
  5.     "user": 1,
  6.     "title": "Stevens Tes",
  7.     "location": {
  8.         "id": 1,
  9.         "display": "test location",
  10.         "street_number": "1",
  11.         "route": "1",
  12.         "city": "1",
  13.         "state": "1",
  14.         "country": "1",
  15.         "postal_code": "1",
  16.         "county": "1",
  17.         "latitude": "1",
  18.         "longitude": "1"
  19.     },
  20.     "description": "this is a test description",
  21.     "nonprofit": {
  22.         "uuid": "f3915a52-12c1-11e9-87e4-784f434e5f67",
  23.         "id": 1,
  24.         "created": "2019-01-07T21:20:32.005179Z",
  25.         "modified": "2019-01-07T21:20:32.005226Z",
  26.         "user": 1,
  27.         "name": "example non profit opportunity",
  28.         "location": {
  29.             "id": 1,
  30.             "display": "test location",
  31.             "street_number": "1",
  32.             "route": "1",
  33.             "city": "1",
  34.             "state": "1",
  35.             "country": "1",
  36.             "postal_code": "1",
  37.             "county": "1",
  38.             "latitude": "1",
  39.             "longitude": "1"
  40.         },
  41.         "mission": "we want to test",
  42.         "phone": "1",
  43.         "description": "1",
  44.         "interests": [
  45.             2,
  46.             1
  47.         ],
  48.         "established": "1990",
  49.         "image_primary": null,
  50.         "proof_charitable": null,
  51.         "website": "deephire.com",
  52.         "challenges": [],
  53.         "created_challenges": [],
  54.         "opportunities": [
  55.             1
  56.         ]
  57.     },
  58.     "school": {
  59.         "uuid": "1f2c28fe-12c2-11e9-b099-784f434e5f67",
  60.         "id": 1,
  61.         "created": "2019-01-07T21:21:07.852149Z",
  62.         "modified": "2019-01-07T21:21:07.852209Z",
  63.         "user": 1,
  64.         "school_name": "example school",
  65.         "location": {
  66.             "id": 1,
  67.             "display": "test location",
  68.             "street_number": "1",
  69.             "route": "1",
  70.             "city": "1",
  71.             "state": "1",
  72.             "country": "1",
  73.             "postal_code": "1",
  74.             "county": "1",
  75.             "latitude": "1",
  76.             "longitude": "1"
  77.         },
  78.         "phone": "1",
  79.         "website": "1",
  80.         "image_primary": null,
  81.         "created_challenges": [],
  82.         "graduation_year": {
  83.             "min": null,
  84.             "max": null
  85.         }
  86.     },
  87.     "dates": [
  88.         {
  89.             "id": 1,
  90.             "title": "stevens second patch test date",
  91.             "date": "2019-01-08",
  92.             "quantity": 1,
  93.             "requirements": "to do MY things",
  94.             "times": [
  95.                 "test"
  96.             ],
  97.             "volunteers": [
  98.                 {
  99.                     "id": 2,
  100.                     "uuid": "aef2e914-12c2-11e9-bb07-784f434e5f67",
  101.                     "user_first_name": "",
  102.                     "user_last_name": "",
  103.                     "user_email": "steven@deephire.com",
  104.                     "profile_private": false,
  105.                     "location": {
  106.                         "state": "1",
  107.                         "county": "1"
  108.                     }
  109.                 }
  110.             ]
  111.         },
  112.         {
  113.             "id": 2,
  114.             "title": "ANother one",
  115.             "date": "2019-01-14",
  116.             "quantity": 1,
  117.             "requirements": "g!!o go go go",
  118.             "times": [
  119.                 "whenver the cuk"
  120.             ],
  121.             "volunteers": []
  122.         }
  123.     ],
  124.     "skills": [
  125.         1
  126.     ],
  127.     "interests": [
  128.         3
  129.     ],
  130.     "ongoing": true,
  131.     "require_approval": true,
  132.     "image_primary": null,
  133.     "volunteers": []
  134. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement