Versions Compared

Key

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

...

Deck of Cards
idbimGetAllLog
Card
labelHTTP Method
 GET
Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: logs objectview 

URLhttps://api-stage.bimplus.net/v2/logs/<team_slug>/objectview/<objectview_name>

Examplehttps://api-stage.bimplus.net/v2/logsbimplus/onProjectElements_Building

It is always better to use the other log API call which retrieves the log info between the time interval as this API will cause serious bandwidth usage

 Get the list of logical grouping of objects which will be populated in the "Object Navigator" of BTW.

Card
labelDescription

 Retrieves the whole log information from the beginning of the time.

Info
Card
labelRequest
Code Block
borderColorGreen
titleHeaders
langxml
Authorization: BimPlus 9c1874a62c974dcfa75e0132c423a088
Content-Type: application/json
Card
labelResponse
Code Block
borderColorGreen
titleStatus
langxml
Status: 200 OK
Code Block
borderColorRed
titleJSON
langxml
[
     {
        "idviewname": 853539"onProjectElements_Building",
        "serverresourcenameid": "K2177Category.ElementBuilding",
        "dateiconid": "2013-12-16T10:00:23IconArchitectureWall",
        "requestidsortcolumns": "653750b3-a97e-451f-bd01-1a4671344087"null,
        "threadprojectfilter": "51"null,
        "levelobjectname": "INFO",Element"
    },
    {
        "loggerviewname": "PerformanceLog.ServiceLogonProjectElements_Room",
        "messageresourcenameid": "BEGIN Request (GET /v2/best-company/projects/679532b9-f7f7-41ce-817f-6e58225b32b1/disciplines)Category.ElementRoom",
        "exceptioniconid": "IconArchitectureRoom",
    },
     {"sortcolumns": null,
        "idprojectfilter": 853540null,
        "serverobjectname": "K2177Element",
    },
    "date": "2013-12-16T10:00:23",{
        "requestidviewname": "653750b3-a97e-451f-bd01-1a4671344087onProjectElements_Finish",
        "threadresourcenameid": "51Category.ElementFinish",
        "leveliconid": "INFOIconRoofLayer",
        "loggersortcolumns": "PerformanceLog.UserLog"null,
        "messageprojectfilter": "User found byId: bestcustomer@bimplus.net"null,
        "exceptionobjectname": "Element"
    },
    {
        "idviewname": 853541"onProjectElements_Reinforcement",
        "serverresourcenameid": "K2177Category.Reinforcement",
        "dateiconid": "2013-12-16T10:00:23IconReinforcement",
        "requestidsortcolumns": "653750b3-a97e-451f-bd01-1a4671344087"null,
        "projectfilter": null,
        "threadobjectname": "51",Element"
    },
    {
        "levelviewname": "INFOonProjectElements_Mesh",
        "loggerresourcenameid": "PerformanceLogCategory.ServiceLogMesh",
        "messageiconid": "IconMesh",
     "END Request (GET /v2/best-company/projects/679532b9-f7f7-41ce-817f-6e58225b32b1/disciplines) with StatusCode 200; took 216 ms"   "sortcolumns": null,
        "projectfilter": null,
        "exceptionobjectname": "Element"
    },
    {
        "viewname": "onProjectElements_Precast",
        "resourcenameid": "Category.....PrecastElement",
        "iconid": "IconPrecastUnit",
        "sortcolumns": null,
        "projectfilter": null,
        "objectname": "Element"
    },
    {
        "viewname": "onProjectElements_PrecastTimber",
        "resourcenameid": "Category.ElementPrecastTimber",
        "iconid": "IconFolder",
        "sortcolumns": null,
        "projectfilter": null,
        "objectname": "Element"
    },
    {
        "viewname": "onProjectElements_MEP",
        "resourcenameid": "Category.ElementMEP",
        "iconid": "IconFolder",
        "sortcolumns": null,
        "projectfilter": null,
        "objectname": "Element"
    },
    {
        "viewname": "onProjectElements_Plumbing",
        "resourcenameid": "Category.ElementPlumbing",
        "iconid": "IconFolder",
        "sortcolumns": null,
        "projectfilter": null,
        "objectname": "Element"
    },
    {
        "viewname": "onProjectElements_Electricity",
        "resourcenameid": "Category.ElementElectricity",
        "iconid": "IconFolder",
        "sortcolumns": null,
        "projectfilter": null,
        "objectname": "Element"
    },
    {
        "viewname": "onProjectElements_Mechanical",
        "resourcenameid": "Category.ElementMechanical",
        "iconid": "IconFolder",
        "sortcolumns": null,
        "projectfilter": null,
        "objectname": "Element"
    },
    {
        "viewname": "onProjectElements_Construction",
        "resourcenameid": "Category.ElementConstruction",
        "iconid": "IconFolder",
        "sortcolumns": null,
        "projectfilter": null,
        "objectname": "Element"
    },
    {
        "viewname": "onProjectElements_Terrain",
        "resourcenameid": "Category.ElementTerrain",
        "iconid": "IconFolder",
        "sortcolumns": null,
        "projectfilter": null,
        "objectname": "Element"
    },
    {
        "viewname": "onProjectElements_Inventary",
        "resourcenameid": "Category.ElementInventary",
        "iconid": "IconFolder",
        "sortcolumns": null,
        "projectfilter": null,
        "objectname": "Element"
    },
    {
        "viewname": "onProjectElements_Structural",
        "resourcenameid": "Category.ElementStructural",
        "iconid": "IconFolder",
        "sortcolumns": null,
        "projectfilter": null,
        "objectname": "Element"
    },
    {
        "viewname": "onProjectElements_Clash",
        "resourcenameid": "Category.Collision",
        "iconid": "IconCollision",
        "sortcolumns": null,
        "projectfilter": null,
        "objectname": "Collision"
    },
    {
        "viewname": "onProjectIssues",
        "resourcenameid": "Category.Issue",
        "iconid": "IconIssue",
        "sortcolumns": null,
        "projectfilter": null,
        "objectname": "Issue"
    }
]