Table of content

OpenAPI V2

Retrieve taxonomy table of content by entrypoint URL.

post

Retrieve taxonomy table of content (TOC) by entrypoint URL.

Authorizations
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.

Body
stringOptional
Responses
200
OK
application/json
post
POST /taxonomy/entrypoints/table-of-content HTTP/1.1
Host: 
Authorization: Bearer JWT
x-api-version: text
Content-Type: application/json
Accept: */*
Content-Length: 106

"http://www.nltaxonomie.nl/nt18/kvk/20231213/entrypoints/kvk-rpt-jaarverantwoording-2023-nlgaap-micro.xsd"
{
  "tableOfContent": [
    {
      "linkRoleId": "text",
      "linkRole": "text",
      "caption": "text",
      "concept": "text",
      "model": [
        {
          "key": "text",
          "value": "text",
          "type": "text"
        }
      ],
      "labels": [
        {
          "text": "text",
          "lang": "text",
          "role": "text"
        }
      ],
      "children": [
        {
          "linkRoleId": "text",
          "linkRole": "text",
          "caption": "text",
          "concept": "text",
          "model": [
            {
              "key": "text",
              "value": "text",
              "type": "text"
            }
          ],
          "labels": [
            {
              "text": "text",
              "lang": "text",
              "role": "text"
            }
          ],
          "children": [
            "[Circular Reference]"
          ]
        }
      ]
    }
  ]
}

Retrieve taxonomy table of content by entrypoint ID.

get

Retrieve taxonomy table of content (TOC) by entrypoint ID.

Authorizations
Path parameters
idstringRequired

The taxonomy entry point id (UUID).

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
application/json
Responsestring · byte
get
GET /taxonomy/entrypoints/{id}/table-of-content HTTP/1.1
Host: 
Authorization: Bearer JWT
x-api-version: text
Accept: */*
Ynl0ZXM=

Was this helpful?