Download OpenAPI specification:Download
The API allows to access the teams collection.
list teams
| content-length required | integer <= 1048576 json body is limited to 1MB |
Non documented. Do not use.
Array of objects a list of filter objects or compound filters | |
| limit | integer |
| offset | integer |
| operator | string Enum: "AND" "OR" |
| resultfields | Array of strings list of fields to retrieve (if implemented), if empty all fields are returned |
object |
{- "filters": [
- { }
], - "limit": 100,
- "offset": 200,
- "operator": "AND",
- "resultfields": [
- "string"
], - "sort": {
- "field": "string",
- "sort_asc": true
}
}{- "count": 2,
- "data": [
- {
- "accessrights": {
- "assetadmin": [
- "prj_091d232caeae2c0d2e4e63b031534c5b"
], - "connect": [
- "string"
], - "download": [
- "string"
], - "export2d": [
- "string"
], - "export3d": [
- "string"
], - "lmx": [
- "allowborrow"
], - "scope": [
- "string"
], - "thirdpartyscopes": [
- "string"
], - "use": [
- "string"
], - "view": [
- "string"
]
}, - "teamname": "admin",
- "teamuuid": "string"
}
]
}| teamuuid required | string [ 1 .. 128 ] characters ^[\{\}\-0-9a-fA-F]+$ the (unique) internal id of the team |
{- "accessrights": {
- "assetadmin": [
- "prj_091d232caeae2c0d2e4e63b031534c5b"
], - "connect": [
- "string"
], - "download": [
- "string"
], - "export2d": [
- "string"
], - "export3d": [
- "string"
], - "lmx": [
- "allowborrow"
], - "scope": [
- "string"
], - "thirdpartyscopes": [
- "string"
], - "use": [
- "string"
], - "view": [
- "string"
]
}, - "teamname": "admin",
- "teamuuid": "string"
}Create/edit a team
| teamuuid required | string [ 1 .. 128 ] characters ^[\{\}\-0-9a-fA-F]+$ the (unique) internal id of the team |
| content-length required | integer <= 1048576 json body is limited to 1MB |
object a list of tags within namespaces | |
| teamname required | string [ 1 .. 128 ] characters ^[a-zA-Z0-9_\-\. ]+$ the (unique) name of the team |
{- "accessrights": {
- "assetadmin": [
- "prj_091d232caeae2c0d2e4e63b031534c5b"
], - "connect": [
- "string"
], - "download": [
- "string"
], - "export2d": [
- "string"
], - "export3d": [
- "string"
], - "lmx": [
- "allowborrow"
], - "scope": [
- "string"
], - "thirdpartyscopes": [
- "string"
], - "use": [
- "string"
], - "view": [
- "string"
]
}, - "teamname": "admin"
}{- "status": "upserted",
- "teamuuid": "string"
}