Release
OpenAPI V2
Retrieve release information by release ID.
Authorizations
Path parameters
idstringRequiredExample:
Release ID
89
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
400
Bad Request
application/json
401
Unauthorized
get
GET /customer-corner/product-files/release/{id} HTTP/1.1
Host:
Authorization: Bearer JWT
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."
}
]
Was this helpful?