GetPortfolioStream

This method can be used for the following: Get details for a Portfolio Stream.

Parameters

The following URL, Headers and Parameters are required for requests to this API endpoint. Where a parameter is optional, it will be indicated. Otherwise treat all parameters as mandatory.

Headers

GET /api/ss/portfolio/stream/:id HTTP/1.1
Host: demo.attackforge.com
X-SSAPI-KEY: APIKey
Content-Type: application/json
Connection: close

Query

id (string)

Identifier for the Portfolio Stream.

Example:

GET /api/ss/portfolio/stream/628f82669b462e581754980e HTTP/1.1

Example

The following example is a cURL request to get a Portfolio Stream by its identifier (Id).

Request

Response

Response contains a portfolio stream object.

Last updated