Torii integration (Productivity, Finance, Security). Imported from open-connector.
https://api.toriihq.com/v1.0/orgs/my
/apps
| Param | Type | Required | Description |
|---|---|---|---|
| fields | string | optional | A comma-separated list of fields to return. |
| q | string | optional | A free-text search query. |
| sort | string | optional | A comma-separated list of fields to sort by, suffixed with :asc or :desc. |
| size | integer | optional | The maximum number of results to return. |
| cursor | string | optional | The Torii nextCursor value returned from the previous page. |
| aggs | string | optional | Torii aggregation configuration. |
| filters | string | optional | Torii filters expression. |
| includeLicenses | boolean | optional | Whether to include aggregated license summaries for each app. |
/apps/{appId}
| Param | Type | Required | Description |
|---|---|---|---|
| appId | integer | required | The Torii app identifier. |
| fields | string | optional | A comma-separated list of fields to return. |
| includeLicenses | boolean | optional | Whether to include the aggregated license summary for the app. |
/users
| Param | Type | Required | Description |
|---|---|---|---|
| string | optional | The user email address to filter by. | |
| lifecycleStatus | string | optional | The user lifecycle status to filter by. |
| isDeletedInIdentitySources | boolean | optional | Whether to filter users deleted in identity sources. |
| isExternal | boolean | optional | Whether to filter external users. |
| firstName | string | optional | The first name to filter by. |
| lastName | string | optional | The last name to filter by. |
| idUsers | string | optional | A comma-separated list of up to 50 Torii user identifiers. |
| view | string | optional | The Torii users view to query. |
| fields | string | optional | A comma-separated list of fields to return. |
| q | string | optional | A free-text search query. |
| sort | string | optional | A comma-separated list of fields to sort by, suffixed with :asc or :desc. |
| size | integer | optional | The maximum number of results to return. |
| cursor | string | optional | The Torii nextCursor value returned from the previous page. |
| aggs | string | optional | Torii aggregation configuration. |
| filters | string | optional | Torii filters expression. |
/users/{userId}
| Param | Type | Required | Description |
|---|---|---|---|
| userId | integer | required | The Torii user identifier. |
/contracts
| Param | Type | Required | Description |
|---|---|---|---|
| apiVersion | string | optional | The Torii contracts API version header to send. |
| fields | string | optional | A comma-separated list of fields to return. |
| q | string | optional | A free-text search query. |
| sort | string | optional | A comma-separated list of fields to sort by, suffixed with :asc or :desc. |
| size | integer | optional | The maximum number of results to return. |
| cursor | string | optional | The Torii nextCursor value returned from the previous page. |
| aggs | string | optional | Torii aggregation configuration. |
| filters | string | optional | Torii filters expression. |
| filterFields | object | optional | Exact-match Torii contract filters keyed by contract field or custom field syst… |
/contracts/{contractId}
| Param | Type | Required | Description |
|---|---|---|---|
| contractId | integer | required | The Torii contract identifier. |
| apiVersion | string | optional | The Torii contracts API version header to send. |
| fields | string | optional | A comma-separated list of fields to return. |
/transactions
| Param | Type | Required | Description |
|---|---|---|---|
| idApp | integer | optional | The Torii app identifier to filter transactions by. |
| source | string | optional | The transaction source to filter by. |
| q | string | optional | A free-text search query for transaction descriptions. |
| mappingStatus | string | optional | A comma-separated list of Torii transaction mapping statuses. |
| sort | string | optional | A comma-separated list of fields to sort by, suffixed with :asc or :desc. |
| size | integer | optional | The maximum number of results to return. |
| cursor | string | optional | The Torii nextCursor value returned from the previous page. |
| fields | string | optional | A comma-separated list of fields to return. |
/workflows
| Param | Type | Required | Description |
|---|---|---|---|
| type | string | optional | The workflow type to query. Torii currently supports regular. |