Get Commerce Process Data Column References

get

/rest/v19/commerceProcessSetups/{processVarName}/dataColumns/{id}

Use this endpoint to retrieve references to the specified Commerce Process Data Column.

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Success
Back to Top

Examples

The following example shows how to retrieve references to the specified Commerce Process Data Column by submitting a GET request to the REST resource using cURL. For more information about cURL, see Use cURL.

curl -X GET -H "Authorization: Bearer <token>" -H "Accept: application/json"
https://sitename.oracle.com/rest/v19/commerceProcessSetups/oraclecpqo/dataColumns/18356111

Response Body Sample

{
  "items": [
    "Process Manager Column (Transaction Number)",
    "Search (My Approval Search)"
  ]
}
Back to Top