Versions Compared

Key

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

...

Deck of Cards
idbimGetCustomTable
Card
defaulttrue
labelURL / Resource / JSON Structure
Resource: customtables/<customtable_id> 

URLhttps://api-stage.bimplus.net/v2/<team_slug>/customtables/<customtable_id>

Example:https://api-stage.bimplus.net/v2/bimplus/customtables/db540336e16336b3-47a395e4-426e4108-b3bfa9ee-1e532bfac8ea 0a9c010dfe9b

Card
labelHTTP Method
 GET
Card
labelDescription
 Get details of a specified custom table.
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
{
    "issueIdname": "8415bd8d-7e27-4975-bddb-b1b365719770Sample custom table",
    "textdescription": "SecondSample Comment:custom Thetable firewith exitall should be x:120, y: 120; z: 340column types",
    "relatedId": "8688fe5c-855e-455a-92cb-afce4abdbf78",
    "createdAtcreated": "20132017-1106-20T08:17:36+00:00"19T13:31:23",
    "createdBy": {
        "id": "78a94d0e-0d58-3f85-aafa-1e631c51b5d2",
        "email": null
    },
    "modifiedAtchanged": "20132017-1106-20T0819T13:17:36+00:0031:23",
    "authorchangedBy": {
        "id": "132a78a578a94d0e-b5230d58-4bf23f85-8382aafa-7098fac3f8031e631c51b5d2",
        "email": null
    },
 "test@bimplus.net",
   "revision": 0,
    "dataTable": {
        "columns": [
            {
                "statusname": "ActiveInt column",
                "firstnametype": null,
 "Int32"
            },
            {
                "lastnamename": "DateTime nullcolumn",
                "companytype": null, "DateTime"
            },
            {
        "displayname        "name": null"String column",
                "infotype": null,
 "String"
            },
            {
                "gendername": null"Double column",
                "phoneWorktype": null,
 "Double"
            },
            {
                "phoneHomename": "Guid nullcolumn",
                "faxtype": null,
 "Guid"
            },
            {
          "mobile      "name": "Bool nullcolumn",
                "birthDatetype": null "Boolean"
            }
        ],
        "addressrows": [
            {
            "street": "",
    "items": [
                    1,
                    "2017-07-12T00:00:00",
                    "First row",
                    11,
                    "614a203e-9f29-48b8-a9b7-a95a647edc65",
                    true
                ]
            },
            {
                "streetNr": "",
items": [
                    2,
                    "2017-06-12T00:00:00",
                    "zip": "",
Second row",
                    21,
                    "5b2eae50-6ddf-4f74-b7c2-4cceb725380e",
                    false
                ]
            },
            {
                "city": "",
items": [
                    3,
                    "2017-05-12T00:00:00",
               "country": ""
     "Third row",
                    31,
                    "d8b5939d-a7a1-482c-b9c9-0b89848129b8",
                    true
                ]
            },
            {
               "preferedLanguage": null "items": [
                    4,
                    "2017-04-12T00:00:00",
                    "Fourth row",
                    41,
                    "5bf3ea87-e1e4-4a51-ae20-85caee9b28a7",
                    false
                ]
            }
        ]
    },
    "id": "db540336e16336b3-47a395e4-426e4108-b3bfa9ee-1e532bfac8ea0a9c010dfe9b"
}

Anchor
updateCustomTable
updateCustomTable

...