CPI Get Entity (read one record by key)
cpi_get_entityRetrieve a single SAP Cloud Integration entity by its key. Supports single or composite keys and optional navigation property expansion.
Instructions
Get a single entity by key. Use 'key' for a single-key entity (e.g. package Id), or 'keys' (object) for composite keys (e.g. {Id:'x',Version:'active'}). Optionally fetch a navigation property.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Single key value. | |
| raw | No | Return raw text (use for /$value endpoints). | |
| keys | No | Composite key object. | |
| entitySet | Yes | ||
| navigation | No | Navigation property to follow, e.g. 'Configurations'. |