Get all stock responses

get

/admin/stockResponses

Request

Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : StockResponseWithID
Type: object
Show Source
Match One Schema
Show Source
Nested Schema : stock-api-selection
Type: array
stock-api-selection is the main stock routing configuration of CXIF. Routing configuration in this section is made available at runtime so that Routing can take stock response vs target spoke system decisions.
Show Source
Nested Schema : StockResponseData
Type: object
Show Source
Match One Schema
Show Source
Nested Schema : items
Type: object
Show Source
Match One Schema
Show Source
Nested Schema : resources
Type: array
Minimum Number of Items: 1
contains the list of resources on the API that are supported by this type of target
Show Source
Nested Schema : items
Type: object
Show Source
Match One Schema
Show Source
Nested Schema : method-stock-responses
Type: array
Minimum Number of Items: 1
Show Source
Nested Schema : resource-ids
Type: array
Minimum Number of Items: 1
the list of unique resources within the target API supported
Show Source
Nested Schema : Error
Type: object
Used when an API throws an Error, typically with a HTTP error response-code (3xx, 4xx, 5xx)
Show Source
Nested Schema : supported-http-methods
Type: array
Minimum Number of Items: 1
Show Source
Nested Schema : items
Type: object
Show Source
Match One Schema
Show Source
Nested Schema : response-headers
Type: object
Additional Properties Allowed
Show Source

400 Response

Bad Request
Body ()
Root Schema : Error
Type: object
Used when an API throws an Error, typically with a HTTP error response-code (3xx, 4xx, 5xx)
Show Source

401 Response

Unauthorized
Body ()
Root Schema : Error
Type: object
Used when an API throws an Error, typically with a HTTP error response-code (3xx, 4xx, 5xx)
Show Source

403 Response

Forbidden
Body ()
Root Schema : Error
Type: object
Used when an API throws an Error, typically with a HTTP error response-code (3xx, 4xx, 5xx)
Show Source

404 Response

Not Found
Body ()
Root Schema : Error
Type: object
Used when an API throws an Error, typically with a HTTP error response-code (3xx, 4xx, 5xx)
Show Source

500 Response

Internal Server Error
Body ()
Root Schema : Error
Type: object
Used when an API throws an Error, typically with a HTTP error response-code (3xx, 4xx, 5xx)
Show Source
Back to Top