OpenAPI V2
Retrieve release information by release ID.
Please enter token
Release ID
89Name 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/product-files/release/{id} HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
x-api-version: text
Accept: */*
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"author": "[email protected]",
"releaseId": "89",
"size": 9122,
"type": ".xbrl",
"kind": "manual",
"sha256": "620DE86..",
"createdOn": "2021-12-21T05:48:57.253Z",
"isPublic": true,
"domains": [
"gmail.com",
"semansys.com"
],
"name": "CoC rep...",
"description": "My first manual."
}
]