Auto saves / Get one

Get an auto-saved object by entity and optional id.

Route: /api/{tenant:minlength(2)}/v{version:apiVersion}/auto_saves/{entity}

Method: GET

Authorisation: Minimum role: USER

Request Arguments
Name Type Source
entityENUM entity
optional_idInt32Query

  Request body example

Response object

Response status: 200 (OK)

Response type: DTO_auto_save

Wrapper: DTO_response_wrap

Other response statuses: 400 (BadRequest), 403 (Forbidden)

  Response body example

DTO_auto_save
NameTypeReadOnlyDescription
entityENUM entityEntity
optional_idInt32 (nullable)Optional id
dataJObjectData
ENUM entity
ValueNameDescription
0UNKNOWNUNKNOWN
1LISTLIST
2GROUPGROUP
3USERUSER
4LIST_ENTRYLIST_ENTRY
5TICKETTICKET
6SEARCHSEARCH
7INVOICEINVOICE
8KNOWLEDGE_BASEKNOWLEDGE_BASE
9SCRAPED_ITEMSCRAPED_ITEM
10FIELDFIELD
11TICKET_CONVERSATIONTICKET_CONVERSATION
12EXPORTEXPORT
13EXTERNAL_PRODUCTEXTERNAL_PRODUCT
14TEMPLATETEMPLATE