- ID
- 5a81c6b1-3f39-4159-8389-a2562e04c333
2022-01-14 - Friday
15Five
DONE Write up ADP SSO details and Jira story
CLOSED:
DONE [#A] Check on API issue with objectives creations
CLOSED:
#+begin_src http :pretty :wrap src json :select .title
GET https://jsonplaceholder.typicode.com/todos/1
#+end_src
#+RESULTS:
#+begin_src json :jq .title
{
"userId": 1,
"id": 1,
"title": "delectus aut autem",
"completed": false
}
#+end_src