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 used on this API are those taken from header standards of TS Digital.
Content-type is accepted in application/json
Query Parameters
Parameters used to make a successful request.
Body
No body is needed to make this request.
Response
On successful response
If successful, the API responds with HTTP code 200(OK) with the following body:
[
{
"id": "string",
"siteCode": "string",
"entratelCode": "string",
"description": "string",
"startDate": "2022-05-06T08:48:50.675Z",
"expirationDate": "2022-05-06T08:48:50.675Z",
"createdAt": "2022-05-06T08:48:50.675Z",
"createdBy": "string",
"updatedAt": "2022-05-06T08:48:50.675Z",
"updatedBy": "string"
}
]