Retrieve a falloutException by ID

get

https://serverRoot/fallout/v1/falloutException/falloutException/{id}

This operation retrieves a falloutException entity. Attribute selection is enabled for all first level attributes.

Request

Path Parameters
Query Parameters
  • Provide comma-separated properties in the response. Example: GET /falloutException/3424242?fields=customerName,orderId,state,requestedCompletionDate

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

The operation is successful.
Body ()
Root Schema : falloutException
Type: object
Show Source
Nested Schema : additionalFalloutProperties
Type: array
Additional fallout properties list.
Show Source
Nested Schema : attributes
Type: array
The fallout custom exception attributes.
Show Source
  • attribute
    This holds all additional attributes for the OSM user interface. For example, 'status'. The API does not provide filtering on the attributes.
Nested Schema : productNames
Type: array
List of product names.
Show Source
Nested Schema : taskStatuses
Type: array
List of task statuses.
Show Source
Nested Schema : additionalFalloutProperties
Type: object
This holds all the additional properties such as schema details.
Show Source
Nested Schema : attribute
Type: object
This holds all additional attributes for the OSM user interface. For example, 'status'. The API does not provide filtering on the attributes.
Show Source
  • The name of the attribute. For example, 'status' owned by the user interface.
  • The value of the attribute. For example, the value of 'status', handled by UI backend.
Nested Schema : productNames
Type: object
List of ProductNames.
Show Source

400 Response

Bad Request
Body ()
Root Schema : Error
Type: object
Used when an API throws an error. Typically, with an 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 an 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 an 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 an 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 an HTTP error response-code (3xx, 4xx, 5xx).
Show Source
Back to Top