All URIs are relative to http://localhost
| Method | HTTP request | Description |
|---|---|---|
| create_collections_integrations | POST /api/v1/integrations/collections | IntegrationCollectionController@store |
| delete_collections_integrations | DELETE /api/v1/integrations/collections/{id} | Delete a collection |
| edit_collections_integrations | PATCH /api/v1/integrations/collections/{id} | Edit a collection |
| fetch_all_collections_integrations | GET /api/v1/integrations/collections | IntegrationCollectionController@index |
| fetch_collections_integrations | GET /api/v1/integrations/collections/{id} | IntegrationCollectionController@show |
| update_collections_integrations | PUT /api/v1/integrations/collections/{id} | Update a collection |
models::CreateDarIntegration201Response create_collections_integrations(create_collections_integrations_request) IntegrationCollectionController@store
Create a new collection
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| create_collections_integrations_request | CreateCollectionsIntegrationsRequest | Pass user credentials | [required] |
models::CreateDarIntegration201Response
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::DeleteApplications200Response delete_collections_integrations(id) Delete a collection
Delete a collection
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| id | i32 | collection id | [required] |
models::DeleteApplications200Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::FetchCollections200Response edit_collections_integrations(id, create_collections_integrations_request) Edit a collection
Edit a collection
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| id | i32 | collection id | [required] | |
| create_collections_integrations_request | CreateCollectionsIntegrationsRequest | Pass user credentials | [required] |
models::FetchCollections200Response
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::FetchAllCollections200Response fetch_all_collections_integrations(name, per_page) IntegrationCollectionController@index
Returns a list of collections
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| name | Option<String> | Filter collections by name | ||
| per_page | Option<i32> | per page |
models::FetchAllCollections200Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::FetchCollections200Response fetch_collections_integrations(id) IntegrationCollectionController@show
Get collection by id
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| id | i32 | collection id | [required] |
models::FetchCollections200Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::FetchCollections200Response update_collections_integrations(id, create_collections_integrations_request) Update a collection
Update a collection
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| id | i32 | collection id | [required] | |
| create_collections_integrations_request | CreateCollectionsIntegrationsRequest | Pass user credentials | [required] |
models::FetchCollections200Response
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]