Advanced Search
Search Results
8 total results found
New Page
Overview
Integrated Services
Retrieve Intermediaries
This API is responsible for retrieving all intermediaries that are connected to a unique itemId. [GET]/api/v1/{itemId}/intermediary Response: List of Intermediaries. Header Header used on this API are those taken from header standards of TS Digital. Conte...
Retrieve Security Environments
This API is responsible for retrieving all Security environments that are connected to a unique itemId and taxId. [GET]/api/v1/{itemId}/intermediary/{taxId}/security-environment Response: List of Security Environments with an active status. Header Header u...
Retrieve Security Environment Files
This API is responsible for retrieving all files associated to a unique Security Environment. [GET]/api/v1/{itemId}/intermediary/{taxId}/security-environment/{siteCode}/{version} [GET]/api/v1/{itemId}/intermediary/{taxId}/security-environment/{siteCode} ver...
Retrieve Delegates
Retrieves the delegates linked with an intermediary based on itemId , intermediaryTaxId, delegatedTaxId. [GET]/api/v1/{itemId}/intermediary/{intermediaryTaxId}/delegated [GET]/api/v1/{itemId}/intermediary/{intermediaryTaxId}/delegated/{delegatedTaxId} deleg...
Create new Delegated
This endpoint creates a new delegated which is linked to an intermediary . [POST] /api/v1/{itemId}/intermediary/{taxId}/delegated Reminder : One intermediary can have many delegates Header Header used on this API are those taken from header standards of TS...