Collection
List collections
Imago API
Version: 1.4.5
Searches for a list of matching collections. Each collection is described by its name and dataset id. Either use the datasetName and workspaceName params to filter by dataset/workspace name, or use datasetId to search in a specific dataset.
| Servers |
|---|
| https://imago.api.seequent.com/integrate/2 |
Parameters
Returns
200
Successful response.
Endpoint
GET
/collectionRequest
cURL
Response
Create a collection
Imago API
Version: 1.4.5
Adds a new collection to a dataset. If the new collection already exists in the dataset then no action is taken.
| Servers |
|---|
| https://imago.api.seequent.com/integrate/2 |
Parameters
Returns
200
Successful response.
Endpoint
POST
/collectionRequest
cURL
Response
Get collection by ID
Imago API
Version: 1.4.5
Retrieves a specific collection by its ID.
| Servers |
|---|
| https://imago.api.seequent.com/integrate/2 |
Parameters
Returns
200
Successful response.
Endpoint
GET
/collection/{collectionId}Request
cURL