Services Configuration (Operations)

Endpoints to create, update and read operative service jobs configuration.

Get operative service config

get

This part of the API is in Beta status. For details please check the api-release-life-cycle documentation.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
localestringOptional

Provide the localized names and descriptions for operative service configuration. If not provided the default locale is used. for example de_DE.

Responses
200

Central Configuration of all Service related operations

application/json

OperativeServiceConfiguration

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
idstringRequired

ID of the Operative Service Configuration is always operativeservice

get
/api/configurations/operativeservice

Update operative service config

put

This part of the API is in Beta status. For details please check the api-release-life-cycle documentation.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
localestringOptional

Provide the localized names and descriptions for the operative service configuration. If not provided the default locale is used. for example de_DE.

Body

OperativeServiceConfigurationForUpsert

versionnumber · min: 1Required
Responses
200

The operative service configuration was successfully updated.

application/json

OperativeServiceConfiguration

createdstring · date-timeOptional

The date this entity was created at the platform. This value is generated by the service.

Example: 2020-02-03T08:45:51.525Z
lastModifiedstring · date-timeOptional

The date this entity was modified last. This value is generated by the service.

Example: 2020-02-03T09:45:51.525Z
versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
idstringRequired

ID of the Operative Service Configuration is always operativeservice

put
/api/configurations/operativeservice

Last updated