project_list_response.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. [
  2. {
  3. "self": "http://www.example.com/jira/rest/api/2/project/EX",
  4. "id": "10000",
  5. "key": "EX",
  6. "name": "Example",
  7. "avatarUrls": {
  8. "48x48": "http://www.example.com/jira/secure/projectavatar?size=large&pid=10000",
  9. "24x24": "http://www.example.com/jira/secure/projectavatar?size=small&pid=10000",
  10. "16x16": "http://www.example.com/jira/secure/projectavatar?size=xsmall&pid=10000",
  11. "32x32": "http://www.example.com/jira/secure/projectavatar?size=medium&pid=10000"
  12. },
  13. "projectCategory": {
  14. "self": "http://www.example.com/jira/rest/api/2/projectCategory/10000",
  15. "id": "10000",
  16. "name": "FIRST",
  17. "description": "First Project Category"
  18. },
  19. "simplified": false
  20. },
  21. {
  22. "self": "http://www.example.com/jira/rest/api/2/project/ABC",
  23. "id": "10001",
  24. "key": "ABC",
  25. "name": "Alphabetical",
  26. "avatarUrls": {
  27. "48x48": "http://www.example.com/jira/secure/projectavatar?size=large&pid=10001",
  28. "24x24": "http://www.example.com/jira/secure/projectavatar?size=small&pid=10001",
  29. "16x16": "http://www.example.com/jira/secure/projectavatar?size=xsmall&pid=10001",
  30. "32x32": "http://www.example.com/jira/secure/projectavatar?size=medium&pid=10001"
  31. },
  32. "projectCategory": {
  33. "self": "http://www.example.com/jira/rest/api/2/projectCategory/10000",
  34. "id": "10000",
  35. "name": "FIRST",
  36. "description": "First Project Category"
  37. },
  38. "simplified": false
  39. }
  40. ]