DTO_response_wrap_get_many
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| aggregations | DTO_aggregation[] | ||
| pagination | DTO_response_pagination | ||
| refresh_key | String | ||
| status_count | DTO_response_status_count | ||
| steps_workflows | Dictionary`2 | ||
| main_currency_code | String | ||
| data | T | ||
| validation_error | DTO_validation_error | ||
| message | DTO_response_message |
DTO_aggregation
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| field_key | String | Field key | |
| items | DTO_agg_item[] | Items | |
| warning_message | String | Warning message |
DTO_agg_item
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| key | Object | Key | |
| label | Object | Label | |
| count | Int32 | Count | |
| unfiltered_count | Int32 | Unfiltered count | |
| group_id | Int64 (nullable) | Group id | |
| group_label | String | Group label | |
| sub_aggregations | DTO_aggregation[] | Sub aggregations |
DTO_response_pagination
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| item_count_total | Int32 | Item count total | |
| item_count_filtered | Int32 | Item count filtered | |
| item_count_returned | Int32 | Item count returned | |
| pages_total | Int32 | Pages total | |
| pages_current | Int32 | Pages current | |
| take_current | Int32 | Take current |
DTO_response_status_count
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| count_total | Int32 | Count total | |
| count_deleted | Int32 | Count deleted | |
| count_per_status | DTO_reference_color_count[] | Count per status |
DTO_reference_color_count
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| value | Int32 (nullable) | ReadOnly | Value |
| bg_color | String | ReadOnly | Bg color |
| text_color | String | ReadOnly | Text color |
| id | Int32 | Id | |
| label | Object | ReadOnly | Label |
DTO_validation_error
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| status_code | ENUM HttpStatusCode | Status code | |
| messages | String[] | Messages | |
| details | DTO_validation_detail[] | Details | |
| moved_to | Int32 (nullable) | Moved to | |
| InternalAllMessages | String[] | Internalallmessages |
DTO_validation_detail
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| array_index | Int32 | Array index | |
| property | String | Property | |
| message | String | Message |
DTO_response_message
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| title | String | Title | |
| message | String | Message | |
| message_type | ENUM response_message_type | Message type |
ENUM HttpStatusCode
| Value | Name | Description |
|---|---|---|
| 100 | Continue | Continue |
| 101 | SwitchingProtocols | SwitchingProtocols |
| 102 | Processing | Processing |
| 103 | EarlyHints | EarlyHints |
| 200 | OK | OK |
| 201 | Created | Created |
| 202 | Accepted | Accepted |
| 203 | NonAuthoritativeInformation | NonAuthoritativeInformation |
| 204 | NoContent | NoContent |
| 205 | ResetContent | ResetContent |
| 206 | PartialContent | PartialContent |
| 207 | MultiStatus | MultiStatus |
| 208 | AlreadyReported | AlreadyReported |
| 226 | IMUsed | IMUsed |
| 300 | MultipleChoices | MultipleChoices |
| 300 | Ambiguous | MultipleChoices |
| 301 | MovedPermanently | MovedPermanently |
| 301 | Moved | MovedPermanently |
| 302 | Found | Found |
| 302 | Redirect | Found |
| 303 | SeeOther | SeeOther |
| 303 | RedirectMethod | SeeOther |
| 304 | NotModified | NotModified |
| 305 | UseProxy | UseProxy |
| 306 | Unused | Unused |
| 307 | TemporaryRedirect | RedirectKeepVerb |
| 307 | RedirectKeepVerb | RedirectKeepVerb |
| 308 | PermanentRedirect | PermanentRedirect |
| 400 | BadRequest | BadRequest |
| 401 | Unauthorized | Unauthorized |
| 402 | PaymentRequired | PaymentRequired |
| 403 | Forbidden | Forbidden |
| 404 | NotFound | NotFound |
| 405 | MethodNotAllowed | MethodNotAllowed |
| 406 | NotAcceptable | NotAcceptable |
| 407 | ProxyAuthenticationRequired | ProxyAuthenticationRequired |
| 408 | RequestTimeout | RequestTimeout |
| 409 | Conflict | Conflict |
| 410 | Gone | Gone |
| 411 | LengthRequired | LengthRequired |
| 412 | PreconditionFailed | PreconditionFailed |
| 413 | RequestEntityTooLarge | RequestEntityTooLarge |
| 414 | RequestUriTooLong | RequestUriTooLong |
| 415 | UnsupportedMediaType | UnsupportedMediaType |
| 416 | RequestedRangeNotSatisfiable | RequestedRangeNotSatisfiable |
| 417 | ExpectationFailed | ExpectationFailed |
| 421 | MisdirectedRequest | MisdirectedRequest |
| 422 | UnprocessableEntity | UnprocessableEntity |
| 422 | UnprocessableContent | UnprocessableEntity |
| 423 | Locked | Locked |
| 424 | FailedDependency | FailedDependency |
| 426 | UpgradeRequired | UpgradeRequired |
| 428 | PreconditionRequired | PreconditionRequired |
| 429 | TooManyRequests | TooManyRequests |
| 431 | RequestHeaderFieldsTooLarge | RequestHeaderFieldsTooLarge |
| 451 | UnavailableForLegalReasons | UnavailableForLegalReasons |
| 500 | InternalServerError | InternalServerError |
| 501 | NotImplemented | NotImplemented |
| 502 | BadGateway | BadGateway |
| 503 | ServiceUnavailable | ServiceUnavailable |
| 504 | GatewayTimeout | GatewayTimeout |
| 505 | HttpVersionNotSupported | HttpVersionNotSupported |
| 506 | VariantAlsoNegotiates | VariantAlsoNegotiates |
| 507 | InsufficientStorage | InsufficientStorage |
| 508 | LoopDetected | LoopDetected |
| 510 | NotExtended | NotExtended |
| 511 | NetworkAuthenticationRequired | NetworkAuthenticationRequired |
ENUM response_message_type
| Value | Name | Description |
|---|---|---|
| 0 | NOT_SET | NOT_SET |
| 1 | WARNING | WARNING |
| 2 | ERROR | ERROR |
| 3 | INFO | INFO |
| 4 | SUCCESS | SUCCESS |
| 5 | KANBAN_VIEW_ERROR | KANBAN VIEW ERROR |