Properties
OpenAPI V2
Retrieve one of the properties of an file (for example for number of facts from a XBRL report).
Filters to be applied.
372609e8-af2f-43ac-9Filters to be applied.
shareName 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/instance/properties HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
x-api-version: text
Accept: */*
[
{
"id": "063be713...",
"type": "91063921-5...",
"key": "NumberOfFacts",
"value": "2"
}
]Save the properties of an file (for example for number of facts from a XBRL report).
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.
File size.
063be713...ID of the action.
91063921-5...Name of action.
NumberOfFactsActual value.
2OK
Bad Request
Unauthorized
POST /customer-corner/instance/properties HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
x-api-version: text
Content-Type: application/json
Accept: */*
Content-Length: 79
[
{
"id": "063be713...",
"type": "91063921-5...",
"key": "NumberOfFacts",
"value": "2"
}
]trueRemove the properties of an file (for example for number of facts from a XBRL report).
Property to be deleted.
372609e8-af2f-43ac-9Property to be deleted.
shareName 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
DELETE /customer-corner/instance/properties HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
x-api-version: text
Accept: */*
trueWas this helpful?