Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.62 KB | None | 0 0
  1. {
  2.   "status": "success",
  3.   "data": {
  4.     "id": "3a458907-7357-4e89-9b9f-74e7ae3e7908",
  5.     "type": "Task",
  6.     "attributes": {
  7.       "title": "Fdsfsdf",
  8.       "description": "",
  9.       "schedule": {
  10.         "date": "2019-06-27",
  11.         "from": "",
  12.         "to": ""
  13.       },
  14.       "status": "open",
  15.       "assignees": [
  16.         {}
  17.       ],
  18.       "labels": [
  19.         {
  20.           "id": 1,
  21.           "title": "Behandling",
  22.           "color": "#F1979B"
  23.         }
  24.       ],
  25.       "comments": []
  26.     },
  27.     "links": {
  28.       "self": {
  29.         "href": "/v1/tasks/3a458907-7357-4e89-9b9f-74e7ae3e7908",
  30.         "meta": {
  31.           "operations": [
  32.             {
  33.               "update": {
  34.                 "action": "PUT",
  35.                 "body": "Task"
  36.               }
  37.             },
  38.             {
  39.               "delete": {
  40.                 "action": "DELETE"
  41.               }
  42.             }
  43.           ]
  44.         }
  45.       },
  46.       "assignees": {
  47.         "href": "/v1/tasks/3a458907-7357-4e89-9b9f-74e7ae3e7908/assignees/",
  48.         "meta": {
  49.           "operations": [
  50.             {
  51.               "attend_to_task": {
  52.                 "action": "PUT",
  53.                 "url-param": "6df6d869-282a-4a5e-bdc9-d6e1c389517e"
  54.               }
  55.             }
  56.           ]
  57.         }
  58.       },
  59.       "comments": {
  60.         "href": "/v1/tasks/3a458907-7357-4e89-9b9f-74e7ae3e7908/comments/",
  61.         "meta": {
  62.           "operations": [
  63.             {
  64.               "add_comment": {
  65.                 "action": "POST",
  66.                 "body": "Comment"
  67.               }
  68.             }
  69.           ]
  70.         }
  71.       }
  72.     }
  73.   }
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement