service-logs
Operations addressed under /service-logs — 2 operations.
get-service-log-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<ServiceLogDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
DomainDefinitionId | Guid? | yes |
ServiceDefinitionId | Guid? | yes |
UserCode | string | no |
ClientId | string | no |
ProcessDefinitionKey | long? | yes |
CorrelationId | Guid? | yes |
ExecutionTime | DateTime | no |
ExecutionDuration | int? | yes |
ClientIp | string | no |
BrowserInfo | string | no |
OperationType | int? | yes |
Url | string | no |
HttpStatusCode | int? | yes |
ExceptionMessage | string | no |
FormDefinitionId | Guid? | yes |
ChannelId | Guid? | yes |
ResourceCode | string | no |
PartnerId | Guid? | yes |
FormExecutedAction | string | no |
IsInternalIpSource | bool | no |
UserTitleRole | string | no |
UserType | string | no |
CustomerNumber | string | no |
FormVisibleAction | IEnumerable<string> (collection) | no |
GroupMembership | IEnumerable<string> (collection) | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-service-log-list › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
get-service-log-detail-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as ServiceLogDetailDto.
| Field | Declared type | Nullable |
|---|---|---|
DomainDefinitionId | Guid? | yes |
ServiceDefinitionId | Guid? | yes |
UserCode | string | no |
ClientId | string | no |
ProcessDefinitionKey | long? | yes |
CorrelationId | Guid? | yes |
ExecutionTime | DateTime | no |
ExecutionDuration | int? | yes |
ClientIp | string | no |
BrowserInfo | string | no |
OperationType | int? | yes |
Url | string | no |
HttpStatusCode | int? | yes |
ExceptionMessage | string | no |
FormDefinitionId | Guid? | yes |
ChannelId | Guid? | yes |
ResourceCode | string | no |
PartnerId | Guid? | yes |
FormExecutedAction | string | no |
IsInternalIpSource | bool | no |
UserTitleRole | string | no |
UserType | string | no |
CustomerNumber | string | no |
Request | string | no |
Response | string | no |
FormVisibleAction | IEnumerable<string> (collection) | no |
GroupMembership | IEnumerable<string> (collection) | no |
EntityLogs | IEnumerable<EntityLogDetailDto> (collection) | no |
Member names are the service's declaration names.
path Parameters
idget-service-log-detail-by-id › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.