| copyright | Copyright IBM Corp. 2018 |
|---|---|
| link | my-space-templates |
| is | beta |
Using the mySpaceTemplates query, a user can fetch a collection of the space templates that they have created.
type QueryRoot {
...
mySpaceTemplates: SpaceTemplateCollection!
}Method: POST
URL: https://api.watsonwork.ibm.com/graphql
Headers: 'Content-Type: application/graphql' , 'x-graphql-view: PUBLIC, BETA'
Body:
{
mySpaceTemplates {
items {
id
}
}
}
For more information see Space Templates