Status

OpenAPI V2

Retrieve taxonomy tables by entrypoint ID.

get

Retrieve all taxonomy tables by entrypoint ID.

Authorizations
Path parameters
idstringRequired

Job id provided by '/tables' endpoint

Header parameters
x-api-versionstringRequired
ApplicationNameanyOptional

Name of the application to integrates with API’s to Semansys.Next.

PartnerNameanyOptional

Contract owner (organization) name that have embedded the API’s.

PartnerIDanyOptional

Business Identification Number (BIN) of the contract owner (organization) to embeds the API’s.

CustomerNameanyOptional

Customer (organization) name (ie. accounting firm, intermediary, ....).

CustomerIDanyOptional

Business Identification Number (BIN) of the customer.

ClientNameanyOptional

Client (organization) name of the customer of the accounting firm, intermediary...

ClientIDanyOptional

Business Identification Number (BIN) of the client.

Responses
200
OK
get
GET /taxonomy/entrypoints/tables/status/{id} HTTP/1.1
Host: 
Authorization: Bearer JWT
x-api-version: text
Accept: */*
{
  "jobStatus": "text",
  "startDateTime": "text",
  "endDateTime": "text",
  "tables": [
    {
      "id": "text",
      "nSpace": "text",
      "weTableModelTableSets": [
        {
          "weTableModelLabels": [
            {
              "lang": "text",
              "role": "text",
              "xLinkLabel": "text",
              "labelText": "text"
            }
          ],
          "weTableModelTable": [
            {
              "weTableModelHeaders": [
                {
                  "axis": "text",
                  "weTableModelGroup": [
                    {
                      "labels": [
                        {
                          "lang": "text",
                          "role": "text",
                          "xLinkLabel": "text",
                          "labelText": "text"
                        }
                      ],
                      "weTableModelGroupHeaders": [
                        {
                          "headerCells": [
                            {
                              "colSpan": "text",
                              "period": "text",
                              "concept": "text",
                              "scenarioContent": [
                                "text"
                              ],
                              "label": [
                                {
                                  "lang": "text",
                                  "role": "text",
                                  "xLinkLabel": "text",
                                  "labelText": "text"
                                }
                              ],
                              "headerCellConstraint": [
                                {
                                  "aspect": "text",
                                  "value": "text",
                                  "concept": {
                                    "name": "text",
                                    "namespaceUri": "text",
                                    "uniqueId": "text",
                                    "typeQName": "text",
                                    "type": "text",
                                    "periodType": "text",
                                    "labels": [
                                      {
                                        "lang": "text",
                                        "role": "text",
                                        "xLinkLabel": "text",
                                        "labelText": "text"
                                      }
                                    ],
                                    "isFraction": true,
                                    "isBoolean": true,
                                    "isDate": true,
                                    "isNumeric": true,
                                    "isMonetary": true,
                                    "isTypedDimension": true,
                                    "isExplicitDimension": true,
                                    "isEnumeration": true,
                                    "enumerations": [
                                      {
                                        "name": "text",
                                        "labels": [
                                          {
                                            "lang": "text",
                                            "role": "text",
                                            "xLinkLabel": "text",
                                            "labelText": "text"
                                          }
                                        ]
                                      }
                                    ]
                                  }
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    }
                  ]
                }
              ],
              "weTableModelRows": [
                {
                  "id": "text",
                  "colSpan": 1,
                  "isTitle": true,
                  "isTotal": true,
                  "labels": [
                    {
                      "lang": "text",
                      "role": "text",
                      "xLinkLabel": "text",
                      "labelText": "text"
                    }
                  ],
                  "factCells": [
                    {
                      "id": "text",
                      "decimals": "text",
                      "concept": "text",
                      "period": "text",
                      "unitRef": "text",
                      "factInstanceId": "text",
                      "scenarioContent": [
                        "text"
                      ],
                      "constraints": [
                        {
                          "aspect": "text",
                          "value": "text",
                          "concept": {
                            "name": "text",
                            "namespaceUri": "text",
                            "uniqueId": "text",
                            "typeQName": "text",
                            "type": "text",
                            "periodType": "text",
                            "labels": [
                              {
                                "lang": "text",
                                "role": "text",
                                "xLinkLabel": "text",
                                "labelText": "text"
                              }
                            ],
                            "isFraction": true,
                            "isBoolean": true,
                            "isDate": true,
                            "isNumeric": true,
                            "isMonetary": true,
                            "isTypedDimension": true,
                            "isExplicitDimension": true,
                            "isEnumeration": true,
                            "enumerations": [
                              {
                                "name": "text",
                                "labels": [
                                  {
                                    "lang": "text",
                                    "role": "text",
                                    "xLinkLabel": "text",
                                    "labelText": "text"
                                  }
                                ]
                              }
                            ]
                          }
                        }
                      ],
                      "value": "text"
                    }
                  ],
                  "indent": 1
                }
              ],
              "isOpenAxisX": true,
              "isOpenAxisY": true,
              "isOpenAxisZ": true,
              "weTableModelTableOpenAxes": [
                {
                  "key": "text",
                  "values": [
                    {
                      "id": "text",
                      "name": "text",
                      "concept": {
                        "name": "text",
                        "namespaceUri": "text",
                        "uniqueId": "text",
                        "typeQName": "text",
                        "type": "text",
                        "periodType": "text",
                        "labels": [
                          {
                            "lang": "text",
                            "role": "text",
                            "xLinkLabel": "text",
                            "labelText": "text"
                          }
                        ],
                        "isFraction": true,
                        "isBoolean": true,
                        "isDate": true,
                        "isNumeric": true,
                        "isMonetary": true,
                        "isTypedDimension": true,
                        "isExplicitDimension": true,
                        "isEnumeration": true,
                        "enumerations": [
                          {
                            "name": "text",
                            "labels": [
                              {
                                "lang": "text",
                                "role": "text",
                                "xLinkLabel": "text",
                                "labelText": "text"
                              }
                            ]
                          }
                        ]
                      },
                      "value": "text"
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}

Was this helpful?