File
OpenAPI V2
Retrieve the list of files as ID's within your domain.
IDs of the files to be returned.
["38caa766-9dcd-4681-a955-cb3d9028b18f","963be853-fdcd-4681-a955-cb3d9028b18f"]Name of the application to integrates with API’s to Semansys.Next.
Contract owner (organization) name that have embedded the API’s.
Business Identification Number (BIN) of the contract owner (organization) to embeds the API’s.
Customer (organization) name (ie. accounting firm, intermediary, ....).
Business Identification Number (BIN) of the customer.
Client (organization) name of the customer of the accounting firm, intermediary...
Business Identification Number (BIN) of the client.
OK
Bad Request
Unauthorized
GET /customer-corner/file/{fileIds} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
x-api-version: text
Accept: */*
[
{
"id": "063be713-f...",
"userEmail": "[email protected]",
"name": "My Test File",
"size": 1253,
"type": ".xbrl",
"sha256": "5B63E7C115FA...",
"createdOn": "2019-05-17",
"isDomain": true,
"isPublic": true,
"history": [
{
"id": "dbe33c92-8...",
"fileId": "063be713-f...",
"action": "Downloaded",
"atTime": "2019-05-20",
"properties": [
{
"id": "063be713...",
"type": "91063921-5...",
"key": "NumberOfFacts",
"value": "2"
}
]
}
],
"properties": [
{
"id": "063be713...",
"type": "91063921-5...",
"key": "NumberOfFacts",
"value": "2"
}
]
}
]Gives the list of files owned by the user defined by the user email.
Whether to include the history for each of the files.
falseWhether to include the properties for each of the files.
falseName of the application to integrates with API’s to Semansys.Next.
Contract owner (organization) name that have embedded the API’s.
Business Identification Number (BIN) of the contract owner (organization) to embeds the API’s.
Customer (organization) name (ie. accounting firm, intermediary, ....).
Business Identification Number (BIN) of the customer.
Client (organization) name of the customer of the accounting firm, intermediary...
Business Identification Number (BIN) of the client.
OK
Bad Request
Unauthorized
GET /customer-corner/file HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
x-api-version: text
Accept: */*
[
{
"id": "063be713-f...",
"userEmail": "[email protected]",
"name": "My Test File",
"size": 1253,
"type": ".xbrl",
"sha256": "5B63E7C115FA...",
"createdOn": "2019-05-17",
"isDomain": true,
"isPublic": true,
"history": [
{
"id": "dbe33c92-8...",
"fileId": "063be713-f...",
"action": "Downloaded",
"atTime": "2019-05-20",
"properties": [
{
"id": "063be713...",
"type": "91063921-5...",
"key": "NumberOfFacts",
"value": "2"
}
]
}
],
"properties": [
{
"id": "063be713...",
"type": "91063921-5...",
"key": "NumberOfFacts",
"value": "2"
}
]
}
]Upload a file to the platform.
Name of the application to integrates with API’s to Semansys.Next.
Contract owner (organization) name that have embedded the API’s.
Business Identification Number (BIN) of the contract owner (organization) to embeds the API’s.
Customer (organization) name (ie. accounting firm, intermediary, ....).
Business Identification Number (BIN) of the customer.
Client (organization) name of the customer of the accounting firm, intermediary...
Business Identification Number (BIN) of the client.
PD94bWwgdmVyc2lvbj0...[email protected]My file.xbrlThe ID of the file ("38caa766-9dcd-4681-a955-cb3d9028b18f")
The reason why file could not be uploaded, represented as string.
Unauthorized
File not found.
Unsupported file type.
POST /customer-corner/file HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
x-api-version: text
Content-Type: application/json
Accept: */*
Content-Length: 88
{
"content": "PD94bWwgdmVyc2lvbj0...",
"userId": "[email protected]",
"fileName": "My file.xbrl"
}http://www.nltaxonomie.nl/nt18/kvk/20231213/entrypoints/kvk-rpt-jaarverantwoording-2023-nlgaap-micro.xsdDelete one or more file from the platform by ID.
Name of the application to integrates with API’s to Semansys.Next.
Contract owner (organization) name that have embedded the API’s.
Business Identification Number (BIN) of the contract owner (organization) to embeds the API’s.
Customer (organization) name (ie. accounting firm, intermediary, ....).
Business Identification Number (BIN) of the customer.
Client (organization) name of the customer of the accounting firm, intermediary...
Business Identification Number (BIN) of the client.
The files were successfully deleted.
Delete files failed.
Unauthorized
DELETE /customer-corner/file HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
x-api-version: text
Content-Type: application/json
Accept: */*
Content-Length: 33
[
"063be713-f...",
"963be853-f..."
]http://www.nltaxonomie.nl/nt18/kvk/20231213/entrypoints/kvk-rpt-jaarverantwoording-2023-nlgaap-micro.xsdWas this helpful?