Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Deck of Cards
idbimGetIssueListFromProject
Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: projects/<project_id>issues 

URLhttps://api-stage.bimplus.net/v2/<team_slug>/projects/<project_id>/issues

Examplehttps://api-stage.bimplus.net/v2/bimplus/projects/0d2ce2cc-3588-45d6-a59a-f6b89ebed34e/issues

Card
labelHTTP Method
 GET
Card
labelDescription
 Get all the issues assigned to a specified project.
Card
labelRequest
Code Block
borderColorGreen
langxml
titleHeaders
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Card
labelResponse
Code Block
borderColorGreen
langxml
titleStatus
Status: 200 OK
Code Block
borderColorRed
langxml
titleJSON
[
    {
        "shortIdname": 1 "Wall info wrong",
    "author": {
    "projectIdid": "0d2ce2cc7c555899-35885a5f-45d644d1-a59a930e-f6b89ebed34e284930678bed",
        "nameemail": "Fire Exit Wrongtestuser1@allplan.com",
        "descriptionfirstname": "Test"The,
 fire exit is in the wrong place"lastname": "User1",
        "authorcompany": "Mr.Allplan SmartBratislava",
        "statusfullname": "openTest User1",
     },
   "createdAtresponsible": "2013-06-02T10:05:00+00:00",
        "dueDate{
    "id": "2013-06-05T10:05:00+00:000132ecbe-2ac5-4ae1-945d-d38fc3bc1e82",
        "solutionemail": null"testuser1@allplan.com",
        "classificationfirstname": "Test",
        "prioritylastname": "very highUser2",
        "revisioncompany": "Allplan nullBratislava",
        "idfullname": "8ead8bfe-ab23-4340-ac47-38181e83bff3Test User2"
    },
    {
        "shortId  "scene": null,
  "attachmentsCount": 20,
  "pinsCount": 0,
  "commentsCount": 0,
  "projectIdhyperlinksCount": "0d2ce2cc-3588-45d6-a59a-f6b89ebed34e"0,
        "nameshortId": "Geometry information missing for wall"4,
        "descriptionprojectId": "The geometry information is missing for the wall in the kitchende87fc4d-cb5d-44ba-b2ea-1d96ac564a8a",
        "authordescription": "Mr. ArchitectThis wall is wrong",
        "status": "openOpen",
        "createdAt": "20132016-0602-02T1015T08:0512:0049.9831726+0001:00",
        "dueDatemodifiedAt": "20132016-0602-05T1015T08:0512:0049.9831726+0001:00",
         "dueDate": null,
  "solution": null"MySolution",
         "type": "Problem",
  "classification": "Problems",
        "priority": "highHigh",
        "revision": null,
       
  "cc": [
    "abc@bimplus.net"
  ],
  "id": "a171bc9001b5768a-b03fbd19-4ddd4049-9794b72e-cf77f424f4e2b44485514ef8"
    }},
 ...
]

Anchor
deleteIssues
deleteIssues

...