Fetch all combinations of persons that have Signatory Right in a company.
GET {{baseUrl}}/:companyId
AsOfDate supported
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"records": [
{
"changeDate": "<string>",
"combinations": [
[
{
"address": {
"buildingNumber": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"communeCode": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"communeName": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"countryCode": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"freeText": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"streetName": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"town": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"zipcode": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
},
"fullName": "<string>",
"positions": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
]
},
{
"address": {
"buildingNumber": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"communeCode": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"communeName": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"countryCode": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"freeText": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"streetName": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"town": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"zipcode": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
},
"fullName": "<string>",
"positions": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
]
}
],
[
{
"address": {
"buildingNumber": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"communeCode": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"communeName": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"countryCode": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"freeText": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"streetName": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"town": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"zipcode": {
"value": "<Error: Too many levels of nesting to fake this schema>"
}
},
"fullName": "<string>",
"positions": [
{
"value": "<Error: Too many levels of nesting to fake this schema>"
},
{
"value": "<Error: Too many levels of nesting to fake this schema>"
}
]
},
{
"address": {
"buildingNumber": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"communeCode": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"communeName": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"countryCode": {
"value": "<Error: Too many levels of nesting to fake this schema>"
},
"freeText": Curl curl -X GET 'https://api.roaring.io/dk/company/signing-combinations/1.0/:companyId' ENDPOINTS |