retrieveModules
Authorizations:
REGARDS_OAUTH2
path Parameters
applicationId required | string |
query Parameters
active | string |
required | object (Pageable) |
type | string |
Responses
Response samples
- 200
Content type
application/json
{- "content": [
- {
- "content": {
- "active": true,
- "applicationId": "string",
- "conf": "string",
- "container": "string",
- "description": "string",
- "id": 0,
- "page": {
- "customIconURL": "string",
- "home": true,
- "iconType": "string",
- "title": "string"
}, - "type": "string"
}, - "links": [
- {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "media": "string",
- "name": "string",
- "profile": "string",
- "rel": "string",
- "title": "string",
- "type": "string"
}
]
}
], - "links": [
- {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "media": "string",
- "name": "string",
- "profile": "string",
- "rel": "string",
- "title": "string",
- "type": "string"
}
], - "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
saveModule
Authorizations:
REGARDS_OAUTH2
path Parameters
applicationId required | string |
Request Body schema: application/jsonrequired
active required | boolean |
applicationId required | string |
conf | string |
container required | string |
description required | string |
id | integer <int64> |
object (UIPage) | |
type required | string |
Responses
Request samples
- Payload
Content type
application/json
{- "active": true,
- "applicationId": "string",
- "conf": "string",
- "container": "string",
- "description": "string",
- "id": 0,
- "page": {
- "customIconURL": "string",
- "home": true,
- "iconType": "string",
- "title": "string"
}, - "type": "string"
}
Response samples
- 200
Content type
application/json
{- "content": {
- "active": true,
- "applicationId": "string",
- "conf": "string",
- "container": "string",
- "description": "string",
- "id": 0,
- "page": {
- "customIconURL": "string",
- "home": true,
- "iconType": "string",
- "title": "string"
}, - "type": "string"
}, - "links": [
- {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "media": "string",
- "name": "string",
- "profile": "string",
- "rel": "string",
- "title": "string",
- "type": "string"
}
]
}
deleteModule
Authorizations:
REGARDS_OAUTH2
path Parameters
applicationId required | string |
moduleId required | integer <int64> |
Responses
Response samples
- 200
Content type
application/json
{- "content": { },
- "links": [
- {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "media": "string",
- "name": "string",
- "profile": "string",
- "rel": "string",
- "title": "string",
- "type": "string"
}
]
}
retrieveModule
Authorizations:
REGARDS_OAUTH2
path Parameters
applicationId required | string |
moduleId required | integer <int64> |
Responses
Response samples
- 200
Content type
application/json
{- "content": {
- "active": true,
- "applicationId": "string",
- "conf": "string",
- "container": "string",
- "description": "string",
- "id": 0,
- "page": {
- "customIconURL": "string",
- "home": true,
- "iconType": "string",
- "title": "string"
}, - "type": "string"
}, - "links": [
- {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "media": "string",
- "name": "string",
- "profile": "string",
- "rel": "string",
- "title": "string",
- "type": "string"
}
]
}
updateModule
Authorizations:
REGARDS_OAUTH2
path Parameters
applicationId required | string |
moduleId required | integer <int64> |
Request Body schema: application/jsonrequired
active required | boolean |
applicationId required | string |
conf | string |
container required | string |
description required | string |
id | integer <int64> |
object (UIPage) | |
type required | string |
Responses
Request samples
- Payload
Content type
application/json
{- "active": true,
- "applicationId": "string",
- "conf": "string",
- "container": "string",
- "description": "string",
- "id": 0,
- "page": {
- "customIconURL": "string",
- "home": true,
- "iconType": "string",
- "title": "string"
}, - "type": "string"
}
Response samples
- 200
Content type
application/json
{- "content": {
- "active": true,
- "applicationId": "string",
- "conf": "string",
- "container": "string",
- "description": "string",
- "id": 0,
- "page": {
- "customIconURL": "string",
- "home": true,
- "iconType": "string",
- "title": "string"
}, - "type": "string"
}, - "links": [
- {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "media": "string",
- "name": "string",
- "profile": "string",
- "rel": "string",
- "title": "string",
- "type": "string"
}
]
}
retrieveConfiguration
Authorizations:
REGARDS_OAUTH2
path Parameters
applicationId required | string |
Responses
Response samples
- 200
Content type
application/json
{- "content": {
- "configuration": "string"
}, - "links": [
- {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "media": "string",
- "name": "string",
- "profile": "string",
- "rel": "string",
- "title": "string",
- "type": "string"
}
]
}
addConfiguration
Authorizations:
REGARDS_OAUTH2
path Parameters
applicationId required | string |
Request Body schema: application/jsonrequired
configuration | string |
Responses
Request samples
- Payload
Content type
application/json
{- "configuration": "string"
}
Response samples
- 200
Content type
application/json
{- "content": {
- "configuration": "string"
}, - "links": [
- {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "media": "string",
- "name": "string",
- "profile": "string",
- "rel": "string",
- "title": "string",
- "type": "string"
}
]
}
updateConfiguration
Authorizations:
REGARDS_OAUTH2
path Parameters
applicationId required | string |
Request Body schema: application/jsonrequired
configuration | string |
Responses
Request samples
- Payload
Content type
application/json
{- "configuration": "string"
}
Response samples
- 200
Content type
application/json
{- "content": {
- "configuration": "string"
}, - "links": [
- {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "media": "string",
- "name": "string",
- "profile": "string",
- "rel": "string",
- "title": "string",
- "type": "string"
}
]
}
Response samples
- 200
Content type
application/json
{- "content": {
- "applicationId": "string",
- "id": 0,
- "layout": "string"
}, - "links": [
- {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "media": "string",
- "name": "string",
- "profile": "string",
- "rel": "string",
- "title": "string",
- "type": "string"
}
]
}
updateUILayout
Authorizations:
REGARDS_OAUTH2
path Parameters
applicationId required | string |
Request Body schema: application/jsonrequired
applicationId required | string |
id | integer <int64> |
layout required | string |
Responses
Request samples
- Payload
Content type
application/json
{- "applicationId": "string",
- "id": 0,
- "layout": "string"
}
Response samples
- 200
Content type
application/json
{- "content": {
- "applicationId": "string",
- "id": 0,
- "layout": "string"
}, - "links": [
- {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "media": "string",
- "name": "string",
- "profile": "string",
- "rel": "string",
- "title": "string",
- "type": "string"
}
]
}
Response samples
- 200
Content type
application/json
[- {
- "autorizedRoles": [
- {
- "authority": "string",
- "authorizedIpAdresses": [
- "string"
], - "roleName": "string"
}
], - "controllerSimpleName": "string",
- "fullPath": "string",
- "method": "GET",
- "resourceAccess": { },
- "resourceMappingId": "string"
}
]
Get HMI themes
Return a page of HMI themes
Authorizations:
REGARDS_OAUTH2
query Parameters
required | object (Pageable) |
Responses
Response samples
- 200
Content type
application/json
{- "content": [
- {
- "content": {
- "active": true,
- "configuration": "string",
- "id": 0,
- "name": "string",
- "visible": true
}, - "links": [
- {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "media": "string",
- "name": "string",
- "profile": "string",
- "rel": "string",
- "title": "string",
- "type": "string"
}
]
}
], - "links": [
- {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "media": "string",
- "name": "string",
- "profile": "string",
- "rel": "string",
- "title": "string",
- "type": "string"
}
], - "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
saveTheme
Authorizations:
REGARDS_OAUTH2
Request Body schema: application/jsonrequired
active | boolean |
configuration required | string |
id | integer <int64> |
name required | string |
visible | boolean |
Responses
Request samples
- Payload
Content type
application/json
{- "active": true,
- "configuration": "string",
- "id": 0,
- "name": "string",
- "visible": true
}
Response samples
- 200
Content type
application/json
{- "content": {
- "active": true,
- "configuration": "string",
- "id": 0,
- "name": "string",
- "visible": true
}, - "links": [
- {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "media": "string",
- "name": "string",
- "profile": "string",
- "rel": "string",
- "title": "string",
- "type": "string"
}
]
}
Response samples
- 200
Content type
application/json
{- "content": { },
- "links": [
- {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "media": "string",
- "name": "string",
- "profile": "string",
- "rel": "string",
- "title": "string",
- "type": "string"
}
]
}
Response samples
- 200
Content type
application/json
{- "content": {
- "active": true,
- "configuration": "string",
- "id": 0,
- "name": "string",
- "visible": true
}, - "links": [
- {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "media": "string",
- "name": "string",
- "profile": "string",
- "rel": "string",
- "title": "string",
- "type": "string"
}
]
}
updateTheme
Authorizations:
REGARDS_OAUTH2
path Parameters
themeId required | integer <int64> |
Request Body schema: application/jsonrequired
active | boolean |
configuration required | string |
id | integer <int64> |
name required | string |
visible | boolean |
Responses
Request samples
- Payload
Content type
application/json
{- "active": true,
- "configuration": "string",
- "id": 0,
- "name": "string",
- "visible": true
}
Response samples
- 200
Content type
application/json
{- "content": {
- "active": true,
- "configuration": "string",
- "id": 0,
- "name": "string",
- "visible": true
}, - "links": [
- {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "media": "string",
- "name": "string",
- "profile": "string",
- "rel": "string",
- "title": "string",
- "type": "string"
}
]
}
Response samples
- 200
Content type
application/json
{- "content": [
- {
- "content": {
- "businessId": "string",
- "copyright": "string",
- "description": "string",
- "geometry": {
- "type": "string"
}, - "labelEn": "string",
- "labelFr": "string",
- "toponymMetadata": {
- "author": "string",
- "creationDate": "2019-08-24T14:15:22Z",
- "expirationDate": "2019-08-24T14:15:22Z",
- "project": "string"
}, - "visible": true
}, - "links": [
- {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "media": "string",
- "name": "string",
- "profile": "string",
- "rel": "string",
- "title": "string",
- "type": "string"
}
]
}
], - "links": [
- {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "media": "string",
- "name": "string",
- "profile": "string",
- "rel": "string",
- "title": "string",
- "type": "string"
}
], - "page": {
- "number": 0,
- "size": 0,
- "totalElements": 0,
- "totalPages": 0
}
}
createNotVisibleToponym
Authorizations:
REGARDS_OAUTH2
Request Body schema: application/jsonrequired
feature | string |
project | string |
user | string |
Responses
Request samples
- Payload
Content type
application/json
{- "feature": "string",
- "project": "string",
- "user": "string"
}
Response samples
- 200
Content type
application/json
{- "content": {
- "businessId": "string",
- "copyright": "string",
- "description": "string",
- "geometry": {
- "type": "string"
}, - "labelEn": "string",
- "labelFr": "string",
- "toponymMetadata": {
- "author": "string",
- "creationDate": "2019-08-24T14:15:22Z",
- "expirationDate": "2019-08-24T14:15:22Z",
- "project": "string"
}, - "visible": true
}, - "links": [
- {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "media": "string",
- "name": "string",
- "profile": "string",
- "rel": "string",
- "title": "string",
- "type": "string"
}
]
}
search
Authorizations:
REGARDS_OAUTH2
query Parameters
locale | string Default: "en" |
partialLabel | string |
Responses
Response samples
- 200
Content type
application/json
[- {
- "content": {
- "businessId": "string",
- "copyright": "string",
- "description": "string",
- "geometry": {
- "type": "string"
}, - "labelEn": "string",
- "labelFr": "string",
- "toponymMetadata": {
- "author": "string",
- "creationDate": "2019-08-24T14:15:22Z",
- "expirationDate": "2019-08-24T14:15:22Z",
- "project": "string"
}, - "visible": true
}, - "links": [
- {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "media": "string",
- "name": "string",
- "profile": "string",
- "rel": "string",
- "title": "string",
- "type": "string"
}
]
}
]
get
Authorizations:
REGARDS_OAUTH2
path Parameters
businessId required | string |
query Parameters
simplified | boolean |
Responses
Response samples
- 200
Content type
application/json
{- "content": {
- "businessId": "string",
- "copyright": "string",
- "description": "string",
- "geometry": {
- "type": "string"
}, - "labelEn": "string",
- "labelFr": "string",
- "toponymMetadata": {
- "author": "string",
- "creationDate": "2019-08-24T14:15:22Z",
- "expirationDate": "2019-08-24T14:15:22Z",
- "project": "string"
}, - "visible": true
}, - "links": [
- {
- "deprecation": "string",
- "href": "string",
- "hreflang": "string",
- "media": "string",
- "name": "string",
- "profile": "string",
- "rel": "string",
- "title": "string",
- "type": "string"
}
]
}