Download OpenAPI specification:Download
The API allows to access the application collection.
list applications
| 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"
]
}, - "description": "string",
- "name": "string",
- "redirecturls": [
- "string"
], - "tags": [
- "string"
]
}
]
}get application informations
| applicationname required | string non-empty application unique identifier |
{- "accessrights": {
- "assetadmin": [
- "prj_091d232caeae2c0d2e4e63b031534c5b"
], - "connect": [
- "string"
], - "download": [
- "string"
], - "export2d": [
- "string"
], - "export3d": [
- "string"
], - "lmx": [
- "allowborrow"
], - "scope": [
- "string"
], - "thirdpartyscopes": [
- "string"
], - "use": [
- "string"
], - "view": [
- "string"
]
}, - "description": "string",
- "name": "string",
- "redirecturls": [
- "string"
], - "tags": [
- "string"
]
}create an application
| applicationname required | string non-empty application unique identifier |
| content-length required | integer <= 1048576 json body is limited to 1MB |
object a list of tags within namespaces | |
| description | string <= 1024 characters application description |
| redirecturls | Array of strings |
| tags | Array of strings tag list |
{- "accessrights": {
- "assetadmin": [
- "prj_091d232caeae2c0d2e4e63b031534c5b"
], - "connect": [
- "string"
], - "download": [
- "string"
], - "export2d": [
- "string"
], - "export3d": [
- "string"
], - "lmx": [
- "allowborrow"
], - "scope": [
- "string"
], - "thirdpartyscopes": [
- "string"
], - "use": [
- "string"
], - "view": [
- "string"
]
}, - "description": "string",
- "redirecturls": [
- "string"
], - "tags": [
- "string"
]
}{- "code": "E_UnknownError",
- "error": true,
- "uuid": "string"
}