# Retrieve a spec option

Endpoint: GET /specs/{specID}/options/{optionID}
Version: 1.0.445.36017
Security: OAuth2

## Path parameters:

  - `specID` (string, required)
    ID of the spec.

  - `optionID` (string, required)
    ID of the option.

## Response 200 fields (application/json):

  - `ID` (string)

  - `Value` (string)

  - `ListOrder` (integer)
    Example: 1

  - `IsOpenText` (boolean)

  - `PriceMarkupType` (string)
    Enum: "NoMarkup", "AmountPerQuantity", "AmountTotal", "Percentage"

  - `PriceMarkup` (number)

  - `xp` (object)
    Example: {}

## Response 4XX fields (application/json):

  - `StatusCode` (integer)
    Example: "404"

  - `ErrorCode` (string)
    Example: "NotFoundError"

  - `Message` (string)
    Example: "Object not found"

  - `Data` (object)
    Example: {"ObjectType":"","ObjectID":""}


