/rows
service to execute a plan generated using
the Optic API. An execution enables you to interact with data in
MarkLogic as a row set. For more details, see
Optic API for Multi-Model Data Access in the Application Developer's Guide.
Resource URI | Description |
---|---|
/v1/rows (GET) | Invoke a plan in order to retrieve a list of rows. |
/v1/rows (POST) | Invoke a plan in order to retrieve a list of rows. |
/v1/rows/graphql (GET) | Execute a GraphQL query in order to retrieve a JSON object with the results. |
/v1/rows/graphql (POST) | Execute a GraphQL query in order to retrieve a JSON object with the results. |
/v1/rows/update (POST) | Execute an Optic Update (DSL) pipeline in an update transaction. |