V3_Cause_Get (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | V3_Cause_Get |
Resource Path:/api/v3/Cause
| Name | Description | Data Type |
|---|---|---|
| causeId | The cause ID. | integer |
| causeDesc | The cause description. | string |
| causeGrpId | The ID of the cause group of which the cause is a member. | integer |
| spare1 | The contents of the spare1 field. | string |
| spare2 | The contents of the spare2 field. | string |
| spare3 | The contents of the spare3 field. | string |
| spare4 | The contents of the spare4 field. | string |
| lastEditBy | The user who added or last updated the cause records. | string |
| lastEditAt | The date and time when the cause records were added or last updated. | string |
| Name | Description |
|---|---|
| trans_id | Used to supply the ID of the transaction if the call is taking part in a transaction. |
| max_rows | Used to supply the maximum number of rows that will be returned by the get. |
The response body is of type Array[Generated.Models.V3_Cause_Get].
OK