Versions Compared

Key

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

...

Deck of Cards
idbimGetCurrentProjectList
Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: projects 

URLhttps://api-stage.bimplus.net/v2/projects

Examplehttps://api-stage.bimplus.net/v2/projects

Card
labelHTTP Method
 GET
Card
labelDescription
 Gets the whole project entire list of projects in which the logged in user has is a project rolemember
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
[
    {
        "id": "586b02be-43b8-4e27-b698-e067e85e38e2",
        "name": "!!!!!_VORTEILSHAUS V40 SD45 Traufeingang",
        "shortDescr": "Hey, i am your favourite test entry",
        "thumbnail": null"",
        "created": "2013-05-01T09:33:18",
        "changedcreatedby": "2013-05-01T09:33:18",
     : {
   "hasWriteAccess": false,
        "teamSlugid" : "company1",f4b1178d-385f-449c-a2a7-6f58b264d90c"
        "rights": {
   "email" : "owner@company1.com",
       "projectAdmin": false},
            "projectDeletechanged": false"2013-05-01T09:33:18",
            "projectEditchangedby" : false,{
            "modelsCreateid" : false,"f4b1178d-385f-449c-a2a7-6f58b264d90c"
            "modelsViewAllemail" : false"owner@company1.com",
        },
    },
    {
"address" : "Address of     "id": "0d2ce2cc-3588-45d6-a59a-f6b89ebed34e",company 1"
        "namehasWriteAccess": "Your Awesome Building"false,
        "shortDescrteamSlug": "Example for creating a projectcompany1",
        "thumbnailmodelCount" : null3,
        "createdmemberCount" : "0001-01-01T00:00:00"3,
        "changedsize" : "0001-01-01T00:00:00"63488,
        "hasWriteAccesssizeMB": true,
        "teamSlug": "best-company0.06",
        "rights": {
            "projectAdmin": truefalse,
            "projectDelete": truefalse,
            "projectEdit": truefalse,
            "modelsCreate": truefalse,
            "modelsViewAll": truefalse
        }
    },
    {
        "id": "4e87944a0d2ce2cc-a4773588-4e4c45d6-862ea59a-e723dcb43066f6b89ebed34e",
        "name": "UC_Fly-over Kerensheide"Your Awesome Building",
        "shortDescr": "Example for creating a project",
        "thumbnail": null,
        "created": "0001-01-01T00:00:00",
        "createdby" : {
            "id": "7c555899-5a5f-44d1-930e-284930678bed",
            "email" : "testuser@bimplus.net"
        },
        "changed": "0001-01-01T00:00:00",
        "changedby" : {
            "id": "7c555899-5a5f-44d1-930e-284930678bed",
            "email" : "testuser@bimplus.net"
        },
        "shortDescraddress" : null "My address somewhere",
        "thumbnailhasWriteAccess": nulltrue,
        "createdteamSlug": "2013-05-10T07:13:38best-company",
        "changedmodelCount": "2013-05-16T07:34:56" 4,
        "memberCount": 2,
        "hasWriteAccesssize" : false4263936,
        "teamSlugsizeMB" : "company24,07",
        "rights": {
            "projectAdmin": falsetrue,
            "projectDelete": falsetrue,
            "projectEdit": falsetrue,
            "modelsCreate": falsetrue,
            "modelsViewAll": true
        }
    }
]

...