Imago API
Version: 1.3.5
Create a dataset
Servers |
---|
https://imago.api.seequent.com/integrate/2 |
POST
/datasetAdds a new dataset to a workspace. If the new dataset already exists in the workspace then no action is taken.
Request
Example body
[
{
"workspaceId": "43c5b45f-913a-483c-9991-4f4766bc0fef",
"name": "Dataset-001"
}
]
Responses
200
Successful response.
Response schema
idstring
Dataset identifier.
namestring
Name of the dataset.
workspaceIdstring
Identifier of the workspace that the dataset belongs to.
createdOnstring
Date/time when the dataset was created.
Example response
{
"id": "054bf4c2-84cc-4d30-b4dc-cc81c77b7f25",
"name": "Dataset-001",
"workspaceId": "71b93d30-8e5f-4b07-9f08-8e6bf5a72a50",
"createdOn": "2022-05-02T01:14:34.366Z"
}
401
Unauthorized
422
The request could not be completed using the supplied parameters.
500
Internal error occurred during the request.