AlphaAlpha Docs
API ReferencePublic change orders

View change order detail (public, token-based)

GET
/public/change-orders/{opportunityId}/{changeOrderId}
AuthorizationBearer <token>

In: header

Path Parameters

opportunityId*string
changeOrderId*string

Query Parameters

token*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/public/change-orders/string/string?token=string"
{
  "amount": 0.1,
  "approvedAt": "2019-08-24T14:15:22Z",
  "approvedBy": "string",
  "canApprove": true,
  "canReject": true,
  "category": "string",
  "date": "2019-08-24T14:15:22Z",
  "description": "string",
  "id": "string",
  "opportunityId": "string",
  "opportunityName": "string",
  "rejectedAt": "2019-08-24T14:15:22Z",
  "rejectionReason": "string",
  "status": "DRAFT"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}