V3_DirectAccess_Get (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | V3_DirectAccess_Get |
Resource Path:/api/v3/DirectAccess
| Name | Description | Data Type |
|---|---|---|
| spName | The stored procedure name. | string |
| spParams |
| 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 stored procedure is expected to return a dataset, as otherwise you will get no indication that it executed.
The call will fail if the stored procedure is not a valid MES database stored procedure. So the call will fail if the stored procedure being called is a SQL System stored procedure or a stored procedure that is not in the MES database.
For information about datetime and decimal separator requirements when passed in strings, see the overview topic "Datetime and Decimal Format Requirements."