client-logs
Operations addressed under /client-logs — 5 operations.
aurax-management-get-client-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<ClientLogDto>.
| Field | Declared type | Nullable |
|---|---|---|
ClientDate | DateTime? | yes |
TransactionDate | DateTime? | yes |
UrlPath | string | no |
LanguageCode | string | no |
UserCode | string | no |
ClientIp | string | no |
ClientDeviceDetail | string | no |
ErrorMessage | string | no |
FormDefinitionId | Guid? | yes |
ErrorStack | string | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeaurax-management-get-client-log-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
aurax-management-create-client-log
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 AuraCommandDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Member names are the service's declaration names.
aurax-management-create-client-log › Request Body
clientDateclientDeviceDetailerrorMessageerrorStackurlPathaurax-management-create-client-log › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
aurax-management-get-client-log-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 ClientLogDto.
| Field | Declared type | Nullable |
|---|---|---|
ClientDate | DateTime? | yes |
TransactionDate | DateTime? | yes |
UrlPath | string | no |
LanguageCode | string | no |
UserCode | string | no |
ClientIp | string | no |
ClientDeviceDetail | string | no |
ErrorMessage | string | no |
FormDefinitionId | Guid? | yes |
ErrorStack | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_CLNTLG_1 | 400 | CLIENT_LOG_ID_NOT_FOUND |
path Parameters
idaurax-management-get-client-log-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
aurax-management-update-client-log
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idaurax-management-update-client-log › Request Body
clientDateclientDeviceDetailclientIperrorMessageerrorStackformDefinitionIdlanguageCodetransactionDateurlPathuserCodeaurax-management-update-client-log › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-management-delete-client-log
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_CLNTLG_1 | 400 | CLIENT_LOG_ID_NOT_FOUND |
path Parameters
idaurax-management-delete-client-log › 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.